<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Can&amp;#39;t connect a device after updating nrf connect for vs code extentions version 2024.12.55.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117686/can-t-connect-a-device-after-updating-nrf-connect-for-vs-code-extentions-version-2024-12-55</link><description>Hello, 
 
 I&amp;#39;m using &amp;#39;nRF Connect for Desktop v4.2.0&amp;#39; and &amp;#39;nRF Connect SDK v2.3.0&amp;#39; on windows 11. 
 I was using vs code well for developing nrf52840 board. 
 But, I found it cat not connect a device today. And I checked what is different between today</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Feb 2025 13:37:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117686/can-t-connect-a-device-after-updating-nrf-connect-for-vs-code-extentions-version-2024-12-55" /><item><title>RE: Can't connect a device after updating nrf connect for vs code extentions version 2024.12.55.</title><link>https://devzone.nordicsemi.com/thread/521126?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2025 13:37:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ba1e053-adb3-4d34-9e55-3874534b54cd</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think the nRF52840 dongle has ever been showing in nRF Connect for VS Code. Only the DKs show up. To program the dongle, I have always used nRF Connect for Desktop -&amp;gt; Programmer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As &amp;quot;proof&amp;quot;, the nRF Connect for VS Code used to use nrfjprog, before recently switching over to the new version of nrfutil. While this new nrfutil can see the dongle, it doesn&amp;#39;t list it, as it can&amp;#39;t directly program it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;nrfjprog only interacts with debuggers, and since the dongle doesn&amp;#39;t have a debugger, it has never been able to interact with nrfjprog. Hence, since nRF Connect for VS Code used to use nrfjprog, it couldn&amp;#39;t even detect whether a dongle was present.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect a device after updating nrf connect for vs code extentions version 2024.12.55.</title><link>https://devzone.nordicsemi.com/thread/520750?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 14:45:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:941c092f-caec-4ab4-b3ea-055813977928</guid><dc:creator>Jim Merritt</dc:creator><description>&lt;p&gt;Follow up:&lt;/p&gt;
