Hi,
Does ESP32 support “Arduino” Ethernet module enc28j60 or W5100 and how can be wired on ESP32 DEVKIT V1 -DOIT ? Which library must have ?
regards,
Bojan
3 Answers
Hi.
I’ve never experimented that module with the ESP32, but I think it should be compatible.
The enc28j60 communicates via SPI, so you just need to connect the module to the ESP32 default SPI pins: https://randomnerdtutorials.com/esp32-pinout-reference-gpios/
I think you can use this library: https://github.com/jandrassy/EthernetENC
However, as I’ve mentioned previously, I don’t have experience with that module.
Regards,
Sara
Hello, I am working with the Ethernet module ENC28J60 and ESP32 and I am not being able to do it, although the libraries mention that it is possible, I still work with the module? I need help. Thank you