This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
digispark:tutorials:ble [2014/12/11 13:08] digistump |
digispark:tutorials:ble [2016/06/09 12:03] (current) |
||
---|---|---|---|
Line 55: | Line 55: | ||
=====Programming:===== | =====Programming:===== | ||
+ | For advanced AT commands (for changing name, etc) see the datasheet for the HM-10 module that is used on this shield: {{:digispark:tutorials:bluetooth40_en.pdf|}} | ||
+ | |||
+ | For ANCS (Apple Notification Center Service) instructions see here (Note: Please use the forums for all ANCS support - we cannot support it directly as we do not have experience with it): [[digispark:tutorials:hm10ancs|digispark:tutorials:hm10ancs]] | ||
+ | |||
+ | **Mobile app examples for Android and iOS (iOS development requires iOS dev setup or jailbroken phone)(phonegap/cordova based):** | ||
+ | (these can be edited with only a working knowledge of Javascript and HTML - see phonegap.com for more about how it all works) | ||
+ | |||
+ | https://github.com/digistump/Digispark_Cordova_BLEShieldEcho | ||
+ | |||
+ | https://github.com/digistump/Digispark_Cordova_BLEShieldRobot | ||
+ | |||
+ | Mobile Robot App for iOS - in ObjC - by Miirek: https://github.com/Miirek/BLEBot | ||
**Example changing DigiLED over BLE** | **Example changing DigiLED over BLE** |