I've been puzzled after looking at the current draw figures for the nRF52832. If the advertising interval is supposed to be 20ms.
Can someone explain why the advertising event is actually 25ms?
Or why the advertisng is added to the interval?
I've been puzzled after looking at the current draw figures for the nRF52832. If the advertising interval is supposed to be 20ms.
Can someone explain why the advertising event is actually 25ms?
Or why the advertisng is added to the interval?
The stack is supposed to add a random delay between 0 and 10mS to each advertising interval to help minimize collisions. There is a good explanation of advertising here:
Thanks, I read that as a new random value for each advertisement, but could have been better put I think.
Thanks, I read that as a new random value for each advertisement, but could have been better put I think.