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
42 stars 18 forks source link

Dabble iOS App is using a slightly different BLE protocol than the Dabble Android App #10

Open greymfm opened 4 months ago

greymfm commented 4 months ago

While trying to use the Dabble App for our educational robots, we discovered that the Android App did communicate with the robot but the iOS App did not. Further investigations showed that the iOS is using a slightly different BLE protocol than the Android App). The iOS App uses a wrong BLE characteristics for writing (which is intended for receiving) . Is this intended? :-) This difference can make working with the Dabble App and different BLE devices tricky :-) (some combinations will work, some not...) ... (maybe you can pass on this info to the Dabble iOS App developer)

Here you can see the details: https://github.com/google/bumble/issues/479