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

Problems burning firmware into nrf52840-mdk USB Dongle

opened nRF connect and attempted to open the dongle with this. When I plug the dongle in without holding the button, i get this error


2021-02-14T20:18:30.648Z INFO Using USB SDFU protocol to communicate with target
2021-02-14T20:18:35.656Z ERROR Error when calling version command: Error: Error message: Timeout while reading from serial transport. See github.com/.../serial-timeout-troubleshoot.md
2021-02-14T20:18:35.658Z ERROR Error when fetching device versions: TypeError: Cannot read property 'part' of undefined
2021-02-14T20:18:38.276Z INFO Target device closed.


I get this error when I plug in the dongle while holding the button:

2021-02-14T20:18:42.839Z ERROR Unsupported device. The detected device could not be recognized as neither JLink device nor Nordic USB device.
2021-02-14T20:23:42.896Z INFO Target device closed.

I presume holding the button down before plugging it in puts it into bootloader mode. But the red LED pulses once. Is it supposed to pulse continuously to indicate its in bootloader mode? Or am I reading incorrect information?

How do I resolve these errors?

Parents Reply
  • Hi, 

    According to this guide https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/programming/:

    To program the Dongle, it must be in DFU mode.

    While holding the dongle's RESET/USR button, connect it to your computer. When the Dongle has entered the DFU mode, the RGB LED pulses RED. The Dongle is now ready for programming.

    Launch Programmer app from nRF Connect, you can find the dongle and select it to start programming.

    --

    Is it supposed to pulse continuously to indicate its in bootloader mode? Or am I reading incorrect information?

    Do you see the RGB LED pulses RED? I don't have the nRF52840 MDK USB Dongle, but I guess it's supposed to pulse continuously. Will the RGB LED pulse RED continuously if you press the RESET button again? If you still have the issue, you might create-an-issue for their support.  

    -Amanda H.

Children
Related