Hello, is it possible to use the ethernet interface on ESP32, like for example on an ESP32-PoE-ISO by Olimex: https://www.olimex.com/Products/IoT/ESP32/ESP32-POE-ISO/open-source-hardware
This would make it very useful in non-wifi-friendly environments!
1 Like
I would suspect it could be made to work. Currently the code looks for data in the Wi-Fi bus so to speak. It the code had an option to look for data on the proper channel it should work.
A board would be needed and tested with a simple version of the libraries used. Wish I could get my hands on one love the idea.
I was asking around on the Discord chat yesterday, Aircoookie said the following:
Found this: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/ETH_LAN8720/ETH_LAN8720.ino should be possible to integrate, we’d just need to check for ethernet connected rather than wifi connected. Might order one of these
1 Like
aaron
July 5, 2020, 7:11pm
4
I’ve just filed an issue on GitHub since I’m also very eager to see Ethernet support in WLED:
opened 07:06PM - 05 Jul 20 UTC
I would love to see Ethernet support in WLED to minimize the latency when syncing LED strips to audio.
There are two...
enhancement
Great!!,
I’ve seen this evening the ethernet support in Github!
Has Anyone tríes this improvement?