don / cordova-plugin-rfduino

Cordova (PhoneGap) plugin for RFduino
Other
46 stars 16 forks source link

Add Simblee compatiblity with 1 line in Arduino sketch file #31

Open ianjorgensen opened 7 years ago

ianjorgensen commented 7 years ago

Simblee modules have new UUID and service characteristics. See http://thomasolson.com/PROJECTS/BLE/Simblee/. Adding SimbleeBLE.customUUID = "2220"; to the arduino code, sets the Simblee's UUID to one that compatible with Rfduino. I've tried it and it makes this library work with Simblee.

Could be nice if there was a note of this in the readme.md and a link to the page