<?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>Need some guidance getting started with VS Code/nRF Connect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81012/need-some-guidance-getting-started-with-vs-code-nrf-connect</link><description>OK, like many people moving across from a different IDE/SOC environment, I&amp;#39;m finding navigating my way through setup and programming with Nordic SOC, even of simple tasks, pretty challenging. 
 Yes, there are videos and examples I can look at, but everything</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Oct 2021 07:57:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81012/need-some-guidance-getting-started-with-vs-code-nrf-connect" /><item><title>RE: Need some guidance getting started with VS Code/nRF Connect</title><link>https://devzone.nordicsemi.com/thread/335867?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 07:57:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5392541e-4d38-49e7-9f14-b67a54e0342d</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Great! That sounds like a plan!&lt;/p&gt;
[quote user="Mike Austin (LPI)"]its not working for me (kicks up an error about failing to launch a GDB Server: Error: spawn JLinkGDBServerCL.exe ENOENT)[/quote]
&lt;p&gt;Hmm, that is weird. If you run into that issue again, go ahead and create another DevZone ticket for it. We prefer to&amp;nbsp;keep the different issues separate so that they are easier to navigate for people later on.&amp;nbsp;&lt;/p&gt;
[quote user="Mike Austin (LPI)"]its probably 12-24 hours before I can get a response that might set me on the right track[/quote]
&lt;p&gt;Yeah,&amp;nbsp;and that&amp;nbsp;might be the case no matter where in the world you are. Though the majority of tech support are in the CET/CEST time zone, and we try to limit our response time to less than 24h.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Good luck with the tutorials!&lt;/p&gt;
&lt;p&gt;Best 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: Need some guidance getting started with VS Code/nRF Connect</title><link>https://devzone.nordicsemi.com/thread/335843?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 04:59:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0434da93-9ba7-4e22-8235-7e180284b8bf</guid><dc:creator>Mike Austin (LPI)</dc:creator><description>&lt;p&gt;Hi Elfving,&lt;/p&gt;
&lt;p&gt;Thanks so much for your extensive reply.&amp;nbsp; The DevZone is definitely a step up from what I&amp;#39;m used to with Cypress (they used to be great, but since Infineon took over, responses take weeks), so well done.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll have a look through those tutorials you sent the link for and see how much that clarifies for me.&lt;/p&gt;
&lt;p&gt;I had stumbled across those YouTube series from Ali Aljaani, which were a great help.&amp;nbsp; Although I did come unstuck with the debug session, and have still not worked out why its not working for me (kicks up an error about failing to launch a GDB Server: Error: spawn JLinkGDBServerCL.exe ENOENT).&lt;/p&gt;
&lt;p&gt;I guess the issue is, whenever I come unstuck, being in the southern hemisphere, its probably 12-24 hours before I can get a response that might set me on the right track, which is really slowing me down.&amp;nbsp; Hence why I was hoping there might be some &amp;quot;how to&amp;#39; resources out there I can tap into so I can fast track my progress a bit.&lt;/p&gt;
&lt;p&gt;Anyway, I&amp;#39;ll look into the information you&amp;#39;ve provided links to, see how far I get&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need some guidance getting started with VS Code/nRF Connect</title><link>https://devzone.nordicsemi.com/thread/335705?ContentTypeID=1</link><pubDate>Mon, 25 Oct 2021 11:32:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:274ac809-8b82-457f-b8a0-09a4deedd5c2</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hey Mike!&lt;/p&gt;
&lt;p&gt;Yeah, I can imagine it being quite the learning curve if you aren&amp;#39;t used to&amp;nbsp;Zephyr and&amp;nbsp;nRF Connect SDK. I guess it is somewhat assumed that you are in the majority of what we post. The nRF5 SDK is a bit different from NCS so it is good that you don&amp;#39;t mix those two. Though the difference between VSC and Segger is mainly the IDE - you don&amp;#39;t have to specifically look for tutorials for VSC if that is what you are planning to work with.&amp;nbsp;And&amp;nbsp;Visual Studio Code being a part of nRF Connect for Desktop is very new, so I would understand that you would have a hard time finding any beginner tutorials that are using it. There will be more of those eventually.&lt;/p&gt;
&lt;p&gt;- &lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0"&gt;This tutorial is a very beginner friendly resource, that&amp;nbsp;explains&amp;nbsp;how creating projects in NCS works&lt;/a&gt;. This also includes explaining the difficult terms such as West, Zephyr and Kconfig, that we might simply throw out there in other tutorials and posts on DevZone, without&amp;nbsp;much of an explanation. This tutorial is&amp;nbsp;like both your French&amp;nbsp;textbook and dictionary. It focuses a bit on Segger, though that doesn&amp;#39;t make it any less relevant. Everything mentioned in Segger has a counterpart in VSC. We will probably update this tutorial to show everything on VSC eventually.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- From there you might want to take a further look at peripherals and drivers. &lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/peripherals/posts/adding-a-peripheral-to-an-ncs-zephyr-project"&gt;Here is a tutorial&lt;/a&gt;, and here is the essentially &lt;a href="https://webinars.nordicsemi.com/advanced-wearables-project-support-4"&gt;the same in a nice webinar format&lt;/a&gt;.&amp;nbsp;It is in Segger, but&amp;nbsp;still relevant for you.&lt;/p&gt;
&lt;p&gt;- When it comes to &lt;a href="https://www.youtube.com/watch?v=2cv_jjqk5hg&amp;amp;list=PLx_tBuQ_KSqEt7NK-H7Lu78lT2OijwIMl&amp;amp;index=1"&gt;VSC and how to use it, the video tutorials&lt;/a&gt; are the best things we have available at the moment.&lt;/p&gt;
&lt;p&gt;- There are &lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started"&gt;several more tutorials out there&lt;/a&gt; however, and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/index.html"&gt;a lot of documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Btw, if you have a hard time getting up and running with anything, for instance controlling the LEDs, then opening a demo application and using that as a starting point is the recommended way to get going. That will for instance show you what configurations are needed and provide you with a lot of info with its documentation. There is a lot of a API to get a hang of in Zephyr. I should also mention that you can use the nrfx drivers in NCS as well, though I would recommend you to use the others.&lt;/p&gt;
&lt;p&gt;I hope these resources help. One last resource that I hope you&amp;#39;ll use, is our presence here on DevZone. Let us know if there is anything else we can help you with.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>