You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this repo is the Arduino library, but you may be able to help.
The M5-PoECam-W doesn't connect the INT pin on the W5500, which means the MCU must poll the W5500 every few ms to check for data.
This is fine and acceptable by the W5500, but the Arduino and ESP-IDF frameworks have not supported this configuration until very recently, leading to various reports of "extremely slow/unreliable ethernet".
I have helped to get a PR into ESPHome (esphome/esphome#7503) to support this operation mode, which requires forcing it to Platformio Espressif32 platform v6.9.0 and ESP-IDF version 5.3.1.
Nevertheless, I'm still getting the following errors trying to initialise the ethernet component with the correct pins. Contributors report that this new library change has worked for other boards without the INT pin connected.
The following relevant lines are produced in DEBUG level logging:
...
[C][ethernet:041]: Setting up Ethernet...
[D][esp-idf:000]: E (2334) gpio: gpio_install_isr_service(502): GPIO isr service already installed
[D][esp-idf:000]: E (2438) w5500.mac: w5500_reset(306): reset timeout
[D][esp-idf:000]: E (2438) w5500.mac: emac_w5500_init(824): reset w5500 failed
[D][esp-idf:000]: E (2439) esp_eth: esp_eth_driver_install(228): init mac failed
[E][ethernet:204]: ETH driver install error: (263) ESP_ERR_TIMEOUT
[E][component:119]: Component ethernet was marked as failed.
[E][component:164]: Component ethernet set Error flag: unspecified
...
I know this repo is the Arduino library, but you may be able to help.
The M5-PoECam-W doesn't connect the INT pin on the W5500, which means the MCU must poll the W5500 every few ms to check for data.
This is fine and acceptable by the W5500, but the Arduino and ESP-IDF frameworks have not supported this configuration until very recently, leading to various reports of "extremely slow/unreliable ethernet".
I have helped to get a PR into ESPHome (esphome/esphome#7503) to support this operation mode, which requires forcing it to Platformio Espressif32 platform v6.9.0 and ESP-IDF version 5.3.1.
Nevertheless, I'm still getting the following errors trying to initialise the ethernet component with the correct pins. Contributors report that this new library change has worked for other boards without the INT pin connected.
The following relevant lines are produced in DEBUG level logging:
Would you be able to help at all?
ESPHome config relevant parts:
The text was updated successfully, but these errors were encountered: