Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tobozo/esp32-enc28j60
- Owner: tobozo
- License: mit
- Created: 2022-09-27T20:03:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T09:43:22.000Z (5 months ago)
- Last Synced: 2024-10-04T13:17:40.087Z (about 2 months ago)
- Topics: arduino, arduino-ethernet, arduino-library, enc28j60, esp32, ethernet, lwip
- Language: C
- Homepage:
- Size: 561 KB
- Stars: 26
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license
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)