Hello,
Is there a way to awaken the board via Bluetooth once it’s gone to light sleep? All I can find is esp_sleep_enable_timer_wakeup
and I don’t want that
I tried this
// Enable BLE wakeup (This needs to be tailored to your MCU's specific BLE library and hardware capabilities)
BLE.setWakeOnConnect(true); // Wake up on connect, adjust this according to your MCU's BLE library
but no luck
Thoughts anyone? Much appreciated.