BLE beacon example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon/
Fork of BLE-Beacon by
Revision 76:f0f06bffa8e3, committed 2019-01-08
- Comitter:
- jimbaud
- Date:
- Tue Jan 08 14:00:19 2019 +0000
- Parent:
- 75:583368bccade
- Commit message:
- BLE beacon example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon/
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 |
diff -r 583368bccade -r f0f06bffa8e3 mbed_app.json --- a/mbed_app.json Fri Dec 14 13:15:15 2018 +0000 +++ b/mbed_app.json Tue Jan 08 14:00:19 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"] },
diff -r 583368bccade -r f0f06bffa8e3 source/main.cpp --- a/source/main.cpp Fri Dec 14 13:15:15 2018 +0000 +++ b/source/main.cpp Tue Jan 08 14:00:19 2019 +0000 @@ -1,3 +1,16 @@ +/* + +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-Beacon/ + + /* mbed Microcontroller Library * Copyright (c) 2006-2015 ARM Limited *