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

COM Port not detected by sniffer software

I am using sniffer v3.1.

I have installed the sniffer code on a nRF52840 dongle (PCA100059). When I insert this into the PC it appears as "nRF Sniffer for Bluetooth LE (COM10)" in device manager. However it is not detected by "nrf_sniffer_ble.bat --extcap-interfaces" although I see all the other lines of output, and likewise it is not detected in Wireshark.

This has been working but I cannot understand why it has now stopped.

Parents Reply Children
  • Hi Karl,

    Thanks for the respond. Yes I can confirm that I follow every step of the documentation.

    Right now I have working sniffer extension on wireshark, the extcap-interfaces command and wireshark shows the sniffer interface. What I did is change the parameter write_data=True on UART.find_sniffer function in the python script.

    The script comment says it's to toggle for intrusive search. I don't really know what that's mean but I haven't found any issue yet.

  • Hello again adamalfath,

    adamalfath said:
    Thanks for the respond.

    No problem at all, I am happy to help!

    adamalfath said:
    Right now I have working sniffer extension on wireshark, the extcap-interfaces command and wireshark shows the sniffer interface.

    I am glad to hear that you were able to identify your issue, and that now have the sniffer working as expected! 

    adamalfath said:
    What I did is change the parameter write_data=True on UART.find_sniffer function in the python script.

    You can see what this does in the UART.py file, but in essence it pings every port it tries while searching for the sniffer. I am not sure exactly how this resolves the issue for you, because the sniffer should be found regardless of this option, but I am glad to hear that you have it working now, at least.

    Please do not hesitate to open a new ticket if you should encounter any issues or questions in the future.

    Best regards,
    Karl

Related