BLE gap example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-GAP/

Fork of BLE-GAP by Joël Imbaud

README.md

Committer:
jimbaud
Date:
2019-01-08
Revision:
16:9d9c70b320c4
Parent:
1:d4bb1e33950e

File content as of revision 16:9d9c70b320c4:

# GAP - Advertising, Scanning, Connecting

Demo 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.

# 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](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp) for Android.

- [LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.

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

- [Tera Term](https://ttssh2.osdn.jp/index.html.en)

Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).

## Building instructions

Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).