Hi!
I'm close to finishing a project where every type of messaging is done using simple BLE broadcasts (using my own frequency hopping and other features.)
However I still need to calculate the period where devices are allowed to broadcast.
Since I'm aiming towards low power use, a 1% duty cycle is preferred.
Using the nRF Online Power Profiler I've found that a SINGLE non-conn adv takes about 376microseconds. (31 byte payload, 1Mbps, 5% )
However, my question is aimed towards extra overhead:
Do I, for example add the 'Radio Start' period into the duty cycle?
Does this mean some kind of preamble or extra overhead I should worry about?
Or should I do the obvious 376microseconds, times 100, as an average period between data packets for a 1% duty cycle?
Thanks in advance
Steven