LAN8720 Ethernet ESP32 Shield PHY [Version]
Price range: $3.37 through $5.40
- Description
- Additional information
- Reviews (3)
- Enquiry2
Description
Board Features V2:
- Add two channels of optical couplers input, up to 24V signal
- Add one channel of analog sensor input
- Lead out all the extra non-used pins of ESP32
- On board DCDC regulator up to 18V DC Vin 2A capability
- Not including ESP32 Dev board, only the ethernet shield
- Board V2 version color green in images
Board Features V1:
- Only configurable with ESP32 DevkitC board, and you need wiring for any other types of dev boards.
- Board V1 version color red in images
Application areas:
- Embedded server, development board Ethernet interface
Documentation, configuration, demo video, code please find here: V1 version, V2 version.
Additional information
| Weight | N/A |
|---|---|
| Versions | R1, R2 |
![LAN8720 Ethernet ESP32 Shield PHY [Version]-V2 02](https://www.electrodragon.com/wp-content/uploads/2018/07/LAN8720-Ethernet-ESP32-Shield-PHY-Version-V2-02-500x347.jpg)



![LAN8720 Ethernet ESP32 Shield PHY [Version] - Image 1](https://www.electrodragon.com/wp-content/uploads/2018/07/LAN8720-Ethernet-ESP32-Shield-PHY-Version-V2-02-400x400.jpg)
![LAN8720 Ethernet ESP32 Shield PHY [Version] - Image 2](https://www.electrodragon.com/wp-content/uploads/2018/07/LAN8720-Ethernet-Breakout-04-400x400.jpg)
![LAN8720 Ethernet ESP32 Shield PHY [Version] - Image 3](https://www.electrodragon.com/wp-content/uploads/2018/07/LAN8720-Ethernet-ESP32-Shield-PHY-Version-V2-01-400x400.jpg)
![LAN8720 Ethernet ESP32 Shield PHY [Version] - Image 5](https://www.electrodragon.com/wp-content/uploads/2018/07/LAN8720-Ethernet-Breakout-03-560x560.jpg)
![[Retired] 1-To-3 USB Hub w/Ethernet Port](https://www.electrodragon.com/wp-content/uploads/2013/07/1-To-3-USB-Hub-wEthernet-Port-560x558.jpg)






![[retired] ESP-WROVER-KIT, ESP32](https://www.electrodragon.com/wp-content/uploads/2017/09/esp32-rover-kit-02-560x560.jpg)

![ESP-WROOM-32, ESP32 WIFI+BT+BLE Module [D/U]](https://www.electrodragon.com/wp-content/uploads/2017/02/WROOM-32-02-560x560.jpg)



![ESP32-Goo Mini Development Board, Wifi Bluetooth Dual Core [Serial]](https://www.electrodragon.com/wp-content/uploads/2019/06/ESP32-Goo-Mini-Development-Board-Wifi-Bluetooth-Dual-Core-03-400x400.png)




Felix –
Board works well, but wiki page is wrong (MDIO is connected to IO18, not IO19). Also, I had to remove the capacitor C15 from my ESP32-DevKitC to get the clock signal to work (as stated here: https://github.com/espressif/esp-idf/blob/master/docs/en/get-started/get-started-devkitc.rst#note-on-c15).
Chao (store manager) –
Thanks for the review, should be a writing error on wiki, will fix it. The board boot of the clock signal is conflicted with esp32 IO0, we leave it a flexible design, because we are not sure how to fix it 100%. Thanks.
Heinz Meulke (verified owner) –
I bought a V2 to test. This was so easy to setup with Esphome, It took me 5 minutes. Cool ethernet module Works well! This is a really awesome way to add connectivity for mission critical applications.
You need this config in your project:
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_OUT
phy_addr: 1