Page 1 of 1

Wifi stuck in connect / disconnect loop

Posted: Tue Jul 21, 2020 7:59 am
by iParcelBox
I have an ESP32 Wrover -IB which occasionally gets stuck in a WiFi connect / disconnect loop after several hours of stable operation.

It seems to disconnect with

Code: Select all

 wifi: ap_probe_send over, resett wifi status to disassoc
, then almost immediately reconnects, gets an IP address, but fails a TCP connection and then disconnects with the same error.

Here's an example log showing the issue
https://pastebin.com/tySppkdZ

Has anyone else come across similar behaviours?