adaptation for book and plug demo
Fork of BLE_API by
README.md@1052:b55e1ad3e1b3, 2016-01-11 (annotated)
- Committer:
- vcoubard
- Date:
- Mon Jan 11 08:51:31 2016 +0000
- Revision:
- 1052:b55e1ad3e1b3
- Parent:
- 1042:21a86ac7f5b1
- Child:
- 1053:ec4a5b9b254e
Synchronized with git rev 9f31f380
Author: Vincent Coubard
Merge remote-tracking branch 'origin/develop' into descriptorDiscovery
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rgrover1 | 125:aae3f50670c9 | 1 | # mbed Bluetooth Low Energy Stack |
vcoubard | 1052:b55e1ad3e1b3 | 2 | This is the Github repo for the `BLE_API` used by developer.mbed.org. Please see the [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all documentation, code examples and general help. |
rgrover1 | 125:aae3f50670c9 | 3 | |
rgrover1 | 125:aae3f50670c9 | 4 | # Supported Services |
vcoubard | 1052:b55e1ad3e1b3 | 5 | Supported GATT services and constantly being added and can be found in the (`ble/ble/services/`)[https://github.com/ARMmbed/ble/tree/master/ble/services] folder. |
vcoubard | 1052:b55e1ad3e1b3 | 6 | |
vcoubard | 1052:b55e1ad3e1b3 | 7 | Currently supported services include: |
vcoubard | 1052:b55e1ad3e1b3 | 8 | * Battery |
rgrover1 | 125:aae3f50670c9 | 9 | * Device Firmware Update (DFU) |
vcoubard | 1052:b55e1ad3e1b3 | 10 | * Device Information |
vcoubard | 1052:b55e1ad3e1b3 | 11 | * Eddystone Configuration Service |
rgrover1 | 125:aae3f50670c9 | 12 | * Health Thermometer |
rgrover1 | 125:aae3f50670c9 | 13 | * Heart Rate |
vcoubard | 1052:b55e1ad3e1b3 | 14 | * Link Loss |
rgrover1 | 125:aae3f50670c9 | 15 | * UART |
Rohit Grover |
241:00f2410ad9cc | 16 | * UriBeacon |
Rohit Grover |
241:00f2410ad9cc | 17 | * iBeacon |
rgrover1 | 125:aae3f50670c9 | 18 | |
vcoubard | 1052:b55e1ad3e1b3 | 19 | # Getting Started |
vcoubard | 1052:b55e1ad3e1b3 | 20 | The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there. |
rgrover1 | 125:aae3f50670c9 | 21 | A good starting point are these pages: |
vcoubard | 1052:b55e1ad3e1b3 | 22 | * [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE |
vcoubard | 1052:b55e1ad3e1b3 | 23 | * [mbed BLE Getting Started Guide](https://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/5262/) a wonderful primer on using BLE with mbed |
vcoubard | 1052:b55e1ad3e1b3 | 24 | * [mbed BLE doc](https://docs.mbed.com/docs/ble-intros/en/latest/) for an introduction to mbed BLE |
vcoubard | 1052:b55e1ad3e1b3 | 25 | * [mbed BLE API page](https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/docs/tip/) for the API in generated by doxygen |