ENC28J60 with Arduino Mbed Core (Nano 33 BLE, Nano RP2040, Giga R1))

The Mbed Core uses LwIP based networking from Mbed OS and wraps it into Arduino Ethernet and WiFi API.

Mbed LwIP can be extended with drivers for different networking hardware. The driver must implement the EMAC interface.

There is a EMAC driver for ENC28J60 and I wrapped it as Arduino library.

To use it with Mbed Nano boards Ethernet library and SocketWrapper have to be copied from Mbed Portenta boards package. For Giga R1, Ethernet library has to be copied.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.