mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Committer:
be_bryan
Date:
Mon Dec 11 17:54:04 2017 +0000
Revision:
0:b74591d5ab33
motor ++

Who changed what in which revision?

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