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

Dongle in bad state

Hi,

After trying to flush a program to the dongle with no success, the dongle got into a state where it's not recognize by windows and no LED flashes on it when plugged to a PC.

When pressing the reset button the red LED blincks.

How can I recover it?

Parents Reply Children
  • I’m familiar with that tutorial. 
    however it’s not clear enough. 
    when the dongle is such state what does it mean?

     Is it the bolder? 
    the MBR?
    he UICR?

     Can you point to a specific section in the tutorial?

  • What I’m trying to say is that I followed it, clear so the files and flush only the softDevice, and still seems to be dead

  • Hi Shai, 

    After pressing the reset button the red LED blincks, please use nRF Connect Programmer to flash the ble_app_blinky_pca10059_s140.hex under <nRF5_SDK>\examples\ble_peripheral\ble_app_blinky\hex which already contains MBR, SD and application.

    -Amanda H.

  • Thanks Amanda,

    After flushing it (ble_peripheral\ble_app_blinky\hex\ble_app_blinky_pca10059_s140.hex) I got the following errors (check last 4 lines):

    2019-12-06T01:38:49.515Z INFO 1 dfu package(s) left.
    2019-12-06T01:38:49.515Z INFO Waiting for device
    2019-12-06T01:38:49.519Z INFO DFU procedure starts. This may take a few seconds.
    2019-12-06T01:38:52.674Z INFO DFU for Application completed successfully!
    2019-12-06T01:38:52.674Z INFO 0 dfu package(s) left.
    2019-12-06T01:38:52.675Z INFO Waiting for device
    2019-12-06T01:38:57.677Z ERROR Reopen device failed: Timeout while waiting for device ED2E1880AA79 to be attached and enumerated
    2019-12-06T01:38:57.677Z INFO Nordic DFU Trigger Interface was not found.Please physically reset device.
    2019-12-06T01:38:57.678Z ERROR Device not found due to failure during DFU
    2019-12-06T01:38:57.891Z INFO Target device closed.

    The green LED is turned on, but nRF Connect doesn't detect the dongle till I reset it.

  • Hi Shai, 

    This worked as we expect. 

    The device will reset when the upgrade completes and the dongle will no longer show up in nRF Connect unless the application used DFU Trigger Library is used, as it is no longer in DFU mode. You will get an error stating "Reopen device failed" in this case, and have to push the RESET button in order to make it show up in nRF Connect Programmer again.

    Please also see this tutorial

    -Amanda H 

Related