nRF52840 Dongle BLE Sniffing

I have nRF52840 Dongle and I want to sniff packets between two BLE devices. When I search in the Nordic DevZone forum, there are inconsistent answer about BLE sniffing support for the nRF52840 Dongle. On the "nRF Sniffer for Bluetooth LE" tool page (https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE) the device is shown as supported. Whereas, on this page (https://devzone.nordicsemi.com/f/nordic-q-a/61805/nrf52840-dongle-as-sniffer) it is written as not supported. 

Would you please clarify the support and describe usage if supported.

Thank you.

Best Regards.

Parents
  • Hi,

    The nRF Sniffer for Bluetooth LE is supported on the nRF52840 Dongle. You can see supported DKs and Dongles under nRF Sniffer for Bluetooth LE > Minimum requirements.

    Information about installation and how to use the sniffer can be found in the documentation here: nRF Sniffer for Bluetooth LE.

    Best regards,

    Marte

  • Thanks for this. I have successfully followed the instructions and now I am able to see BLE packets in Wireshark with the provided profile.

    But all I see is advertising packets.

    How can I see messages between bonded/paired devices ?

    The documentation says:

    1. Run the nRF Sniffer (if not already running).
    2. Select your device from the device list.
    3. Enter the LTK for the bond.

    But I don't have the LTK.

    I also followed the "Sniffing the pairing procedure of a connection" instructions but I could not get packetrs other than advertising.

    My devices pair withput a key. I just turn both devices on (reset them to force bonding) and select the device B from device A menu.

    Edit:

    I finally managed to sniff packets other than advertising data. But that only happens in the same session.

    To continue capturing in another session, I got the LTK from the first session but I was not able to use it.

    The problem is that,

    1.device B starts pairing to device A

    2.Then I get 2 LTKs (one is from master, the other one is from slave)

    3.In the next session, device A does not advertise because it is already bonded, so I can not select it from the device list.

    4. If I select device B from the list , then I try both LTK to get packets, I can not get any data other than advertising data.

    What am I doing wrong ?

Reply
  • Thanks for this. I have successfully followed the instructions and now I am able to see BLE packets in Wireshark with the provided profile.

    But all I see is advertising packets.

    How can I see messages between bonded/paired devices ?

    The documentation says:

    1. Run the nRF Sniffer (if not already running).
    2. Select your device from the device list.
    3. Enter the LTK for the bond.

    But I don't have the LTK.

    I also followed the "Sniffing the pairing procedure of a connection" instructions but I could not get packetrs other than advertising.

    My devices pair withput a key. I just turn both devices on (reset them to force bonding) and select the device B from device A menu.

    Edit:

    I finally managed to sniff packets other than advertising data. But that only happens in the same session.

    To continue capturing in another session, I got the LTK from the first session but I was not able to use it.

    The problem is that,

    1.device B starts pairing to device A

    2.Then I get 2 LTKs (one is from master, the other one is from slave)

    3.In the next session, device A does not advertise because it is already bonded, so I can not select it from the device list.

    4. If I select device B from the list , then I try both LTK to get packets, I can not get any data other than advertising data.

    What am I doing wrong ?

Children
Related