ESP32 wifi stops fonctionning after a while
Posted: Tue Feb 01, 2022 6:31 pm
After a few minutes, my ESP32:
-stops accepting websocket connections
-does not respond to pings
-is unable to do http requests
This only happens on 1 of the 2 wifi routers I have here.
Turning the wifi off and on of the esp32 restores all wifi fonctions.
I run arduino-esp32 version 4.4.0.
I tried with a dev board as well as a bare WROOM-32 module.
I use the netconn library for the websocket server.
I don't get any error message.
Log level is set to verbose.
I tried the arduino esp32 Wifi library, same issue.
I also rewrote that wifi library with direct esp_wifi_ calls, same issue.
The esp32 stills receives wifi packets, I verified that using the promiscuous packet capture mode.
How can I debug this?
What kind of router settings could cause this?
Wifi router is a Technicolor CGM4331COM
Thanks!
-stops accepting websocket connections
-does not respond to pings
-is unable to do http requests
This only happens on 1 of the 2 wifi routers I have here.
Turning the wifi off and on of the esp32 restores all wifi fonctions.
I run arduino-esp32 version 4.4.0.
I tried with a dev board as well as a bare WROOM-32 module.
I use the netconn library for the websocket server.
I don't get any error message.
Log level is set to verbose.
I tried the arduino esp32 Wifi library, same issue.
I also rewrote that wifi library with direct esp_wifi_ calls, same issue.
The esp32 stills receives wifi packets, I verified that using the promiscuous packet capture mode.
How can I debug this?
What kind of router settings could cause this?
Wifi router is a Technicolor CGM4331COM
Thanks!