Skip to content

Commit be90095

Browse files
Merge branch 'master' into sm-persistent
2 parents 273f4b6 + 65afa82 commit be90095

File tree

35 files changed

+2614
-11
lines changed

35 files changed

+2614
-11
lines changed

BLE_BatteryLevel/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#c05d72c3c005fbb7e92c3994c32bda45218ae7fe
1+
https://github.com/ARMmbed/mbed-os/#50bd61a4a72332baa6b1bac6caccb44dc5423309

BLE_Beacon/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#c05d72c3c005fbb7e92c3994c32bda45218ae7fe
1+
https://github.com/ARMmbed/mbed-os/#50bd61a4a72332baa6b1bac6caccb44dc5423309

BLE_Button/mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#c05d72c3c005fbb7e92c3994c32bda45218ae7fe
1+
https://github.com/ARMmbed/mbed-os/#50bd61a4a72332baa6b1bac6caccb44dc5423309

BLE_GAP/.mbed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ROOT=.

BLE_GAP/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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).

BLE_GAP/mbed-os.lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/mbed-os/#50bd61a4a72332baa6b1bac6caccb44dc5423309

BLE_GAP/mbed_app.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
}

BLE_GAP/shields/TARGET_ST_BLUENRG.lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1/#b630517008bbe47592927cc8e5dfcd2e5b9de968

0 commit comments

Comments
 (0)