jrnelson90 / tinderboxpedal

Bluetooth "Universal Remote" Footpedal for Digital Guitar Amps, on ESP32 or Pi Zero W
Apache License 2.0
71 stars 11 forks source link

ESP32 BT Connectivity with Arduino-Core #5

Open jrnelson90 opened 4 years ago

jrnelson90 commented 4 years ago

Unlike the Pi version based on the PyBluez stack, the Arduino-Core BT stack will intermittently disconnect from the Spark after periods of disuse. A callback on disconnect currently calls a the connection method to compensate for this, but it would be better if this could be fix with a ping message short term, and better Bluetooth connection code long term,