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

sniffer

I use Nodic sniffer nRF_Sniffer_200_beta3 to capture BLE Mesh packets, but found one strange scenario:

1 if set channel filter 37, 38, 39, can capture 3 packets in channel 37, 38 and 39 once pressed light button.

2 if set channel filter 37, can capture 3 packets also, all in channel 37, once pressed light button, as following screen shot

my question is why light profile  will change TX channel,  if changing sniffer setting?

Thanks

MK

Parents Reply
  • I see 3 packets in the screenshot but I do not see the time between the packets. The PC timestamp that you have shown is the timestamp of the packet arriving at the PC. This is not the on air timestamp.
    You will have to use the packet delta time to get the on air timestamp.

    Send the pcap file and I will mark the timestamp for you.

    You are very likely looking at 3 separate advertising events, i.e. 9 packets transmitted over 3 channels and the sniffer is seeing 3 of the 9 packets on one channel.

    Once you look at the timeline with the delta time between packets on air, you will see if the packets are from the same advertising event or from different events.

Children
Related