BLE EddystoneService example

This example is a fork of the following mbed-os example:

https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-EddystoneService/

Please read the documentation in this page.

Committer:
Vincent Coubard
Date:
Tue Jul 26 14:40:25 2016 +0100
Revision:
0:4c8f8bf32a99
Child:
1:9db4d46bb63f
Update example at tag mbed-os-5.0.1-rc1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vincent Coubard 0:4c8f8bf32a99 1 {
Vincent Coubard 0:4c8f8bf32a99 2 "nordic": {
Vincent Coubard 0:4c8f8bf32a99 3 "softdevice": "S130"
Vincent Coubard 0:4c8f8bf32a99 4 },
Vincent Coubard 0:4c8f8bf32a99 5 "mbed": {
Vincent Coubard 0:4c8f8bf32a99 6 "max-filehandles": 4
Vincent Coubard 0:4c8f8bf32a99 7 },
Vincent Coubard 0:4c8f8bf32a99 8 "eddystone": {
Vincent Coubard 0:4c8f8bf32a99 9 "default-device-name": "\"EDDYSTONE CONFIG\"",
Vincent Coubard 0:4c8f8bf32a99 10 "default-url": "\"https://www.mbed.com/\"",
Vincent Coubard 0:4c8f8bf32a99 11 "default-url-frame-interval": 700,
Vincent Coubard 0:4c8f8bf32a99 12 "default-uid-frame-interval": 300,
Vincent Coubard 0:4c8f8bf32a99 13 "default-tlm-frame-interval": 2000,
Vincent Coubard 0:4c8f8bf32a99 14 "default-eddystone-url-config-adv-interval": 1000
Vincent Coubard 0:4c8f8bf32a99 15 }
Vincent Coubard 0:4c8f8bf32a99 16 }