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

nrf52840 dongle can't send firmware with nrf-connect desktop


I have already pressed reset in the dongle, it was pulsing red. And when I write it allways says the same error.
I have done this experiment in Ubuntu 16.04 and Windows 10 and I got the same error.

Thx for your help.

PS: It is my first time working with a dongle... so it is possible that I have done some obvious errors.

Parents
  • Hi,

    It sounds like you have done everything correctly. The LED will pulse red when the bootloader is running in DFU mode, and the errors you got can show up even after a successful FW because the programmer app will not recognize the dongle unless the upload app includes the USB DFU trigger mechanism (most apps won't enable the USB interface at all).  

    I suggest to try DFU with the blinky .hex below to verify that DFU is working on your setup. Both the RGB and green LED should start blinking if the upload was successful. 

    blinky_pca10059_mbr.hex

  • Hello,

    Altough it worked I noticed that the dongle is not able to connect again with the PC unless I reset it.
    Probably that is because the blinky.hex is missing the USB DFU trigger. I would lik to incorportate that feature in to my program but I can't find where to learn it, could you point me a site to learn how to implement it?

Reply Children
Related