toaster-robotics
toaster-robotics
@Gibbz I think this is a esp32 thing. This is a screenshot of the Arduino IDE showing that WiFi (likely including BLE) drops out after 80MHz. 
I was able to get the reconnect down to ~0.75 seconds by specifying the **NimBLERemoteCharacteristic** to subscribe to. I have it pared down to 3 **NimBLERemoteCharacteristic** or 3 handles (23,...
@tapir , I just made my code into a [library](https://github.com/toaster-robotics/bleM3Remote). I can't speak for your device. But the remote I'm using wakes with any button press. I have done 0...