<?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>Where do I begin?!</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71408/where-do-i-begin</link><description>I am just beginning with the dev kit I bought in December. The box has a URL: nordicsemi.com/start52840dk 
 
 This is not helpful. The only thing I find there is a PDF - apparently the same one I read before I decided to purchase the kit! 
 I was expecting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Feb 2021 13:32:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71408/where-do-i-begin" /><item><title>RE: Where do I begin?!</title><link>https://devzone.nordicsemi.com/thread/293347?ContentTypeID=1</link><pubDate>Mon, 08 Feb 2021 13:32:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9245d3c4-67e8-4e71-91ab-733f30cab856</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What software to download etc. depends on which of our SDKs you want to use. We have two that are supported on the nRF52840.&lt;/p&gt;
&lt;h2&gt;nRF5 SDK&lt;/h2&gt;
&lt;p&gt;The nRF5 SDK is the oldest of the two SDKs, and is made for the nRF5 Series (nRF51 and nRF52). You can download the SDK&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK/Download#infotabs"&gt;here&lt;/a&gt;, and the documentation for the SDK can be found on our&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_nrf5_latest.html"&gt;infocenter.&lt;/a&gt;&amp;nbsp;For both SDKs we have some getting started guides, which you should look at. The&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/nrf51_getting_started.html"&gt;getting started with nRF5 SDK guide&lt;/a&gt;&amp;nbsp;explains how to run precompiled examples, install the SDK, and compile and run examples etc.&lt;/p&gt;
&lt;p&gt;In addition to this we have a guide on&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/intro.html"&gt;getting started with nRF5 SDK and SEGGER Embedded Studio (SES)&lt;/a&gt;, which is the recommended IDE, and you&amp;#39;ll be able to get a free &lt;a href="https://wiki.segger.com/Get_a_License_for_Nordic_Semiconductor_Devices"&gt;SES license for Nordic Semiconductor Devices&lt;/a&gt;. You can also use&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_gsg_keil/UG/gsg/intro.html"&gt;Keil&lt;/a&gt;&amp;nbsp;as IDE, but the code size is restricted to 32 Kbyte with the free version.&lt;/p&gt;
&lt;p&gt;The nRF5 SDK offers multiple examples which you can use as a starting place for your application, and you can find them&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples.html"&gt;here&lt;/a&gt;. There&amp;#39;s also nRF5 SDKs for&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_mesh_latest.html"&gt;Bluetooth Mesh&lt;/a&gt;&amp;nbsp;and for&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_thread_zigbee_latest.html"&gt;Thread and Zigbee&lt;/a&gt;, both of which are based on nRF5 SDK.&lt;/p&gt;
&lt;h2&gt;nRF Connect SDK&lt;/h2&gt;
&lt;p&gt;The nRF Connect SDK (NCS) is the latest SDK, and contains cellular IoT in addition to the protocols in nRF5 SDK, for the nRF9160. NCS includes the Zephyr RTOS. The SDK can be found on&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf"&gt;github&lt;/a&gt;, and you can find documentation&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.2/nrf/index.html"&gt;here&lt;/a&gt;, which is also where you&amp;#39;ll find the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.2/nrf/getting_started.html#getting-started"&gt;getting started with NCS guide.&lt;/a&gt;&amp;nbsp;There&amp;#39;s a thorough guide for installing NCS, and you can either do it through one of our applications in&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-desktop/"&gt;nRF Connect for Desktop&lt;/a&gt;&amp;nbsp;or manually. Since you&amp;#39;re using macOs and Linux, you should either install it using the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.2/nrf/gs_assistant.html#getting-started-assistant"&gt;Getting Started Assistant&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.2/nrf/gs_installing.html#installing-the-ncs-manually"&gt;manually&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The recommended IDE to use with NCS is also SES, and the installation is explained in the guide on how to install the SDK, as well as other required tools. You can also build and flash your application using command line and west, which is also explained in the guides. The examples in NCS can be found&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.2/nrf/examples.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you want more information about the nRF52840 DK itself, you can find that&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/dk/intro.html"&gt;here&lt;/a&gt;. There you&amp;#39;ll find hardware description etc.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>