Any comments about Eddystone?
Any comments about Eddystone?
Looks trivial to implement - I looked at the spec this morning. Whether it takes off or not is the question. I don't see iOS supporting it in the same native background mode it does iBeacon so that's a hurdle right off the bat.
Hi, the new version of nRF Master Control Panel for Android (3.2.0) supports Eddystone beacon and AltBeacons advertisements. The app may help with developing beacons.
I have a working implementation using version 9.0.0 of the nRF51 SDK (compiling with gcc and for the nRF51-DK board) at github. You can find it here:
github.com/.../eddystone_nrf5x_beacon
Like Aleksander Nowakowski mentioned the "nRF Master Control Panel for Android" does recognise the UID, URL and TLM frame. It was a great help for validating the beacon.
As mentioned, the code is provided as is, but could be a starting point. I'm going to order a nRF52 kit and see if I find some time to port it the the new chip.
Hi again, nRF MCP should also parse and display TLM packets. At least it has been implemented :) The thing may be that the beacon transmits one TLM packet every few seconds and it is not visible on the main screen (which is refreshed every second with the most current packet before the timer fires) but you could be able to press the MORE button and see all historical packets from the device. The TLM packet should be visible there. I hope that was the issue, not the implementation.
Thanks for sharing Aleksander. You can also test using google tools ? github.com/.../eddystone-validator github.com/.../ios-eddystone-scanner-sample