Search found 5 matches

by stanzlavos
Mon Sep 09, 2019 10:18 am
Forum: ESP-IDF
Topic: ESP32 - No connectivity
Replies: 5
Views: 5517

Re: ESP32 - No connectivity

Installed the tools and requirements... :)

Back to the original problem... So there seems to be some issue on the master then ?
by stanzlavos
Mon Sep 09, 2019 8:38 am
Forum: ESP-IDF
Topic: ESP32 - No connectivity
Replies: 5
Views: 5517

Re: ESP32 - No connectivity

Well, station example started working after I moved to esp-idf v4.0 (v4.0-dev-1476-g1b8ed9abf) !!! :x So, there is actually something wrong on the master branch ? This is kinda good enough for me, as I can continue with my work. The problem is that once I move to v4.0, the export scripts (export.ps1...
by stanzlavos
Mon Sep 09, 2019 6:31 am
Forum: ESP-IDF
Topic: ESP32 - No connectivity
Replies: 5
Views: 5517

Re: ESP32 - No connectivity

I tried the SoftAP example. Works fine. Can ping the ESP32 (GW) and another device connected to it.

Why won't the sta mode example work ? :cry:
by stanzlavos
Mon Sep 09, 2019 4:35 am
Forum: ESP-IDF
Topic: ESP32 - No connectivity
Replies: 5
Views: 5517

Re: ESP32 - No connectivity

No idea on why pinging fails, but the board may not show up in your routers list because lists like this tend to display the DHCP leases only. You could test that by having some other device (e.g. laptop) connect to the AP with a static IP and see if it shows up. I have a few ESP8266 based devices ...
by stanzlavos
Sun Sep 08, 2019 2:54 am
Forum: ESP-IDF
Topic: ESP32 - No connectivity
Replies: 5
Views: 5517

ESP32 - No connectivity

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 fail...