You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BLE_PeriodicAdvertising/README.md
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,18 @@
1
-
# Periodic advertising and scanning
1
+
Demo of the periodic advertising. This requires two devices to run. Both devices run the same program.
2
+
They attempt to find find each other after which they adopt complementary roles. One sets up periodic advertising.
3
+
The other attempts to scan and sync with the periodic advertising.
2
4
3
-
Demo of the periodic advertising. This requires two devices to run. Both devices run the same program. They attempt to find find each other after which they adopt complementary roles. One sets up periodic advertising. The other attempts to scan and sync with the periodic advertising.
4
-
5
-
The role of the scanner device can also be performed by a BLE scanner on a smartphone. Connect to the advertiser. This will establish it as the advertiser. After you disconnect the device will begin periodic advertising.
5
+
The role of the scanner device can also be performed by a BLE scanner on a smartphone.
6
+
Connect to the advertiser. This will establish it as the advertiser. After you disconnect the device will begin periodic
7
+
advertising.
6
8
7
9
# Running the application
8
10
9
11
## Requirements
10
12
11
-
Devices must support extended advertising and periodic advertising (Bluetooth version 5+).
12
-
13
-
The sample application can also be monitored by any BLE scanner on a smartphone.
14
-
15
-
If you don't have a scanner on your phone, please install:
13
+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
16
14
17
-
-[nRF Master Control Panel](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp) for Android.
18
-
19
-
-[LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.
20
-
21
-
Information about activity is printed over the serial connection - please have a client open. You may use:
0 commit comments