Page 1 of 1

What's the current consensus on how to solve ESP32 randomly losing WIFI connection?

Posted: Sat Jul 02, 2022 6:55 pm
by statusquo
Basically title.

After a couple of days, ESP32 would randomly get disconnected and nothing but a reboot would solve this (that I tried anyways).

I've seen that many have struggled (or are still struggling) with this, so I am wondering if there is an easy-to-implement solution for this?

Re: What's the current consensus on how to solve ESP32 randomly losing WIFI connection?

Posted: Mon Jul 04, 2022 1:47 am
by gtjoseph
I haven't seen the posts and I've not had the issue myself but turning debug logging for all the WiFi and phy components might help. Have you checked the key lifetimes on the access point?

Re: What's the current consensus on how to solve ESP32 randomly losing WIFI connection?

Posted: Mon Jul 04, 2022 8:02 am
by axellin
Could you share more detail log?
What's the disconnect reason you got?
Which module/sdk version are you using?