The eddystone config service allows you to configure the eddystone frame data over BLE for a set period of time and then starts an eddystone beacon. This example defaults to 30 seconds of config time.

Dependencies:   BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1

Fork of BLE_EddystoneBeaconConfigServiceRelease by Austin Blackstone

This is the eddystone config service. This code starts up and for a user configured time period (default 30 seconds) will advertise the configuration service.

The configuration service allows for modifying various frames of the eddystone specification.

For more details on the Configuration Service please see : https://github.com/google/eddystone/blob/master/eddystone-url/docs/config-service-spec.md

History

Update libraries and add support of ST shield. default tip

2016-09-20, by Vincent Coubard [Tue, 20 Sep 2016 14:21:04 +0100] rev 8

Update libraries and add support of ST shield.


Update libraries to the latest revision.

2016-04-11, by vcoubard [Mon, 11 Apr 2016 16:20:35 +0000] rev 7

Update libraries to the latest revision.


Update example to use latest version of BLE_API and nRF51822 library. Furthermore, the example now uses a new Eddystone implementation rather than the deprecated implementation under ble/services.

2015-11-26, by andresag [Thu, 26 Nov 2015 16:40:16 +0000] rev 6

Update example to use latest version of BLE_API and nRF51822 library. Furthermore, the example now uses a new Eddystone implementation rather than the deprecated implementation under ble/services.


Revert changes to old Eddystone implementation in ble/services.

2015-11-24, by andresag [Tue, 24 Nov 2015 11:56:20 +0000] rev 5

Revert changes to old Eddystone implementation in ble/services.


Removed out-of-date comments

2015-11-24, by andresag [Tue, 24 Nov 2015 10:14:30 +0000] rev 4

Removed out-of-date comments


Update example to use new Eddystone implementation NOT included in ble/services.

2015-11-24, by andresag [Tue, 24 Nov 2015 10:04:38 +0000] rev 3

Update example to use new Eddystone implementation NOT included in ble/services.


By default, we should point to our beacon URI

2015-11-04, by JonnyA [Wed, 04 Nov 2015 12:16:19 +0000] rev 2

By default, we should point to our beacon URI


Updated onDisconnection callback for latest BLE API change;

2015-10-01, by mbedAustin [Thu, 01 Oct 2015 16:21:03 +0000] rev 1

Updated onDisconnection callback for latest BLE API change;


Initial commit of public release of Eddystone Config Service

2015-09-30, by mbedAustin [Wed, 30 Sep 2015 16:30:29 +0000] rev 0

Initial commit of public release of Eddystone Config Service