<?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>Connected Devices panel (in vs code) does not discover my device while in the programmer the device can be seen with no issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82364/connected-devices-panel-in-vs-code-does-not-discover-my-device-while-in-the-programmer-the-device-can-be-seen-with-no-issues</link><description>Hi all, 
 Recently I&amp;#39;ve accuired a nordic thingy:91. I&amp;#39;ve played with it and have been able to put on the default IOT software used with the simcard and the nordic cloud it is working. 
 I&amp;#39;ve installed the visual studio code plugin and am about to try</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 May 2023 09:30:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82364/connected-devices-panel-in-vs-code-does-not-discover-my-device-while-in-the-programmer-the-device-can-be-seen-with-no-issues" /><item><title>RE: Connected Devices panel (in vs code) does not discover my device while in the programmer the device can be seen with no issues</title><link>https://devzone.nordicsemi.com/thread/426484?ContentTypeID=1</link><pubDate>Mon, 22 May 2023 09:30:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06d72897-5b24-4293-a7e0-1c77d128888a</guid><dc:creator>sung jin kang</dc:creator><description>&lt;p&gt;I&amp;#39;m using nRF52840-dk and trying to use vs code.&lt;/p&gt;
&lt;p&gt;I had same problem but&amp;nbsp;vs code is now showing my device ( nRF52840_xxAA_REV3 )&lt;/p&gt;
&lt;p&gt;download nrfutil.exe&amp;nbsp; from&amp;nbsp;&lt;a id="" 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;then move to the downloaded directory&lt;/p&gt;
&lt;p&gt;&lt;span&gt;command type:&amp;nbsp;&lt;/span&gt;&lt;code&gt;nrfutil install nrf5sdk-tools&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;command type:&amp;nbsp;&lt;/span&gt;&lt;code&gt;nrfutil install device&lt;/code&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connected Devices panel (in vs code) does not discover my device while in the programmer the device can be seen with no issues</title><link>https://devzone.nordicsemi.com/thread/341864?ContentTypeID=1</link><pubDate>Fri, 03 Dec 2021 12:12:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78430058-9eac-4778-b64d-1452798fe4bb</guid><dc:creator>CoussementStijn</dc:creator><description>&lt;p&gt;Hi, Thanks I was under the impression it would work but now that you mention it it seems logic that it doesn&amp;#39;t.&lt;/p&gt;
&lt;p&gt;Thanks for the reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connected Devices panel (in vs code) does not discover my device while in the programmer the device can be seen with no issues</title><link>https://devzone.nordicsemi.com/thread/341838?ContentTypeID=1</link><pubDate>Fri, 03 Dec 2021 11:09:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87ff416e-327e-4423-938c-493bf5eaf685</guid><dc:creator>Frans Lutz </dc:creator><description>&lt;p&gt;Hello Stijn,&lt;/p&gt;
&lt;p&gt;The Thing:91 doesn&amp;#39;t have a JTAG debugger therefor it is not visible within VC. You can program the nRF9160 or nRF52840 inside the Thingy91 using the MCUBOOT option with the nRF Connect SDK - Programmer tool .&lt;br /&gt; You should bring the Thingy91 first into MCUBOOT Mode before you can program the nRF9160/nRF52840. You do this while pressing either SW3 or SW4 depending on the device you want to program. You select the device you want to program with the switch SW2. When using MCUBOOT you should use the compiled file from &amp;lt;project&amp;gt;\&amp;lt;build&amp;gt;\Zephyr\app_signed.hex&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/thingy91/hw_description/hw_figures.html"&gt;https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/thingy91/hw_description/hw_figures.html&lt;br /&gt;&lt;/a&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/updating_fw.html"&gt;https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/updating_fw.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; If you want to use VC to flash and debug you should connect a JTAG debugger. You can use the debugger on the nRF9160DK. &lt;br /&gt; Just connect a flat cable (for example Adafruit 1675) between the &amp;ldquo;debug out&amp;rdquo; connector on the nRF9160DK with the Thingy:91. The nRF9160DK will automatically select the connected device on the &amp;ldquo;debug out&amp;rdquo; connector.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt; Frans Lutz&lt;br /&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connected Devices panel (in vs code) does not discover my device while in the programmer the device can be seen with no issues</title><link>https://devzone.nordicsemi.com/thread/341835?ContentTypeID=1</link><pubDate>Fri, 03 Dec 2021 10:51:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b916ae42-2b15-4194-a705-5504100cffb0</guid><dc:creator>CoussementStijn</dc:creator><description>&lt;p&gt;Just tried on a different laptop with no vs code installed yet and installed all I think I need to get it working but it failed.&lt;/p&gt;
&lt;p&gt;steps i did:&lt;/p&gt;
&lt;p&gt;1) install VS code clean from Microsoft (version 1.62.3)&lt;/p&gt;
&lt;p&gt;2) installed nRF connect desktop V3.9.1&lt;/p&gt;
&lt;p&gt;3) installed Toolchain manager (v0.10.1)&lt;/p&gt;
&lt;p&gt;4) installed nRF Connect SDK v1.7.1&lt;/p&gt;
&lt;p&gt;5) clicked open VS code&lt;/p&gt;
&lt;p&gt;6) allow all preinstalled settings needed to install before opening VS code all were successfull&lt;/p&gt;
&lt;p&gt;7) needed to install nRF command line tools 10.15.1 x64 (restarted PC after installation)&lt;/p&gt;
&lt;p&gt;8) in VS code I still can&amp;#39;t find the device connected (thingy91)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So i thing it is my thingy that does not respond correctly or something. Ive tried in boot mode (pressing the button on startup) but that didn&amp;#39;t help either.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So now I&amp;#39;m lost here on how to proceed...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>