tobozo / ESP32-ENC28J60

ENC28J60 Ethernet driver for ESP32-Arduino 2.0.x / 3.0.x, lwip compliant
MIT License
26 stars 8 forks source link
arduino arduino-ethernet arduino-library enc28j60 esp32 ethernet lwip

ESP32-ENC28J60

This Ethernet Library is a copy of the official esp32-arduino Ethernet Library with added support for ENC28J60 boards and all other board types removed.

image

Low level code comes from the eth_enc28j60 component found in the esp-idf examples folder.

For a more thorough implementation see @khoih-prog's WebServer_ESP32_ENC and AsyncWebServer_ESP32_ENC