&lt;p&gt;I have the dongle plugged into a usb hub.&amp;nbsp; When I unplugged the other devices from the hub I got this from nrfutil device list:&lt;/p&gt;
&lt;p&gt;$ nrfutil device list&lt;br /&gt;285A4D1B8834E6F5&lt;br /&gt;product USB-DEV&lt;br /&gt;ports COM11, vcom: 0&lt;br /&gt; COM14, vcom: 1&lt;br /&gt;traits serialPorts, usb&lt;/p&gt;
&lt;p&gt;Found 1 supported device(s)&lt;/p&gt;
&lt;p&gt;VS Code still reports No devices found.&lt;/p&gt;
&lt;p&gt;I also tried it directly plugged into the computer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect a device after updating nrf connect for vs code extentions version 2024.12.55.</title><link>https://devzone.nordicsemi.com/thread/520740?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 14:12:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6717c4d7-e388-4f0a-9df6-61c075063324</guid><dc:creator>Jim Merritt</dc:creator><description>&lt;p&gt;The device I&amp;#39;m using is an nRF52840 Dongle.&amp;nbsp; This all work previously but stopped working.&lt;/p&gt;
&lt;p&gt;$ nrfutil --version&lt;br /&gt;nrfutil 7.13.0 (8289424 2024-07-01)&lt;br /&gt;commit-hash: 82894242d19ff24a1541712312b3ea3af0ca8f85&lt;br /&gt;commit-date: 2024-07-01&lt;br /&gt;host: x86_64-pc-windows-msvc&lt;br /&gt;build-timestamp: 2024-07-01T07:37:50.864803700Z&lt;br /&gt;classification: nrf-external&lt;/p&gt;
&lt;p&gt;$ nrfutil device list&lt;br /&gt;thread &amp;#39;main&amp;#39; panicked at src\list.rs:63:30:&lt;br /&gt;comName did not have a string value&lt;br /&gt;note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace&lt;br /&gt;Error: Subprocess C:\Users\jmerritt\.nrfutil\bin\nrfutil-device.exe failed with unexpected exit code Some(101)&lt;/p&gt;
&lt;p&gt;$ nrfutil device --version&lt;br /&gt;nrfutil-device 2.7.12 (04ede56 2025-01-20)&lt;br /&gt;commit-hash: 04ede561c1b347f518d959f08a6d1d2721504cd3&lt;br /&gt;commit-date: 2025-01-20&lt;br /&gt;host: x86_64-pc-windows-msvc&lt;br /&gt;build-timestamp: 2025-01-20T09:44:50.298273400Z&lt;br /&gt;classification: nrf-external&lt;/p&gt;
&lt;p&gt;Detected SEGGER J-Link version: JLink_V8.12c&lt;/p&gt;
&lt;p&gt;The device command version you are currently using was tested with a different J-Link version (JLink_V8.10f) than the one you have installed (JLink_V8.12c). The tested version is not required, and your J-Link version will most likely work fine. If you get issues related to J-Link with your devices, use the tested version.&lt;/p&gt;
&lt;p&gt;I downgraded J-Link to 8.10f and the warning went away but &amp;quot;nrfutil device list&amp;quot; still crashed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect a device after updating nrf connect for vs code extentions version 2024.12.55.</title><link>https://devzone.nordicsemi.com/thread/520652?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 08:27:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2635c040-2c9e-4f25-8c35-31cfff7b5cbd</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Jim,&lt;/p&gt;
&lt;p&gt;Please make sure that (the new) &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util"&gt;nrfutil&lt;/a&gt; is installed, and is available via command line interface. So after installing it, open a command line, and type:&lt;/p&gt;
&lt;p&gt;nrfutil --version&lt;/p&gt;
&lt;p&gt;And check that it prints the version that you have. If it doesn&amp;#39;t print the version, make sure nrfutil is in your computer&amp;#39;s environment path. (let me know if this isn&amp;#39;t working)&lt;/p&gt;
&lt;p&gt;Also make sure that you have installed the submodule &amp;quot;device&amp;quot; by running the command:&lt;/p&gt;
&lt;p&gt;nrfutil install device&lt;/p&gt;
&lt;p&gt;After this, you can run the command:&lt;/p&gt;
&lt;p&gt;nrfutil device list&lt;/p&gt;
&lt;p&gt;And see if it prints some info about the connected device(s). If it does, this is the info that nRF Connect for VS Code uses to show you the connnected devices. If this command prints your device info, try restarting Visual Studio Code, and see if it now shows. If not, let me know which of the steps above that doesn&amp;#39;t behave as described.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect a device after updating nrf connect for vs code extentions version 2024.12.55.</title><link>https://devzone.nordicsemi.com/thread/520618?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2025 19:10:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d59b0a3-e12f-40a2-b2f4-9437a11a6a93</guid><dc:creator>Jim Merritt</dc:creator><description>&lt;p&gt;I&amp;#39;m having the same issue.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve followed your instructions and set the Nrf-connect&amp;gt;Nrfutil: Home property and restarted VSCode.&amp;nbsp; Still No Devices Found.&amp;nbsp; This abruptly quit working so I uninstalled everything and upgraded.&lt;/p&gt;
&lt;p&gt;SDK 2.8.0&lt;/p&gt;
&lt;p&gt;Toolchain 2.8.0&lt;/p&gt;
&lt;p&gt;VSCode 1.96.4&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;Jim M.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect a device after updating nrf connect for vs code extentions version 2024.12.55.</title><link>https://devzone.nordicsemi.com/thread/516812?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2025 13:24:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:021a3800-ad54-4b7b-a843-4f1cef4caa06</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We are transitioning away from nrfjprog (nRF Command Line Tools) over to &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util"&gt;nrfutil&lt;/a&gt;. If you are using a new NCS version, this will be automatically added to the toolchain, but if you are using an old version of NCS (a version before nrfutil was used as a standard), you may see issues like this.&lt;/p&gt;
&lt;p&gt;Therefore, try installing nrfutil on your computer (outside any SDK environment). You can find it here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Util&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After installing it, please run a couple of commands:&lt;/p&gt;
&lt;p&gt;1: &amp;quot;nrfutil self-upgrade&amp;quot;&lt;/p&gt;
&lt;p&gt;2: &amp;quot;nrfutil install device&amp;quot;&lt;/p&gt;
&lt;p&gt;3: &amp;quot;nrfutil upgrade device&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This will make sure that:&lt;/p&gt;
&lt;p&gt;1: You are using the latest version of nrfutil.&lt;/p&gt;
&lt;p&gt;2: You have installed the &amp;quot;device&amp;quot; submodule&lt;/p&gt;
&lt;p&gt;3: You have the latest version of the &amp;quot;device&amp;quot; submodule installed.&lt;/p&gt;
&lt;p&gt;The &amp;quot;device&amp;quot; submodule is what replaces the functionality of nrfjprog.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Try this, and let me know if it doesn&amp;#39;t work. You may need to properly close and re-start VS Code after completing steps 1-3.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>