ESP32 - No connectivity
Posted: Sun Sep 08, 2019 2:54 am
Hi All
Just started using the ESP-IDF. Started with the WiFi station example. From the logs, everything looks OK. The module (have a rev1 dev board) connects to the AP (can confirm this in router page). But, I am unable to ping it. I tried adding some code to ping the GW from the ESP32 and that fails as well.
Tried setting a static IP. Used some information available. Stopped DHCP, and configured the IP. As per the logs, the ESP32 is supposedly connected to the AP. But, in the router page, the static IP is not shown. The earlier allocated dynamic IP is still shown but the device name is shown as "unknown" instead of "espressif" (like it is shown when using dynamic IP).
Tried enabling all the debug logs. I did not see anything that looked wrong.
The interesting part is that if I use the example from the arduino core and flash the image from the arduino IDE, it works fine (did not try static IP).
I am out of ideas.
Just started using the ESP-IDF. Started with the WiFi station example. From the logs, everything looks OK. The module (have a rev1 dev board) connects to the AP (can confirm this in router page). But, I am unable to ping it. I tried adding some code to ping the GW from the ESP32 and that fails as well.
Tried setting a static IP. Used some information available. Stopped DHCP, and configured the IP. As per the logs, the ESP32 is supposedly connected to the AP. But, in the router page, the static IP is not shown. The earlier allocated dynamic IP is still shown but the device name is shown as "unknown" instead of "espressif" (like it is shown when using dynamic IP).
Tried enabling all the debug logs. I did not see anything that looked wrong.
The interesting part is that if I use the example from the arduino core and flash the image from the arduino IDE, it works fine (did not try static IP).
I am out of ideas.