High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Overview

The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.

Supported Services

Supported services can be found in the BLE_API/services folder.

Files at this revision

API Documentation at this revision

Comitter:
vcoubard
Date:
Wed Apr 06 19:16:02 2016 +0100
Parent:
1195:b6ba9dfd83bb
Child:
1197:8b80ca9abdac
Commit message:
Synchronized with git rev db2ad9a7
Author: Vincent Coubard
Add nrf52 as a dependency

Changed in this revision

module.json Show annotated file Show diff for this revision Revisions of this file
--- a/module.json	Wed Apr 06 19:16:00 2016 +0100
+++ b/module.json	Wed Apr 06 19:16:02 2016 +0100
@@ -28,6 +28,9 @@
     "nrf51822": {
       "ble-nrf51822": "^2.2.8"
     },
+    "nrf52832": {
+      "ble-nrf51822": "ARMmbed/ble-nrf52832"
+    },
     "cordio": {
       "ble-wicentric": "~0.0.4"
     },