Demonstration of the GAP profile. It shows advertising, scanning and connecting. The demo will cycle through several modes and print over the serial connection information about current activity.

GAP - Advertising, Scanning, Connecting

Demonstration of GAP API usage. It shows advertising, scanning and connecting. The demo will cycle through several modes and print over the serial connection information about current activity.

Running the application

Requirements

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 :

- nRF Master Control Panel for Android.

- LightBlue for iPhone.

Information about activity is printed over the serial connection - please have a client open. You may use:

- Tera Term

Hardware requirements are in the main readme.

Building instructions

Building instructions for all samples are in the main readme.

Committer:
paulszczepanek
Date:
Fri Mar 09 16:41:54 2018 +0000
Revision:
0:8539ba0984da
Child:
1:d4bb1e33950e
initial commit based on examples github repo

Who changed what in which revision?

UserRevisionLine numberNew contents of line
paulszczepanek 0:8539ba0984da 1 {
paulszczepanek 0:8539ba0984da 2 "target_overrides": {
paulszczepanek 0:8539ba0984da 3 "K64F": {
paulszczepanek 0:8539ba0984da 4 "target.features_add": ["BLE"],
paulszczepanek 0:8539ba0984da 5 "target.extra_labels_add": ["ST_BLUENRG"]
paulszczepanek 0:8539ba0984da 6 },
paulszczepanek 0:8539ba0984da 7 "NUCLEO_F401RE": {
paulszczepanek 0:8539ba0984da 8 "target.features_add": ["BLE"],
paulszczepanek 0:8539ba0984da 9 "target.extra_labels_add": ["ST_BLUENRG"]
paulszczepanek 0:8539ba0984da 10 },
paulszczepanek 0:8539ba0984da 11 "DISCO_L475VG_IOT01A": {
paulszczepanek 0:8539ba0984da 12 "target.features_add": ["BLE"],
paulszczepanek 0:8539ba0984da 13 "target.extra_labels_add": ["ST_BLUENRG"]
paulszczepanek 0:8539ba0984da 14 }
paulszczepanek 0:8539ba0984da 15 }
paulszczepanek 0:8539ba0984da 16 }