Official Sheffield ARMBand micro:bit program

Committer:
MrBedfordVan
Date:
Mon Oct 17 12:41:20 2016 +0000
Revision:
0:b9164b348919
Official Sheffield ARMBand Micro:bit program

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MrBedfordVan 0:b9164b348919 1 # mbed Bluetooth Low Energy Stack
MrBedfordVan 0:b9164b348919 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.
MrBedfordVan 0:b9164b348919 3
MrBedfordVan 0:b9164b348919 4 # Supported Services
MrBedfordVan 0:b9164b348919 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.
MrBedfordVan 0:b9164b348919 6
MrBedfordVan 0:b9164b348919 7 Currently supported services include:
MrBedfordVan 0:b9164b348919 8 * Battery
MrBedfordVan 0:b9164b348919 9 * Device Firmware Update (DFU)
MrBedfordVan 0:b9164b348919 10 * Device Information
MrBedfordVan 0:b9164b348919 11 * Eddystone Configuration Service
MrBedfordVan 0:b9164b348919 12 * Health Thermometer
MrBedfordVan 0:b9164b348919 13 * Heart Rate
MrBedfordVan 0:b9164b348919 14 * Link Loss
MrBedfordVan 0:b9164b348919 15 * UART
MrBedfordVan 0:b9164b348919 16 * UriBeacon
MrBedfordVan 0:b9164b348919 17 * iBeacon
MrBedfordVan 0:b9164b348919 18
MrBedfordVan 0:b9164b348919 19 The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/)
MrBedfordVan 0:b9164b348919 20 contains an overview on how to create new, application-specific services.
MrBedfordVan 0:b9164b348919 21
MrBedfordVan 0:b9164b348919 22 # Getting Started
MrBedfordVan 0:b9164b348919 23 The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there.
MrBedfordVan 0:b9164b348919 24 A good starting point are these pages:
MrBedfordVan 0:b9164b348919 25 * [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE
MrBedfordVan 0:b9164b348919 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
MrBedfordVan 0:b9164b348919 27 * [mbed BLE doc](https://docs.mbed.com/docs/ble-intros/en/latest/) for an introduction to mbed BLE
MrBedfordVan 0:b9164b348919 28 * [mbed BLE API page](https://docs.mbed.com/docs/ble-api/en/latest/api/index.html) for the Doxygen API documentation