<?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>How to open nRF5 SDK examples in VS code?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88870/how-to-open-nrf5-sdk-examples-in-vs-code</link><description>Recently, I&amp;#39;ve been trying to send the data acquired by sensors like thermistor and microphone to the mobile phone or PC through BLE from the nrf52840DK. I want to develop it based on the ble_app_uart example from the nRF5_SDK_17.1.0_ddde560. Is there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Jun 2022 13:02:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88870/how-to-open-nrf5-sdk-examples-in-vs-code" /><item><title>RE: How to open nRF5 SDK examples in VS code?</title><link>https://devzone.nordicsemi.com/thread/372394?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2022 13:02:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31562ae9-db29-4265-889f-9ef2ab3628ee</guid><dc:creator>Zhihao</dc:creator><description>&lt;p&gt;Hi Amanda,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That&amp;#39;s exactly how I installed them. They were just fine several days ago.&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Zhihao&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to open nRF5 SDK examples in VS code?</title><link>https://devzone.nordicsemi.com/thread/372328?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2022 09:10:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89b6d241-881f-4201-83d0-dfb3ae4797e8</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How do you install the VS code and NCS?&lt;/p&gt;
&lt;p&gt;I would suggest you install by the&amp;nbsp;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#id4"&gt;Toolchain Manager&lt;/a&gt;. See &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html"&gt;Installing automatically&lt;/a&gt;&amp;nbsp;documentation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to open nRF5 SDK examples in VS code?</title><link>https://devzone.nordicsemi.com/thread/372230?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 22:12:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aacdd7d2-d90d-475d-af49-8592f3902a17</guid><dc:creator>Zhihao</dc:creator><description>&lt;p&gt;Thanks for your reply, Amanda.&lt;/p&gt;
&lt;p&gt;When I tried the sample you suggested, the VS code warned me that &amp;quot;Makefile entry point not found&amp;quot; and &amp;quot;Make not found&amp;quot;. I&amp;#39;ve tried both NCS v1.9.0 and v2.0.0, and didn&amp;#39;t make any difference.&amp;nbsp;I didn&amp;#39;t even start making changes. These warnings didn&amp;#39;t show up when I was following the tutorials on Youtube &amp;quot;Introducing nRF Connect for VS Code&amp;quot; and &amp;quot;nRF Connect for VS Code, 2: Create an application&amp;quot; provided by&amp;nbsp;Nordic Semiconductor.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best wishes,&lt;/p&gt;
&lt;p&gt;Zhihao&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to open nRF5 SDK examples in VS code?</title><link>https://devzone.nordicsemi.com/thread/372009?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 06:07:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed652b55-6409-44c0-8aca-641ee234ee48</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nRF5_SDK_17.1.0_ddde560 is not supported by&amp;nbsp;VS Code. See the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/index.html"&gt;SDK Release Notes&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In NCS v1.9.0, you can use&amp;nbsp;&lt;/span&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README.html"&gt;Bluetooth: Peripheral UART&lt;/a&gt;&amp;nbsp;which has similar functions as&amp;nbsp;&lt;span&gt;ble_app_uart. &lt;/span&gt;&lt;span&gt;The latest version of NCS now is &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/index.html"&gt;v2.0.0&lt;/a&gt;. If you are new to NCS, I would suggest using v2.0.0.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>