-
I'd like to make use of an ESP32-ETH01, which is an ESP32-S1 with an ethernet port. Would that work? If so, would I have to change the code? I am specifically looking for ethernet, because I'd prefer not to use PoE. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is no need to change the code. You only have to adjust the platformio.ini, copy e.g. the entry for the olimex poe device and adjust the pins for your needs. |
Beta Was this translation helpful? Give feedback.
-
I don't use the Wifi module either. I use Olimex ESP32-EVB (i.e. not the antenna version -EA!) with a LAN cable attached to its Ethernet port and it works flawlessly. Olimex ESP-32-GATEWAY should also work. |
Beta Was this translation helpful? Give feedback.
There is no need to change the code. You only have to adjust the platformio.ini, copy e.g. the entry for the olimex poe device and adjust the pins for your needs.