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

Advertising Interval on SDK14

Hi,

I have programmed my nRF52 DK using the ble_app_beacon example from SDK 14 along with S132 V5. I have set NON_CONNECTABLE_ADV_INTERVAL to 3000. I was expecting to see advertisements on 3 channels, then a 3 second delay, then 3 advertising packets, etc.

When verifying this using a nRF Sniffer my board is transmitting 1 packet every 3 seconds (38, 3s delay, 37, 3s delay 39)

Is this correct?

Thanks.

Parents
  • Now, I can see the same thing. But I think it's just the sniffer issue that it couldn't capture all three non-connectable advertising packet in one event.

    If you change the hopping (pressing h) and select only one channel, say 37 or 38 or 39 you can see that each of them are still advertised on every advertising event (not one every 3 advertising event).

    There must be some small change in the advertising timing that caused the issue.

Reply
  • Now, I can see the same thing. But I think it's just the sniffer issue that it couldn't capture all three non-connectable advertising packet in one event.

    If you change the hopping (pressing h) and select only one channel, say 37 or 38 or 39 you can see that each of them are still advertised on every advertising event (not one every 3 advertising event).

    There must be some small change in the advertising timing that caused the issue.

Children
Related