Search found 3 matches

by michel.vachon
Wed Feb 02, 2022 6:11 pm
Forum: General Discussion
Topic: ESP32 wifi stops fonctionning after a while
Replies: 3
Views: 4270

Re: ESP32 wifi stops fonctionning after a while

tks for the suggestion,

but sometimes the wifi stops working after just 5 seconds,
that's quite before the inactivity timeout occurs.
by michel.vachon
Tue Feb 01, 2022 6:31 pm
Forum: General Discussion
Topic: ESP32 wifi stops fonctionning after a while
Replies: 3
Views: 4270

ESP32 wifi stops fonctionning after a while

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 w...
by michel.vachon
Tue Jan 18, 2022 2:09 am
Forum: ESP32 Arduino
Topic: no output from esp_wifi_statis_dump
Replies: 0
Views: 2953

no output from esp_wifi_statis_dump

esp_wifi_statis_dump(WIFI_STATIS_ALL) does not output anything. The function returns ESP_OK. I use arduino-esp32 2.0.0 I tried setting "Core debug level" to verbose in Arduino IDE (which does generate more logs) I tried calling esp_wifi_internal_set_log_level(WIFI_LOG_VERBOSE). Still nothing. How do...