File tree Expand file tree Collapse file tree 5 files changed +568
-0
lines changed Expand file tree Collapse file tree 5 files changed +568
-0
lines changed Original file line number Diff line number Diff line change
1
+ # GAP - Advertising, Scanning, Connecting
2
+
3
+ Demo of the GAP profile. It shows advertising, scanning and connecting. The demo will cycle through several modes
4
+ and print over the serial connection information about current activity.
5
+
6
+ # Running the application
7
+
8
+ ## Requirements
9
+
10
+ The sample application can be seen on any BLE scanner on a smartphone. If you don't have a scanner on your phone, please install :
11
+
12
+ - [ nRF Master Control Panel] ( https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp ) for Android.
13
+
14
+ - [ LightBlue] ( https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8 ) for iPhone.
15
+
16
+ Information about activity is printed over the serial connection - please have a client open. You may use:
17
+
18
+ - [ Tera Term] ( https://ttssh2.osdn.jp/index.html.en )
19
+
20
+ Hardware requirements are in the [ main readme] ( https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md ) .
21
+
22
+ ## Building instructions
23
+
24
+ Building instructions for all samples are in the [ main readme] ( https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md ) .
Original file line number Diff line number Diff line change
1
+ https://github.com/ARMmbed/mbed-os/#367dbdf5145f4d6aa3e483c147fe7bda1ce23a36
Original file line number Diff line number Diff line change
1
+ {
2
+ "target_overrides" : {
3
+ "K64F" : {
4
+ "target.features_add" : [" BLE" ],
5
+ "target.extra_labels_add" : [" ST_BLUENRG" ]
6
+ },
7
+ "NUCLEO_F401RE" : {
8
+ "target.features_add" : [" BLE" ],
9
+ "target.extra_labels_add" : [" ST_BLUENRG" ]
10
+ },
11
+ "DISCO_L475VG_IOT01A" : {
12
+ "target.features_add" : [" BLE" ],
13
+ "target.extra_labels_add" : [" ST_BLUENRG" ]
14
+ }
15
+ }
16
+ }
Original file line number Diff line number Diff line change
1
+ https://github.com/ARMmbed/ble-x-nucleo-idb0xa1/#b630517008bbe47592927cc8e5dfcd2e5b9de968
You can’t perform that action at this time.
0 commit comments