ESP32-Gateway Ethernet examples?

Started by jroberts235, March 16, 2018, 02:55:59 AM

Previous topic - Next topic

jroberts235

Are there Ethernet examples for use with ArduinoIDE or platform.io ?

ebelouet


LubOlimex

I've tested the Ethernet successfully with ETH_LAN8720.ino (in some versions it is in WIFI examples sub-folder).

https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/ETH_LAN8720/ETH_LAN8720.ino

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

MG.Paco

Quote from: LubOlimex on April 30, 2018, 10:20:44 AMI've tested the Ethernet successfully with ETH_LAN8720.ino (in some versions it is in WIFI examples sub-folder).

https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/ETH_LAN8720/ETH_LAN8720.ino

Best regards,
Lub/OLIMEX

Your proposed example in github works fine with ESP32-EVB & ESP32-PoE.

Unfortunatelly I have problem to create a WebServer.
Do you have any arduino IDE Web Server example with the ETH_LAN8720?

Thanks in advance
Regards
Paco

Rookie_Chookie

I too are after an example of an (PoE) Ethernet connected Webserver or websockets.
The ESP32_PoE_WebServer_Demo example would be ideal if it could run on Ethernet.

Could this please be done? This functionally is holding back this great device.
If I can get it working I will buy 50 boards.

Rookie_Chookie

Just an update that I found a way to do ethernet and PoE on the ESP32-POE-ISO. I'm using it as a thermometer and you can read about it here https://community.home-assistant.io/t/working-ethernet-thermometer-using-the-olimex-esp-poe-iso-board/175371/2

Rookie_Chookie