Sample program
Dependencies: BLE_API mbed nRF51822
Fork of mbed_EddystoneURL_Beacon_ssci by
History
changed URL
2016-04-26, by asagin [Tue, 26 Apr 2016 06:44:55 +0000] rev 6
changed URL
erase the last line
2016-03-17, by asagin [Thu, 17 Mar 2016 01:39:32 +0000] rev 5
erase the last line
changed URL
2016-03-17, by asagin [Thu, 17 Mar 2016 01:15:31 +0000] rev 4
changed URL
pulished
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