No device found on VsCode after NrfConnect software update.

System: Windows 10, Vscode + Nrfconnect 

I saw a previous post on same topic which fixes the issue by changing the settings in extension like said here   ( changing extension settings -> nrf connect: device provider to nrfjprog(from nrfutils)).

Wel well well... no luck in there for me as it prompts this message, when I try to do it, and it resets to nrfutils again.

  

And When I open the json message, I get this message.

How to fix this issue? Anyone have any suggestions?

Issue:(No connected device)

Update: After switching nrfconnect to previous version, I have now Actions tab missing!!!

  

  • Hi,

    I will check with the team. In the meantime you can try the following, in Add/Remove programs in Windows:

    -Uninstall all nRF Command Line tools, then installed the latest nRF Command line tools (currently 10.24.2).
    -Uninstall all J-Link, then download the SEGGER J-Link v7.94e directly from segger.com, but install it by running it from command line with the following command: "JLink_Windows_V794e_x86_64.exe -InstUSBDriver=1" this will ensure the driver is installed.
    -I assume you have also previously downloaded and added nrfutil to the path, you can upgrade it by running "nrfutil self-upgrade" from command line. Afterwards run for instance "nrfutil device list" to see if the boards are listed.

    I don't expect the above will solve your problems, but it should make the external dependencies correct. So in case there is some conflict there it can help.

    Kenneth

  • Hi,

    We believe the problem is two folded.

    1. make sure to follow the procedure on how to install the driver, if installed successfully it should look like this:

    2. make sure to update the VS code exention, the latest is "2024.9.87".

    Kenneth

Related