google / eddystone

Specification for Eddystone, an open beacon format from Google
Apache License 2.0
3.08k stars 762 forks source link

Adding beacon implementations directory with mbed subdirectory #205

Closed roywant closed 7 years ago

roywant commented 7 years ago

The new 'implementations' directory points to a self contained mbed directory that can be compiled with the ARM mbed Web IDE at mbed.org (or ARM CLI tools). The result will be a beacon that supports UID/URL/EID/TLM/ETLM, and can be used with all nRF51-DK and nRF52-DK target beacon hardware compatible with mbed. This beacon has also been tested with the Google validator Android application, and can be used as a reference design for the Eddystone beacon and GATT service specification.

The README.md file also points at the native Nordic beacon implementation repository,

We hope that developers will add more implementations (pointers or sub-directories) in the future for Eddystone implementations that run on a wide variety of beacon platforms.