BLE gap example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-GAP/

Fork of BLE-GAP by Joël Imbaud

Files at this revision

API Documentation at this revision

Comitter:
jimbaud
Date:
Tue Jan 08 14:27:20 2019 +0000
Parent:
15:3bf617a2080f
Commit message:
BLE gap example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-GAP/

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
source/main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Fri Dec 14 13:15:25 2018 +0000
+++ b/mbed_app.json	Tue Jan 08 14:27:20 2019 +0000
@@ -4,7 +4,7 @@
             "target.features_add": ["BLE"],
             "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
         },
-        "NUCLEO_F401RE": {
+        "NUCLEO_F411RE": {
             "target.features_add": ["BLE"],
             "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
         },
--- a/source/main.cpp	Fri Dec 14 13:15:25 2018 +0000
+++ b/source/main.cpp	Tue Jan 08 14:27:20 2019 +0000
@@ -1,3 +1,15 @@
+/* 
+
+https://os.mbed.com/components/X-NUCLEO-IDB05A1-Bluetooth-Low-Energy/
+
+https://os.mbed.com/docs/v5.10/tutorials/ble-tutorial.html
+
+https://os.mbed.com/docs/latest/apis/rtos.html
+
+https://www.youtube.com/watch?v=j5RJ6UfkylA
+
+https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-GAP/
+
 /* mbed Microcontroller Library
  * Copyright (c) 2006-2013 ARM Limited
  *