The device then attempts to reconnect but immediately disconnects again with the error WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG. At this point, I have to reboot the device to restore normal Wi-Fi functionality.Parameters: Code: Select all WiFi.mode(WIFI_STA); WiFi.setSleep(false); esp...
The Wi-Fi connection does not stay up, Wi-Fi is in state disconnected. When trying to connect manually with wifi connect - the device reboots. Network SSID and passphrase have been provided via the configuration. Error logs or terminal output ELF file SHA256: 57c13efd8b5d9fdf Rebooting.....
the only way to recover that device was to reboot it again. Yes, to trigger the issue i simply randomly restarted devices. i'm not sure on how to display absolute time considering the logs are in close sourced files. I understand the wifi is disconnected, but i would expect it to retry...
void wifi_connect_cb(void){ INFO("wifi connect!\r\n"); os_printf("--- WiFi连接成功,打开绿灯---\r\n"); GPIO_OUTPUT_SET(GPIO_ID_PIN(12), 1); MQTT_Connect(&mqttClient); } /** * WIFI断开回调 */ void wifi_disconnect_cb(void){ INFO("wifi disconnect!\r\n"); os_printf("--...
Clicking yes will begin the update process. A percentage will appear showing how far along the update is. This process can take quite some time. Upon completion, the ESP32 will reboot. Loading New Firmware to ESP32 When the ESP32 reboots, it'll become disconnected from Bluetooth. The WebAp...
'ARDUINO_EVENT_WIFI_STA_DISCONNECTED', which is what I expected. However, since WiFi has been configured to auto-reconnect, I expect a new event like ' ARDUINO_EVENT_WIFI_STA_CONNECTED', but nothing happens. The WiFi remains disconnected. How is the auto-reconnect supposed act when the ...
if you reboot it it comes back. scan and read again, close and go back to scanning and it has vanished. I tried different ESp32 boards and still the same result. I found an example of a esp32 BLE serial server that I used about a year ago to send strings to/from a ESP32-BLE ...
In this example, we’ve added three Wi-Fi events: when the ESP32 connects when it gets an IP address, and when it disconnects: ARDUINO_EVENT_WIDI_STA_CONNECTED, ARDUINO_EVENT_WIFI_STA_GOT_IP, and ARDUINO_EVENT_WIFI_STA_DISCONNECTED, respectively. When the ESP32 station connects to the ...
CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y CONFIG_ESP_WIFI_ENABLE_SAE_PK=y CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT=y CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y # CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set # CONFIG_ESP_WIFI_FTM_ENABLE is not set CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE=y ...
CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 CONFIG_ESP32_PHY_MAX_TX_POWER=20 CONFIG_ESP32_REDUCE_PHY_TX_POWER=y # CONFIG_ESP32S2_PANIC_PRINT_HALT is not set CONFIG_ESP32S2_PANIC_PRINT_REBOOT=y # CONFIG_ESP32S2_PANIC_SILENT_REBOOT is not set # CONFIG_ESP32S2_PANIC_GDBSTUB is...