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

Need ' USB CDC ACM' driver without installing 'nRF Connect', for dongle using nRF52840 chipset

I have searched this site and not found an answer, although this seems to be a similar question: https://devzone.nordicsemi.com/f/nordic-q-a/41853/usb-driver-install-fail-on-window-7-8-nrf52840-nordic_cdc_acm-inf/165534#165534

I am using an nRF52840-based dongle from Fanstel.  I have my software working reasonably well (loaded correct firmware, using code calling pc-ble-driver on Windows to talk to the dongle). However, the only way I've found to get drivers is by installing nRF Connect, and that's not a reasonable approach for installing on thousands of end-user computers.    I want the same drivers that nRF Connect installs, but standalone, without installing nRF Connect.

I need these standalone drivers for Windows 7 and Windows 10, and Linux.

I thought the files in this location might be the right drivers: https://github.com/NordicSemiconductor/pc-nrfconnect-core/tree/master/build/drivers/dfu_trigger_and_cdc_acm

However, when I try to select them as the driver for the dongle, Windows says “Windows could not find driver software for your device.”

Parents Reply
  • I made a mistake in my last test. Now when I use the drivers in that Github location, Windows 7 says “Windows can’t verify the publisher of this driver software”. If I go ahead and install anyway that driver works.  So that's a lot of good progress, thanks very much!

    Given that there is a .cat file, I don't know why Windows would give that warning message.   Is there something I can do to have Windows use the driver without warning?

    Thanks,

    Paul

Children
Related