nkjnm

Dependencies:   MAX44000 nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Committer:
nexpaq
Date:
Sat Sep 17 16:32:05 2016 +0000
Revision:
1:55a6170b404f
checking in for sharing

Who changed what in which revision?

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