<?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>nRF Connect for VS Code, connected devices no device found</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103661/nrf-connect-for-vs-code-connected-devices-no-device-found</link><description>After a reboot of my computer, I encounter the problem :connected devices, no device found. 
 I am able to connect to the target with J-Link RTT viewer and with Ozone when manually crate a new project. So the hardware seems to be ok. 
 Find attached the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Sep 2023 09:29:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103661/nrf-connect-for-vs-code-connected-devices-no-device-found" /><item><title>RE: nRF Connect for VS Code, connected devices no device found</title><link>https://devzone.nordicsemi.com/thread/446011?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2023 09:29:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9328b18-c58c-4cc1-ae40-3ed4e7a0a2e8</guid><dc:creator>Elfving</dc:creator><description>[quote user="BvdP4Celsius"]After an update from SDKV2.0.0 to V2.4.0 we experienced huge differences in the overlay file handling.[/quote]
&lt;p&gt;Yeah, there is a large gap between these versions, so there might be some differences in device tree file handling (for instance &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.2/nrf/app_dev/pin_control/index.html"&gt;pincontrol &lt;/a&gt;comes to mind). It is understandable that you would want to focus on one version of NCS for one project if it fits all your requirements, and not necessarily continuously update to the newest version.&lt;/p&gt;
[quote user="BvdP4Celsius"]In a previous question we already asked if there is some LTS version.[/quote]
&lt;p&gt;Yeah that is a hard question to answer. We do not really follow that system, where there is one version that is LTS and others are not.&amp;nbsp;Our dev-tags (eg 2.2.99-dev3) are not considered stable ofcourse, and you shouldn&amp;#39;t use those for your project. If there are issues on a devtag we might tell you to simply use a tagged one.&amp;nbsp;All tagged versions&amp;nbsp;however are supported for &amp;quot;a longer period&amp;quot;. Another thing is that there might be bigger differences between major tags, like from 2.1.0 to 2.2.0. Differences in only the last digit should be mostly bugfixes etc., and it should be easier for you to switch between those without making huge changes to your project.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So when you switch from NCS 2.0.0 to 2.4.0, I am not surprised that you need to change things in your project. Changing to 2.0.2 however should go more smoothly.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect for VS Code, connected devices no device found</title><link>https://devzone.nordicsemi.com/thread/445761?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2023 07:46:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edb16ff1-1701-4b84-b6dc-3ed542e78f59</guid><dc:creator>BvdP4Celsius</dc:creator><description>&lt;p&gt;Hi Elfving&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;After an update from SDKV2.0.0 to V2.4.0 we experienced huge differences in the overlay file handling. Needed to spend a considerable amount of time to get the project working again. That was the reason to postpone further updates of the SDK until the project we are working on is ready. &lt;br /&gt;In a previous question we already asked if there is some LTS version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect for VS Code, connected devices no device found</title><link>https://devzone.nordicsemi.com/thread/445753?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2023 07:32:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27443397-74ce-4211-be7b-adc0918cf9ea</guid><dc:creator>Elfving</dc:creator><description>[quote user="BvdP4Celsius"]In general, I am having trouble with VScode and nrf-connect. It seems to me not to be not stable and hard to use.&amp;nbsp;[/quote]
&lt;p&gt;I am sorry to hear that Bob. Of course I want to solve your issue, but please let me know if there are any other things that would make the NCS/VSC a smoother experience for you, and I will bring your suggestion to our VSC team.&lt;/p&gt;
[quote user="BvdP4Celsius"]found out that changing the&amp;nbsp;nrf-connect.deviceProvider from nrfjprog to nrfutil solved the issue for now. However I am unable to find the setting &lt;span&gt;nrf-connect.deviceProvider&amp;nbsp;&lt;/span&gt;while writing this reply...[/quote]
&lt;p&gt;You should be able to change&amp;nbsp;nrf-connect.deviceProvider by right-clicking the NCS extension, and choosing &amp;quot;extension settings&amp;quot;. With the newer versions of the extension it should opt for nrfutil by default.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The issue you&amp;#39;re describing is something I&amp;#39;ve seen in for instance &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/99019/the-last-version-2023-4-148-of-nrf-connect-for-vs-code-can-t-found-jlink-devices/422152"&gt;this case here&lt;/a&gt;, but I believe it should be solved in the newer versions of the extension.&amp;nbsp; I see now that the customer in that other case actually had to change back to nrfjprog to get it to work on his side.., but either way, have you tried updating?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect for VS Code, connected devices no device found</title><link>https://devzone.nordicsemi.com/thread/445740?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2023 06:52:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fef366ae-b359-4b56-ba29-dd08d5143a9b</guid><dc:creator>BvdP4Celsius</dc:creator><description>&lt;p&gt;Hi Elving,&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t use the DK, we have a custom board.&lt;br /&gt;In the meantime, I did some testing and found out that changing the&amp;nbsp;nrf-connect.deviceProvider from nrfjprog to nrfutil solved the issue for now. However I am unable to find the setting &lt;span&gt;nrf-connect.deviceProvider&amp;nbsp;&lt;/span&gt;while writing this reply...&lt;/p&gt;
&lt;p&gt;In general, I am having trouble with VScode and nrf-connect. It seems to me not to be not stable and hard to use.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect for VS Code, connected devices no device found</title><link>https://devzone.nordicsemi.com/thread/445571?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 09:26:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf582fbe-fd96-48f3-a840-7f799289ef06</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello Bob,&lt;/p&gt;
&lt;p&gt;That is odd. Did you install something recently before rebooting your computer? Could you try running &amp;quot;nrfjprog -i&amp;quot; with the DK turned on and connected? Are any LEDs on the DK on?&lt;/p&gt;
&lt;p&gt;Could you show me a picture of the DK? A typical issue is that it has some switches that are flipped to the wrong position. You would for instance have issues communicating with the nRF52840DK if SW9 is flipped to USB.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>