For switch science magazine

Dependencies:   BLE_API mbed nRF51822

Fork of mbed_EddystoneURL_Beacon by Roy Want

History

pulished default tip

2016-02-24, by asagin [Wed, 24 Feb 2016 09:08:53 +0000] rev 3

pulished


On disconnect: a) Timer is stopped b) ADV parameters recreated c) starts advertizing. This is so that the ADV starts again right after disconnect. Before it only started after the long timeout, which makes it hard for the Validator to do its work.

2015-08-19, by roywant [Wed, 19 Aug 2015 04:41:21 +0000] rev 2

On disconnect: a) Timer is stopped b) ADV parameters recreated c) starts advertizing. This is so that the ADV starts again right after disconnect. Before it only started after the long timeout, which makes it hard for the Validator to do its work.


Converted BLE_URIBeacon to a Eddystone-URL by changing the Service Data UUID and Frame byte. All other edits are changing class, variable names and comments to Eddystone.

2015-08-18, by roywant [Tue, 18 Aug 2015 00:45:39 +0000] rev 1

Converted BLE_URIBeacon to a Eddystone-URL by changing the Service Data UUID and Frame byte. All other edits are changing class, variable names and comments to Eddystone.


Original example taking from BLE_URIBeacon

2015-08-17, by roywant [Mon, 17 Aug 2015 04:41:01 +0000] rev 0

Original example taking from BLE_URIBeacon