Sample program
Dependencies: BLE_API mbed nRF51822
Fork of mbed_EddystoneURL_Beacon_ssci by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:30b60c0cd516 | 2016-04-26 | asagin | changed URL |
5:92bda961cc04 | 2016-03-17 | asagin | erase the last line |
4:8fc8949b206c | 2016-03-17 | asagin | changed URL |
3:159eb1a94bbb | 2016-02-24 | asagin | pulished |
2:420532c6dd54 | 2015-08-19 | roywant | 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. |
1:0ad7573b5918 | 2015-08-18 | roywant | 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. |
0:094734b4e8bd | 2015-08-17 | roywant | Original example taking from BLE_URIBeacon |