Olimex Support Forum

DUINO => ARDUINO => Topic started by: walterjack on July 23, 2024, 09:32:59 AM

Title: Olimex ESP32-EVB Ethernet
Post by: walterjack on July 23, 2024, 09:32:59 AM
Hello,
Does anyone have a simple example of a sketch for using Ethernet on the Olimex ESP32-EVB that I can get inspired from (I use PlatformIO)? I am trying to add Ethernet funcionality to my application which currently uses WiFi only. Basically if Ethernet is connected, use Ethernet, otherwise connect to WiFi.

Thanks!
Title: Re: Olimex ESP32-EVB Ethernet
Post by: LubOlimex on July 23, 2024, 12:47:47 PM
Maybe take a look at this, it is not exactly what you want but demonstrates Ethernet and WIFI:

https://github.com/OLIMEX/ESP32-POE/blob/master/SOFTWARE/ARDUINO/ESP32_PoE_Ethernet_WIFI_test/ESP32_PoE_Ethernet_WIFI_test.ino

Remember to put your WIFI's SSID and password.