Includes library modifications to allow access to AIN_4 (AIN_0 / 5)
mbd_os/features/FEATURE_BLE/README.md@0:eafc3fd41f75, 2016-09-20 (annotated)
- Committer:
- bryantaylor
- Date:
- Tue Sep 20 21:26:12 2016 +0000
- Revision:
- 0:eafc3fd41f75
hackathon
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bryantaylor | 0:eafc3fd41f75 | 1 | # mbed Bluetooth Low Energy Stack |
bryantaylor | 0:eafc3fd41f75 | 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. |
bryantaylor | 0:eafc3fd41f75 | 3 | |
bryantaylor | 0:eafc3fd41f75 | 4 | # Supported Services |
bryantaylor | 0:eafc3fd41f75 | 5 | Supported GATT services and constantly being added and can be found in the [ble/services/](https://github.com/ARMmbed/ble/tree/master/ble/services) folder. |
bryantaylor | 0:eafc3fd41f75 | 6 | |
bryantaylor | 0:eafc3fd41f75 | 7 | Currently supported services include: |
bryantaylor | 0:eafc3fd41f75 | 8 | * Battery |
bryantaylor | 0:eafc3fd41f75 | 9 | * Device Firmware Update (DFU) |
bryantaylor | 0:eafc3fd41f75 | 10 | * Device Information |
bryantaylor | 0:eafc3fd41f75 | 11 | * Eddystone Configuration Service |
bryantaylor | 0:eafc3fd41f75 | 12 | * Health Thermometer |
bryantaylor | 0:eafc3fd41f75 | 13 | * Heart Rate |
bryantaylor | 0:eafc3fd41f75 | 14 | * Link Loss |
bryantaylor | 0:eafc3fd41f75 | 15 | * UART |
bryantaylor | 0:eafc3fd41f75 | 16 | * UriBeacon |
bryantaylor | 0:eafc3fd41f75 | 17 | * iBeacon |
bryantaylor | 0:eafc3fd41f75 | 18 | |
bryantaylor | 0:eafc3fd41f75 | 19 | The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/) |
bryantaylor | 0:eafc3fd41f75 | 20 | contains an overview on how to create new, application-specific services. |
bryantaylor | 0:eafc3fd41f75 | 21 | |
bryantaylor | 0:eafc3fd41f75 | 22 | # Getting Started |
bryantaylor | 0:eafc3fd41f75 | 23 | The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there. |
bryantaylor | 0:eafc3fd41f75 | 24 | A good starting point are these pages: |
bryantaylor | 0:eafc3fd41f75 | 25 | * [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE |
bryantaylor | 0:eafc3fd41f75 | 26 | * [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 |
bryantaylor | 0:eafc3fd41f75 | 27 | * [mbed BLE doc](https://docs.mbed.com/docs/ble-intros/en/latest/) for an introduction to mbed BLE |
bryantaylor | 0:eafc3fd41f75 | 28 | * [mbed BLE API page](https://docs.mbed.com/docs/ble-api/en/latest/api/index.html) for the Doxygen API documentation |