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.

Revision:
23:cb118b5f052b
Parent:
15:127154104533
--- a/readme.md	Thu Mar 09 11:23:44 2017 +0000
+++ b/readme.md	Mon Mar 13 07:15:15 2017 +0000
@@ -100,3 +100,9 @@
 
 
 **Note:** You can use the [Eddystone Observer](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_EddystoneObserver) sample instead of a phone application.
+
+Known issues 
+============
+
+* [NRF51_DK]: Link fail if the project is exported with the exporter `make_gcc_arm `. The workaround is to define the `develop` compilation profile when the project is exported: `mbed export -i make_gcc_arm -m nRF51_DK --profile develop`.
+