ESPHome component Ethernet-SPI W5500: connection problem #5
Replies: 2 comments 3 replies
-
You may mix my old "hacky" W5500 component here with the official one that exists since march. |
Beta Was this translation helpful? Give feedback.
-
I did go through that before posting. I do not understand all the technical detail, but much of it is historical, so presumably in the release, or applies to different host boards from the one I am using. I notice for example that some of the examples have phy_addr:, but in the release that is not accepted for W5500, so is presumably set automatically. The fact that it compiles,loads and initially seems to connect suggests that my configuration is complete that it is not an SPI problem of talking to the interface. It seems to be an incomplete Ethernet setup such that it fails to respond to incoming requests. The trouble is, I have no idea how to debug the problem. I hoped maybe an expert would spot some clue in the log files that I cannot see, or suggest some test that might reveal the problem. |
Beta Was this translation helpful? Give feedback.
-
First, thanks for implementing this valuable addition to ESPHome.
Second, I hope this is posted in the right place. The discussions link from the Ethernet-SPI page took me to the M5Stack PoE Camera board configuration page.
Now my problem: I am pairing an Espressif Devkit v4 with an AZDelivery W5500 Ethernet module. The configuration yaml is compiled and loaded correctly, and the program initially says it is connected, but after that all requests are timed out. I do not know if this is a bug or whether I missed something?
Config:
Notes:
By 'documentation' I mean this page. (I did not find anything with more detail)
Log file from program load:
installation_log.txt
Log file when I tried to update the firmware over the network connection:
otn_load_log.txt
I need advice on how to debug this!
Beta Was this translation helpful? Give feedback.
All reactions