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

nRF sniffer not working

Hi,

I try to use the nRF sniffer but it doesn't display anything.

System used :

Windows 10 Family x64

Wireshark 2.4.4

Python 2.7.14 (in C\Python27 included in PATH)

jlink 6.22c

Hardware used: PCA10040 V1.1.1

nRF sniffer 2.0.0-beta-1_51296aa

Log of command nrf_sniffer.bat

C:\Program Files\Wireshark\extcap>nrf_sniffer.bat --extcap-interfacesextcap {version=2.0.0}{display=nRF Sniffer}{help=www.nordicsemi.com/.../nRF-Sniffer {number=0}{type=selector}{display=Device}{tooltip=Device list}control {number=1}{type=string}{display=Passkey / OOB key}{tooltip=6 digit temporary key or 16 byte Out-of-band (OOB) key in hexadecimal starting with '0x', big endian format. If the entered key is shorter than 16 bytes, it will be zero-padded in front'}{validation=\b^(([0-9]{6})|(0x[0-9a-fA-F]{1,32}))$\b}control {number=2}{type=string}{display=Adv Hop}{default=37,38,39}{tooltip=Advertising channel hop sequence. Change the order in which the siffer switches advertising channels. Valid channels are 37, 38 and 39 separated by comma.}{validation=^\s*((37|38|39)\s*,\s*){0,2}(37|38|39){1}\s*$}{required=true}control {number=3}{type=button}{role=help}{display=Help}{tooltip=Access user guide (launches browser)}control {number=4}{type=button}{role=restore}{display=Defaults}{tooltip=Resets the user interface and clears the log file}control {number=5}{type=button}{role=logger}{display=Log}{tooltip=Log per interface}value {control=0}{value= }{display=All advertising devices}{default=true}

Log of wireshark

INFO: Log started at 01/30/18 08:56:03

INFO: args: ()

INFO: kwargs: {'callbacks': [('*', <bound method Sniffer.passOnNotification of <Sniffer(Thread-2, initial)>>)]}

INFO: board ID: 3

INFO: starting scan

INFO: starting scan

INFO: Sent key value to sniffer: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

INFO: Sent key value to sniffer: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

INFO: Packet read timed out.

INFO: Packet read timed out.

INFO: Packet read timed out.

INFO: Packet read timed out.

INFO: Packet read timed out.

Data came from the serial port (COM3: JLink CDC UART Port).

Can you help me

Best regards

Parents
  • Please downgrade the segger jlink on the DK board to jlink 6.16c, use the trouble shooting guide in section 6 "Downgrade the J-Link emulator version on the hardware".

    Verify that the downgrade is done by running the "JLinkConfig.exe" in the jlink 6.16c folder to verify that the timestamps are identical.

    Let me know the results of the above suggestions

    Thanks

    David

Reply
  • Please downgrade the segger jlink on the DK board to jlink 6.16c, use the trouble shooting guide in section 6 "Downgrade the J-Link emulator version on the hardware".

    Verify that the downgrade is done by running the "JLinkConfig.exe" in the jlink 6.16c folder to verify that the timestamps are identical.

    Let me know the results of the above suggestions

    Thanks

    David

Children
No Data
Related