STEMpedia / Dabble

Arduino Library for Dabble app, which includes virtual shields for robot control, sensors, camera, IoT and much more. Compatible with Bluetooth modules like HC-05, HC-06, HM-10, and ESP32 (BLE or Bluetooth 2.0 or 4.0)
https://thestempedia.com/product/dabble/
GNU Lesser General Public License v3.0
47 stars 17 forks source link

No detection of interrupted BT connection #5

Open N0TB0T opened 4 years ago

N0TB0T commented 4 years ago

Whenever BT connection is lost, Dabble (on esp32) keeps collecting old data without recognizing. Is there a timestamp, or any function or flag that we can use to prevent this behaviour? Example: using the gamepad, y = 7 fullspeed, connection lost, vehicle keeps driving at full speed. Hazardous!