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

Control timing of advertising (while advertising)

I'm implementing a Eddystone beacon ( github.com/.../eddystone ) with the 3 specified frames and it works quite ok with changing the advertising data before transmitting by setting a callback on ble_radio_notification_init and then switch frame.

But as the Eddystone frames each have different timing requirement, I was wondering if it's not possible to manually change the timing while advertising or if I could take over control of the advertising?

You can find by current implementation at : github.com/.../eddystone_nrf5x_beacon

Parents Reply Children
No Data
Related