Why my nrf52840 dongle is recognized as "nRF52 SDFU USB" not nRF Connect USB CDC ACM

I use c# write a server to monitor the com  whether the dongle plug.

At begin the dongle was recognized as nRF Connect USB CDC ACM

But yesterday, it was changed to "nRF52 SDFU USB"

That is awful, is there any solution to change nRF Connect USB CDC ACM?

Parents
  • Hi, 
    Could you let me know which SDK did you use ? I assume you were developing your application on nRF Connect SDK ? 
    The name  "nRF52 SDFU USB" suggests that the dongle has entered the bootloader mode. This is the bootloader from NRF5 SDK, it is activated when you put the dongle to bootloader mode (press reset button on the dongle). 
    You should see the LED breathing red color. 
    In your case there could be a chance that the dongle entered bootloader mode because it detect invalid application. This can happen if you modify the flash content of the application (so CRC doesn't match) 

    Or if you do a pin reset for some reason. 

    Please try to upload your image again and see if the issue persist. 
    Note that you can solder the header to P1 port and can erase/program the dongle from a DK.

  • I install the nRF Connect for Desktop v4.1.2 and the Programmer version is v3.0.9. So is that mean the SDK?

    Oh, yeah, maybe I press the button sometime by mistake so that put the dongle to bootloader mode and the led actually breathing right.

    So how can i do can change the dongle name to the nRF Connect USB CDC ACM?

    what is mean "solder the header to p1 port"

  • Hi Xu Dong, 

    Which firmware do you run on the dongle ? 
    If you unplug the dongle and plug it back again do you see the LED breathing red ? 

  • yes. it comfused me a lot. 

    the phenomena was:

    1. I use the nrfconnect for desktop "Program" to connectivity_4.1.2_usb_with_s132_5.1.0.hex

        the softwares show the progress success, but the red light blink continusly.  

        after that i replugin the dongle to the pc, it also red lighth blink.

    2. there are two or three time,the progress success and the red light not blink, and the com name is recognized right which i need.but when i replugin, it red light blink again. the com name wrong again.

    so  that s why

  • Hi Xu Dong, 

    Do you have other dongle to test ? 

    I suspect it may have hardware defect on the chip that it couldn't run the connectivity firmware. 
    Could you try flashing the sniffer firmware that I attached here, just to see if the board can get out of the bootloader mode. 

    sniffer_nrf52840dongle_nrf52840_4.1.1.hex

Reply Children
Related