Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Puck/BLE_API/README.md@0:b8221deeaa87, 2015-04-30 (annotated)
- Committer:
- Grimmkey
- Date:
- Thu Apr 30 20:46:27 2015 +0000
- Revision:
- 0:b8221deeaa87
Georgia Institute of Technology ECE 4180 Spring 2015 Jazz Hands project, Nordic nRF51822 half
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Grimmkey | 0:b8221deeaa87 | 1 | # mbed Bluetooth Low Energy Stack |
Grimmkey | 0:b8221deeaa87 | 2 | This is the github repo for the BLE_API used by developer.mbed.org. Please see [mbed BLE Homepage](http://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all documentation, code examples and general help. |
Grimmkey | 0:b8221deeaa87 | 3 | |
Grimmkey | 0:b8221deeaa87 | 4 | # Supported Services |
Grimmkey | 0:b8221deeaa87 | 5 | Supported GATT services and constantly being added and can be found in the /services folder. |
Grimmkey | 0:b8221deeaa87 | 6 | Currently supported services include: |
Grimmkey | 0:b8221deeaa87 | 7 | * Battery |
Grimmkey | 0:b8221deeaa87 | 8 | * Device Firmware Update (DFU) |
Grimmkey | 0:b8221deeaa87 | 9 | * Device Information |
Grimmkey | 0:b8221deeaa87 | 10 | * Health Thermometer |
Grimmkey | 0:b8221deeaa87 | 11 | * Heart Rate |
Grimmkey | 0:b8221deeaa87 | 12 | * UART |
Grimmkey | 0:b8221deeaa87 | 13 | * UriBeacon |
Grimmkey | 0:b8221deeaa87 | 14 | * iBeacon |
Grimmkey | 0:b8221deeaa87 | 15 | |
Grimmkey | 0:b8221deeaa87 | 16 | # Getting Started |
Grimmkey | 0:b8221deeaa87 | 17 | The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there. |
Grimmkey | 0:b8221deeaa87 | 18 | A good starting point are these pages: |
Grimmkey | 0:b8221deeaa87 | 19 | * [mbed BLE Homepage](http://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE |
Grimmkey | 0:b8221deeaa87 | 20 | * [mbed BLE Getting Started Guide](http://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/5262/) a wonderful primer on using BLE with mbed |
Grimmkey | 0:b8221deeaa87 | 21 | * [mbed BLE API page](http://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/docs/tip/) for the API in generated by doxygen |