Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: fendtiii on October 19, 2019, 11:53:56 AM

Title: Serarch ESP32 EVB Wired Ethernet Web Server Example
Post by: fendtiii on October 19, 2019, 11:53:56 AM
Hello,
I'am searching for an example web server project for the ESP 32 EVB Olimex board.
There are a lot of examples of web Servers connected via WiFi. But unfortunately no examples with wired Ethernet.

Stefan
Title: Re: Serarch ESP32 EVB Wired Ethernet Web Server Example
Post by: Danbar on November 05, 2019, 04:49:26 PM
Hi Stefan

We have just unboxed the Olimex ESP32 PoE and are suffering the same issues.

There are PLENTY of samples but we cannot find a specific example of "Wired Ethernet" for the LAN8710A in RMII/MDIO mode as implemented on the board.

At this stage I'd be happy to just send and receive a simple text packet on UDP.
Title: Re: Serarch ESP32 EVB Wired Ethernet Web Server Example
Post by: LubOlimex on November 06, 2019, 08:26:42 AM
These also works: https://github.com/OLIMEX/ESP32-POE/tree/master/SOFTWARE/ESP-IDF/

I also recommend you to check on this text file: https://www.olimex.com/Products/IoT/ESP32/_resources/Arudino-ESP32.txt

Edit: fixed dead links
Title: Re: Serarch ESP32 EVB Wired Ethernet Web Server Example
Post by: nbdsys01 on August 26, 2020, 06:34:27 AM
Would be great if you could provide a specific example. ie Code

THe link provided is now 404.

The other examples are NOT servers
Title: Re: Serarch ESP32 EVB Wired Ethernet Web Server Example
Post by: LubOlimex on August 26, 2020, 08:53:33 AM
We made the example into one suitable for older ESP-IDF and one for newer ESP-IDF hence the link is dead. You can find both examples here:

https://github.com/OLIMEX/ESP32-POE/tree/master/SOFTWARE/ESP-IDF/

I've also edited the post above with the new link.