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

nrfconnect - NRF_ERROR_TIMEOUT issue

Hello,

I am experiencing the following issue:

When trying to use the nrfconnect - bluetooth low energy app to configure my nrf5340 PDK, the connection to the board via USB fails with the following error logs:

Received status with code 0 PKT_SEND_MAX_RETRIES_REACHED, message: 'No response from device. Tried to send packet 6 times.'
Error occured when opening port. Errorcode: NRF_ERROR_TIMEOUT (0xd)
I am using nefconnect 3.7.1 on Windows 10. 
Parents Reply
  • Hi

    The nRF Connect for Desktop Bluetooth application is normally used to simulate a BLE device (central or peripheral), so that you have something to test against when you develop your own BLE application. 

    Say you want to create a Bluetooth peripheral based on the nRF5340, then you can use the PC to simulate the central device in order to verify whether or not your peripheral is able to advertise, connect, exchange data etc. 

    I am not sure how you were planning to use this tool to configure the nRF5340PDK. To do that you would normally pick one of the Bluetooth samples in the nRF Connect SDK, flash this into your board, and modify the example as needed in order to add the functionality you need. 

    Best regards
    Torbjørn

Children
No Data
Related