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

Unable to capture any data messages "DATA PDU", although able to capture advertisement and connect request PDU via nrf52 ble sniffer

I have configured "nrf 52 DK" to worked as BLE sniffer. I am trying to sniff the data packets exchanged between two TI CC 2650 devices (in which one is master and other is slave).

I am only able to view the captured packets of "ADV_IND" and "CONNECT_REQ" PDU and not able to view any data messages between slave and master. Although the slave device is keeping sending a message after every 0.5 second.

Can someone guide how I can capture the data packets?

Thanks in advance!

Parents
  • Try to remove the "37" in Adv Hop "37". 

    Also, do you know whether the link is encrypted earlier? If so, you need to delete the bonding information before you start sniffing. If you use any OOB keys, you must also enter them in the "Passkey / OOB key" field in Wireshark.

    The "Device" field, is the one that you have set it to the peripheral or the central?

    Best regards,

    Edvin

Reply
  • Try to remove the "37" in Adv Hop "37". 

    Also, do you know whether the link is encrypted earlier? If so, you need to delete the bonding information before you start sniffing. If you use any OOB keys, you must also enter them in the "Passkey / OOB key" field in Wireshark.

    The "Device" field, is the one that you have set it to the peripheral or the central?

    Best regards,

    Edvin

Children
Related