-
• #2
I haven't seen anyone doing it, but it shouldn't be too bad. You're basically just implementing your own version of the
JsNetwork
structure from https://github.com/espruino/Espruino/blob/master/libs/network/network.h#L63I believe ESP32 uses lwip so you may be able to use its implementation of that structure as a starting point too
Hi, we are interested in supporting wired networking (ethernet) on STM32 using the low-level ST ethernet driver package plus lwip (or similar). For example this might be on a nucleo board with built-in ethernet. Less interested in SPI or other add-on board solutions such as WIZnet.
Has anyone achieved this, or have any helpful pointers on steps required to enable?
Many thanks!