This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Send Custom packets in Eddystone Mode

I want to send Custom accelerometer data in TLM Eddystone Mode ? How can we send it using nrf SDK 

Parents Reply
  • It depends on how you want to do it. You have to do it in a application specific way since it is not supported by the Eddystone specification. I do not see any good way of doing it, at least not if you want it to work out of the box with normal Eddystone clients (e.g. an Android phone with no custom app).

    How do you intend to use this in practice? How will the clients/phones etc. read the accelerometer data? From my perspective the first question is how do you want this to be on air, and how will this be handled by the clients. Once you have decided that, then you can look into the implementation.

    Regarding the implementation, it should be possible to update the advertisement packets more often than is done by the Eddystone example, inserting some other custom packets. I know for example that people have combined the Eddystone example and Beacon example (essentially an iBeacon). Unfortunately we do not have such an example, though.

Children
Related