Wired networking

Posted on
  • 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!

  • 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/blo­b/master/libs/network/network.h#L63

    I believe ESP32 uses lwip so you may be able to use its implementation of that structure as a starting point too

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Wired networking

Posted by Avatar for jugglingcats @jugglingcats

Actions