Page 1 of 1

Error when using Ethernet with ESP32

Posted: Mon Jul 15, 2024 1:53 am
by Sirius
Hello, recently I downloaded the basic routine of the official Ethernet.
I set the Ethernet in the configuration as the internal Ethernet controller LAN87XX.
2.png
2.png (15.6 KiB) Viewed 1174 times
On the hardware, we use ESP32 as the main control MCU, LAN8720A chip to control Ethernet, and FC-13ENL as the network port. The software program on another ESP32 chip can be confirmed to run normally, but we encounter the following problems on this ESP32: there are problems with lan87xx: lan87xx_init(299): wrong chip OUI and esp_eth: esp_eth_driver_install(229): init phy failed.
1.png
1.png (72.58 KiB) Viewed 1174 times
How can we solve this problem?

Re: Error when using Ethernet with ESP32

Posted: Mon Jul 15, 2024 8:05 am
by ESP_ondrej
Do you use some devboard or your custom board?

Re: Error when using Ethernet with ESP32

Posted: Wed Oct 09, 2024 3:22 am
by guoshangxu
I also encountered this problem. Have you resolved it?

Re: Error when using Ethernet with ESP32

Posted: Fri Oct 11, 2024 5:55 am
by ESP_ondrej
Do you use some devboard or your custom board? Is PHY address correctly set?