From 344abb3c4a36622e692aff4310ec098e23b1771d Mon Sep 17 00:00:00 2001 From: Rory Hayes Date: Tue, 18 Jun 2024 16:28:56 -0700 Subject: [PATCH 1/2] Update ethernet-lan.md update list of supported ethernet controllers --- docs/features/ethernet-lan.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/features/ethernet-lan.md b/docs/features/ethernet-lan.md index 7796d93bd..78c8b2407 100644 --- a/docs/features/ethernet-lan.md +++ b/docs/features/ethernet-lan.md @@ -23,15 +23,17 @@ WLED controllers are usually integrated into local network wirelessly (via WiFi) Go to "Config" and then to "WiFi Setup". At the bottom of this page select the Ethernet type you use. Then click on "Save & Connect". Ready! ![](../assets/images/content/wled_ethernet_settings.jpg) -## Ethernet controllers and adapters supported by WLED (as of November 2023) +## Ethernet controllers and adapters supported by WLED (as of v0.15 development, June 2024) Note: all controllers use GPIOs 19, 21, 22, 25, 26, 27 as they are required for ethernet and can not be changed. GPIOs additionally used are given in the table. | Name | Features | additional GPIOs used | |---|---|---| [ABC! WLED V43 & compatible](https://shop.myhome-control.de/Ethernet-Adapter-fuer-WLED-Controller/HW10016) | Isolated shield in accordance with IEEE 802.3 standard; LAN8720 based with proper reset line; adapter developed as Plug& Play solution for [ABC! WLED Controller V43](https://shop.myhome-control.de/ABC-WLED-Controller-Board-5-24V/HW10015) but also might be used with other ESP32 boards | 5, 17, 23, 33 [ESP32-POE](https://github.com/OLIMEX/ESP32-POE/) | General purpose controller with integrated Ethernet | 12, 17, 18, 23 -ESP32Deux | | 17, 18, 23 +[ESP32-POE-WROVER](https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware) | ethernet clock connected to a different IO than the ESP32-WROOM module version | 0, 12, 18, 23 +ESP32Deux / [RGB2Go Tetra](https://rgb2go.com/products/ethernet-module-for-tetra2go) | | 17, 18, 23 [KIT-VE](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-ethernet-kit.html) | Board from Espressif (ESP microcontroller manufacture company) | 0, 5, 18, 23 +[LILYGO T-POE Pro](https://www.lilygo.cc/products/t-poe-pro) | PoE IEEE802.3 af/at, Input Voltage: 44-57V, Outputs 5V up to 4A | 0, 5, 18, 23 [QuinLED-Dig-Octa](https://quinled.info/quinled-dig-octa/) & [T-ETH-POE](https://www.lilygo.cc/products/t-internet-poe) | | 17, 18, 23 [QuinLED-ESP32](https://quinled.info/quinled-esp32-ethernet/) | | 5, 17, 18, 23 [Serg74-ETH32](https://github.com/srg74/ESP32_ethernet) | | 5, 17, 18, 23 From 8c4033a2c164e301ff9629866d627e02f4e47e5a Mon Sep 17 00:00:00 2001 From: Rory Hayes Date: Sun, 30 Jun 2024 18:16:50 -0700 Subject: [PATCH 2/2] Update ethernet-lan.md to remove date --- docs/features/ethernet-lan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/ethernet-lan.md b/docs/features/ethernet-lan.md index 78c8b2407..3ed8534b2 100644 --- a/docs/features/ethernet-lan.md +++ b/docs/features/ethernet-lan.md @@ -23,7 +23,7 @@ WLED controllers are usually integrated into local network wirelessly (via WiFi) Go to "Config" and then to "WiFi Setup". At the bottom of this page select the Ethernet type you use. Then click on "Save & Connect". Ready! ![](../assets/images/content/wled_ethernet_settings.jpg) -## Ethernet controllers and adapters supported by WLED (as of v0.15 development, June 2024) +## Ethernet controllers and adapters supported by WLED (as of v0.15) Note: all controllers use GPIOs 19, 21, 22, 25, 26, 27 as they are required for ethernet and can not be changed. GPIOs additionally used are given in the table. | Name | Features | additional GPIOs used |