Search found 13 matches

by InterBilly
Tue Sep 12, 2023 6:38 pm
Forum: General Discussion
Topic: Esp32 ethernet basic not accepting DHCP offer from DNSMasq
Replies: 8
Views: 8189

Re: Esp32 ethernet basic not accepting DHCP offer from DNSMasq

Thank you for your last reply and sorry for the late reaction, I bought a WT32-ETH01 (https://files.seeedstudio.com/products/102991455/WT32-ETH01_datasheet_V1.1-%20en.pdf) to rule out wiring problems. After some struggling I managed to get where I was with the previous setup (freezing after "eth_exa...
by InterBilly
Fri Aug 04, 2023 10:54 am
Forum: General Discussion
Topic: Esp32 ethernet basic not accepting DHCP offer from DNSMasq
Replies: 8
Views: 8189

Re: Esp32 ethernet basic not accepting DHCP offer from DNSMasq

Hi, Thank you for for helping out! I tried changing it to ESP_LOGV but this did not result in any additional logging. Adding a few printf's in the function I noticed that the function never gets past ulTaskNotifyTake(pdTRUE, portMAX_DELAY); on line 278. The comment says: "block indefinitely until go...
by InterBilly
Mon Jul 31, 2023 5:13 pm
Forum: General Discussion
Topic: Esp32 ethernet basic not accepting DHCP offer from DNSMasq
Replies: 8
Views: 8189

Esp32 ethernet basic not accepting DHCP offer from DNSMasq

Hi, I am trying to get the ESP32 ethernet basic example working. The ESP is connected via LAN8720 to an Odroid SBC running Ubuntu and DNSMasq. When I run the application the output from the ESP is: I (417) app_start: Starting scheduler on CPU0 I (421) app_start: Starting scheduler on CPU1 I (421) ma...