Ethernet Basic Example - W5500
Posted: Mon Nov 11, 2024 4:44 pm
ESP-IDF v5.3.1
I have a board with ESP32S3 that I am trying to test with the Ethernet Basic example using the W5500 over SPI. I have triple checked the SPI pins and interrupt pin with the schematic and confirmed they are configured correctly along with the SPI Ethernet selection and the correct SPI chip via the config menu. I am really trying to test the example straight out of the box with the exception of the W5500 version check function that I commented out (it's still returning 0x0 despite the most recent bug fix).
I get as far as "Ethernet Started" in the logs with no IP address being assigned, nor a link up link down message but I can observe the link LEDs on the RJ45 port are lit, indicating the connection is good. I've tested this example on multiple boards with multiple routers that I've confirmed have DHCP server enabled. My inclination is that the firmware doesn't seem to be sending a DCHP request?
I've searched a lot of forum entries with this same problem but all of them seem to have been resolved with trivial solutions but I still cannot get an IP address assigned after trying everything.
Any help would be appreciated,
Thanks
I have a board with ESP32S3 that I am trying to test with the Ethernet Basic example using the W5500 over SPI. I have triple checked the SPI pins and interrupt pin with the schematic and confirmed they are configured correctly along with the SPI Ethernet selection and the correct SPI chip via the config menu. I am really trying to test the example straight out of the box with the exception of the W5500 version check function that I commented out (it's still returning 0x0 despite the most recent bug fix).
I get as far as "Ethernet Started" in the logs with no IP address being assigned, nor a link up link down message but I can observe the link LEDs on the RJ45 port are lit, indicating the connection is good. I've tested this example on multiple boards with multiple routers that I've confirmed have DHCP server enabled. My inclination is that the firmware doesn't seem to be sending a DCHP request?
I've searched a lot of forum entries with this same problem but all of them seem to have been resolved with trivial solutions but I still cannot get an IP address assigned after trying everything.
Any help would be appreciated,
Thanks