Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tobozo/esp32-enc28j60

ENC28J60 Ethernet driver for ESP32-Arduino 2.0.x / 3.0.x, lwip compliant
https://github.com/tobozo/esp32-enc28j60

arduino arduino-ethernet arduino-library enc28j60 esp32 ethernet lwip

Last synced: 18 days ago
JSON representation

ENC28J60 Ethernet driver for ESP32-Arduino 2.0.x / 3.0.x, lwip compliant

Awesome Lists containing this project

README

        

# ESP32-ENC28J60

This Ethernet Library is a copy of the official [esp32-arduino Ethernet Library](https://github.com/espressif/arduino-esp32/tree/master/libraries/Ethernet) with added support for ENC28J60 boards and all other board types removed.

![image](https://user-images.githubusercontent.com/1893754/192626089-dc36f546-d212-4f6b-b0bb-90da6538e291.png)

Low level code comes from the [eth_enc28j60 component](https://github.com/espressif/esp-idf/tree/master/examples/ethernet/enc28j60/components/eth_enc28j60) found in the esp-idf examples folder.

For a more thorough implementation see [@khoih-prog](https://github.com/khoih-prog)'s [WebServer_ESP32_ENC](https://github.com/khoih-prog/WebServer_ESP32_ENC) and [AsyncWebServer_ESP32_ENC](https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC)