Any comments about Eddystone?
Any comments about Eddystone?
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.
Aleksander, the mistake was mine. I had the version wrong of the TLM frame and the nRF MCP didn't recognise it due the error. I've corrected the error and pushed the update to GitHub.
Aleksander, the mistake was mine. I had the version wrong of the TLM frame and the nRF MCP didn't recognise it due the error. I've corrected the error and pushed the update to GitHub.