- This topic has 1 reply, 2 voices, and was last updated 6 months, 4 weeks ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Hi, I am new with ESP32, very interesting controller and also very capable.
I have been working on a webserver using the WiFi connectivity, but I find for my use an ethernet connectivity would be better. I have been trying to put a code together using the EDP32 connecting to the ENC28J60 via SPI, but I am having issues.
Has anybody done a simple webserver with the ESP32 and ENC28J60 that could share the code with me…
Hi Connexconcept,
The core 3 version of arduino-esp32 supports Ethernet natively, so I think you can now use Ethernet for your WebServer like WiFi.
Bye Renzo
More