スイッチサイエンスマガジン用プログラム。 Switch Science mbed TY51822r3を使って、Eddystoneを動かしています。
Dependencies: BLE_API mbed nRF51822
Fork of mbed_EddystoneURL_Beacon_ssci by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:f3240aba456c | 2016-02-26 | switchscience | 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 |