Wifi Disconnect Loop
Posted: Tue Jun 20, 2017 9:48 am
Lately after a few hours of running my esp32 goes into a disconnect loop.
I used to crash on:
See https://pastebin.com/bvW9P5R4
Ever since esp-idf 058eb26, my system is going into a wifi disconnect loop instead of a crash.
See https://pastebin.com/Atv4n3Qn
I have tested esp_wifi_disconnect() which properly disconnects
See https://pastebin.com/xCGM9gkq
Except on those wifi: ap_probe_send over, resett wifi status to disassoc
This problem occurs on a DOIT esp32, LoPy, SiPy. I also tested on 4 different routers.
What can I do about this problem? I would like to recover from this disconnect. A crash is less problematic because after a restart the esp32 functions again.
Edit Another disconnect loop on both a DOIT and LoPy https://pastebin.com/BQS8kCRT where wifi log level is set to verbose.(Updated esp-idf yesterday)
A github issue has been made under the name of the company https://github.com/espressif/esp-idf/issues/724
I used to crash on:
Code: Select all
I (22425788) wifi: ap_probe_send over, resett wifi status to disassoc
Ever since esp-idf 058eb26, my system is going into a wifi disconnect loop instead of a crash.
See https://pastebin.com/Atv4n3Qn
I have tested esp_wifi_disconnect() which properly disconnects
See https://pastebin.com/xCGM9gkq
Except on those wifi: ap_probe_send over, resett wifi status to disassoc
This problem occurs on a DOIT esp32, LoPy, SiPy. I also tested on 4 different routers.
What can I do about this problem? I would like to recover from this disconnect. A crash is less problematic because after a restart the esp32 functions again.
Edit Another disconnect loop on both a DOIT and LoPy https://pastebin.com/BQS8kCRT where wifi log level is set to verbose.(Updated esp-idf yesterday)
A github issue has been made under the name of the company https://github.com/espressif/esp-idf/issues/724