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:
This is from the 4.2 core specification: "The advDelay is a pseudo-random value with a range of 0 ms to 10 ms generated by the Link Layer for each advertising event."
This is from the 4.2 core specification: "The advDelay is a pseudo-random value with a range of 0 ms to 10 ms generated by the Link Layer for each advertising event."