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

Error while flashing the ble_app_uart exemple into the nRF52840 dongle

Hello,

My goal is to send a binary file by Bluetooth into the nRF52940 board from the terminal. I saw the ble_app_uart example. It seems to be exactly what I want to do but i have some issues. I changed the define in the precompilation in order to have the dongle included and not the PCA10056

I'm curently trying to connect the dongle (PCA10059) with the board (PCA10056) but in the nRFConnect Programmer I have the following error : 

Reopen device failed: Timeout while waiting for device F513C4296DB9 to be attached and enumerated
Nordic DFU Trigger Interface was not found.Please physically reset device.
Device not found due to failure during DFU
I am using the softdevice "s140_nrf52_6.1.1_softdevice.hex".

Thank you in advance for your answer.

Florian

Parents Reply Children
  • Hi,

    I cannot say without more information. You should debug on both sides to see what is actually happening. Is the UART data received on the dongle? If yes, why is it not transmitted to the peer (DK)? Are any error checks being hit? In this case, you have a disadvantage since the nRF52840 Dongle does not have a debugger, so it is difficult to know what is going on. Perhaps you can test with another DK if you have it, or alternate which board is which so that you can debug in both ends (even though not at the same time)?

Related