Page 1 of 1

Adafruit Qualia board with ESP32-S3 disconnects from ESP-IDF when laptop goes in sleep mode

Posted: Thu May 16, 2024 1:34 pm
by karunt
I am programming an Adafruit Qualia board with ESP32-S3 using ESP-IDF. First code I put on it is the wifi provisioning code, which makes the board advertise for BLE connection purposes. But if my laptop (which has the ESP-IDF running on it) goes to sleep, it causes the board to disconnect. When the laptop comes back up, I get the following message:
None
Waiting for device to reconnect
But nothing else happens beyond this. Is there something in the menuconfig settings that I need to change to make the board reconnect automatically after the laptop wakes up? For now, I have to press the Reset button on the board which starts executing the entire code from the beginning, something I'd like to avoid - not practical for an end-user application.