Search found 3 matches

by ItsFlipp
Sun Apr 09, 2017 1:07 am
Forum: General Discussion
Topic: Wifi repeatedly disconnects after 291.992 seconds
Replies: 2
Views: 5337

Re: Wifi repeatedly disconnects after 291.992 seconds

Narrowing it down... disconnects are due to "reason: 4", which is WIFI_REASON_AUTH_EXPIRE . According to the 802.11 spec , that means "Disassociated due to inactivity." Looking around the esp-idf source, I found this comment about inactivity in the wpa_supplicant code . Unfortunately the wpa library...
by ItsFlipp
Tue Mar 28, 2017 10:32 pm
Forum: General Discussion
Topic: Wifi repeatedly disconnects after 291.992 seconds
Replies: 2
Views: 5337

Re: Wifi repeatedly disconnects after 291.992 seconds

Digging a bit deeper, it appears that it has something to do with the server chip. If I connect the client ESP32 to a standard wifi network, it never disconnects.
by ItsFlipp
Mon Mar 27, 2017 7:09 pm
Forum: General Discussion
Topic: Wifi repeatedly disconnects after 291.992 seconds
Replies: 2
Views: 5337

Wifi repeatedly disconnects after 291.992 seconds

Heya! Been toying with a couple of ESP32s recently and I'm running into an odd issue with the wifi. I set up one chip as an access point and the other as a client. They successfully authenticate, connect, and receive a DHCP assignment, but after 291.992s the client goes appears to go from "run" to "...