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

Device driver for sniffer on nRF52840 dongle

I am using sniffer v3.1. I have installed the sniffer code on a nRF52840 dongle (PCA100059). When I insert this into the PC with windows 8.1 it appears as "nRF Sniffer for Bluetooth LE " in device manager (under Other devices) but driver is missing and no COM port is created.

----------------------------------------

The drivers for this device are not installed. (Code 28)

There are no compatible drivers for this device.


To find a driver for this device, click Update Driver.

-----------------------------------------

"Update Driver" does not work either. 

Are there any device drivers which can be used for this? Or the device does not enumerate properly?

Regards

PAF

Parents
  • Hello PAF,

    I am sorry to hear that you are having issues with this.
    The following should not be necessary with windows version later than Windows 7, but if you could please give the following a try, and let me know if this resolves your issue:

    If you are running Windows 7, on first run CDC ACM driver installation is needed. To install the driver on Windows 7, follow these steps:

    • Open Device Manager
    • Right-click the development kit (look for the name "nRF52 ..." depending on the example)
    • Click "Update Driver Software..."
    • Click "Browse my computer for driver software"
    • Click "Browse..." and choose the folder SDK/examples/usb_drivers
    • Click "Ok"
    • Click "Next"
    • Click "Install"
    • Click "Close"

    As mentioned I have only ever heard of this being an issue with Windows 7 and older, but let us give this a try.

    Looking forward to resolving this issue together!

    Best regards,
    Karl

  • Hello Karl,

    unfortunately I tried that before and it did not work that is why I raised that ticket. The device enumerates with VID_1915 and PID_522A and the driver you are referring to is VID_1915 and PID_521A so Windows does not find the proper driver when pointing to SDK/examples/usb_drivers. Any other sugestions?

    I used latest SDK I found (nRF5_SDK_17.0.2_d674dde)

    Best Regards
    PAF

Reply
  • Hello Karl,

    unfortunately I tried that before and it did not work that is why I raised that ticket. The device enumerates with VID_1915 and PID_522A and the driver you are referring to is VID_1915 and PID_521A so Windows does not find the proper driver when pointing to SDK/examples/usb_drivers. Any other sugestions?

    I used latest SDK I found (nRF5_SDK_17.0.2_d674dde)

    Best Regards
    PAF

Children
Related