toaster-robotics

Results 3 comments of 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. ![screenshot](https://github.com/h2zero/NimBLE-Arduino/assets/141705577/cf33ebd6-6fbd-465b-a922-2d7db8f7a878)

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...