Thank you for your support, Ondrej.
We have resolved the problem. There was an assembly mistake in the hardware, and we rectified that.
Search found 5 matches
- Sat May 04, 2024 9:35 am
- Forum: ESP-IDF
- Topic: Not getting an ip address using the basic ethernet example
- Replies: 7
- Views: 2180
- Fri Apr 26, 2024 11:29 am
- Forum: ESP-IDF
- Topic: Not getting an ip address using the basic ethernet example
- Replies: 7
- Views: 2180
Re: Not getting an ip address using the basic ethernet example
Connect your board to a PC and capture traffic using e.g. Wireshark to see if your board sends DHCP request. I checked the Wireshark log, and there is no DHCP request from ESP. I ran the loopback test mentioned above, but received a failure result. I've attached the log here. What specific aspects ...
- Thu Apr 25, 2024 6:51 am
- Forum: ESP-IDF
- Topic: Not getting an ip address using the basic ethernet example
- Replies: 7
- Views: 2180
Re: Not getting an ip address using the basic ethernet example
I'm working with a custom board designed with reference to the ESP32-Ethernet-Kit, maintaining identical pin mapping and connections to the ESP32 SoC. The only difference is that we are using the ESP32-U4WDH instead of the ESP32-WROVER-E.
- Thu Apr 25, 2024 6:37 am
- Forum: ESP-IDF
- Topic: Not getting an ip address using the basic ethernet example
- Replies: 7
- Views: 2180
Re: Not getting an ip address using the basic ethernet example
I'm working with a custom board designed with reference to the ESP32-Ethernet-Kit, maintaining identical pin mapping and connections to the ESP32 SoC. The only difference is that we are using the ESP32-U4WDH module instead of the ESP32-WROVER-E.
- Mon Apr 22, 2024 10:16 am
- Forum: ESP-IDF
- Topic: Not getting an ip address using the basic ethernet example
- Replies: 7
- Views: 2180
Not getting an ip address using the basic ethernet example
Module or chip used: ESP32-U4WDH ESP_IDF version : 5.2.1 Build System: [idf.py] Operating System: [Windows] Power Supply: [USB] I'm currently trying to test my ESP-32 U4WDH using a basic Ethernet example. I've connected the Ethernet cable to my ESP using an IP101 Ethernet processor. The program buil...