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/11/19 16:21] digistump |
digispark:tutorials:ble [2015/02/11 09:54] digistump |
||
|---|---|---|---|
| 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** | ||
| - | **//Example has a bug. parseInt(); not included in Digispark loader.//** | + | <del>**//Example has a bug. parseInt(); not included in Digispark loader.//**</del>- Fixed in Digistump IDE Release 1.0+ |
| <code> | <code> | ||
| Line 99: | Line 111: | ||
| // look for the newline. That's the end of your | // look for the newline. That's the end of your | ||
| // sentence: | // sentence: | ||
| - | // if (mySerial.read() == '\n') { | ||
| if (Serial.read() == '\n') { | if (Serial.read() == '\n') { | ||
| // sends confirmation | // sends confirmation | ||