tinderboxpedal icon indicating copy to clipboard operation
tinderboxpedal copied to clipboard

ESP32 BT Connectivity with Arduino-Core

Open jrnelson90 opened this issue 4 years ago • 0 comments

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,

jrnelson90 avatar Aug 14 '20 23:08 jrnelson90