cnlohr / esp82xx

Useful ESP8266 C Environment
Other
288 stars 107 forks source link

Problem with Scan For Wifi #66

Open bbkiwi opened 7 years ago

bbkiwi commented 7 years ago

I've noticed some problems while testing the new cc that uses esp82xx/dev that seem to be related to esp82xx/dev.

  1. In AP after scan for wifi (and having not found any) it attempts to return to the AP but fails to establish it. Manual reset will get it going again.
  2. In Station mode, sometimes after the scan it forces a reboot and then reconnects back to the station. Also it does not find anything. I had my home wifi running (which it was connected to) and I also had the other ESP8266 running an AP. The scan shows ISCAN but then does not list any.

output esp82xx test3.txt output esp82xx test2.txt output esp82xx test.txt

cnlohr commented 7 years ago

So, did that actually fix it?

bbkiwi commented 7 years ago

I still don't find anything with scan :-O But after scanning in AP mode it does reconnect back to AP with no problem. After scanning in station mode, it no longer reboots.