Demonstration of possible usage of the Security Manager. Security Manager deals with pairing, authentication and encryption.

SM - example usage of the Security Manager to pair and encrypt

Demonstration of possible usage of the Security Manager. Security Manager deals with pairing, authentication and encryption.

The application demonstrates usage as a central and a peripheral. The central will connect to any connectable device present. Please have one ready and advertising. Application will attempt pairing. Please authorise your peer device to pair.

Upon success it will disconnect and start advertising to demonstrate usage as a peripheral. Please scan and connect using your peer device. Upon connection grant pairing if prompted. Upon success the application will disconnect. Observe the terminal to keep track of the sequence.

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:
mbed_official
Date:
Thu Aug 23 14:00:15 2018 +0100
Revision:
9:674ab70e0f36
Parent:
3:704a199f2316
Child:
11:547e88d95052
Delete .project
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Donatien Garnier 1:916188eae2bb 1 {
mbed_official 9:674ab70e0f36 2 "config": {
mbed_official 9:674ab70e0f36 3 "filesystem_support": {
mbed_official 9:674ab70e0f36 4 "help": "Whether filesystem is supported on the target",
mbed_official 9:674ab70e0f36 5 "value": 1
mbed_official 9:674ab70e0f36 6 }
mbed_official 9:674ab70e0f36 7 },
mbed_official 9:674ab70e0f36 8 "target_overrides": {
mbed_official 9:674ab70e0f36 9 "K64F": {
mbed_official 9:674ab70e0f36 10 "target.features_add": ["BLE"],
mbed_official 9:674ab70e0f36 11 "target.extra_labels_add": ["ST_BLUENRG"],
mbed_official 9:674ab70e0f36 12 "filesystem_support": 0
mbed_official 9:674ab70e0f36 13 },
mbed_official 9:674ab70e0f36 14 "NUCLEO_F401RE": {
mbed_official 9:674ab70e0f36 15 "target.features_add": ["BLE"],
mbed_official 9:674ab70e0f36 16 "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
mbed_official 9:674ab70e0f36 17 },
mbed_official 9:674ab70e0f36 18 "DISCO_L475VG_IOT01A": {
mbed_official 9:674ab70e0f36 19 "target.features_add": ["BLE"],
mbed_official 9:674ab70e0f36 20 "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
mbed_official 9:674ab70e0f36 21 }
mbed_official 9:674ab70e0f36 22 }
Donatien Garnier 1:916188eae2bb 23 }