<?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>newbie facing issues in understanding the documents</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38108/newbie-facing-issues-in-understanding-the-documents</link><description>I am a newbie to BLE and starting with nordic ble chip. I downloaded SDK 15.0.1, is there any proper document explaining SDK directory structure. Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Sep 2018 07:37:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38108/newbie-facing-issues-in-understanding-the-documents" /><item><title>RE: newbie facing issues in understanding the documents</title><link>https://devzone.nordicsemi.com/thread/147099?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 07:37:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76a96cda-5b0e-4fa4-b405-6e55937af0fa</guid><dc:creator>KevinL</dc:creator><description>&lt;p&gt;This is a question often asked, you will find some ways to do it when you search the devzone.&lt;/p&gt;
&lt;p&gt;The easiest way I&amp;#39;ve read of is to edit one of the example projects. Just create a copy of it first so you have a back up of the original. This is also often advised/suggested to beginners by Nordic employees.&lt;/p&gt;
&lt;p&gt;Personally I&amp;#39;ve created a new project and copied all the source files of the example I wanted to use into it. Then I added all the header files and the most complete version of sdk_config.h I could find. I might have forgotten a step or two here, just know it takes a lot of time. My reasoning was that I wanted to create a more or less &amp;quot;clean&amp;quot; project in a different location from the SDK.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: newbie facing issues in understanding the documents</title><link>https://devzone.nordicsemi.com/thread/147081?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 06:17:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3e5c486-e368-457f-9bf0-cb33aac71e0b</guid><dc:creator>MON</dc:creator><description>&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;One more question, I know you are also a beginner and i&amp;#39;m asking the question without even trying - If I want to create my custom project how can I do that using the Nordic SDK.&lt;/p&gt;
&lt;p&gt;If I want to use UART to communicate to a sensor, BLE to send data to Gateway. How to create this project ?&lt;/p&gt;
&lt;p&gt;I hope I was able to convey my message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: newbie facing issues in understanding the documents</title><link>https://devzone.nordicsemi.com/thread/146995?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 13:25:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab9644e2-37cd-45aa-b9d8-491be7739bcf</guid><dc:creator>KevinL</dc:creator><description>&lt;p&gt;I think what you are looking for is an explanation of the different folders in the SDK and what their contents are. As far as I&amp;#39;m aware this does not exist (I&amp;#39;ve also tried looking for it when I started out). Below is a short explanation of the main folders. Note I&amp;#39;m also a beginner and this reflects what (I think) I&amp;#39;ve understood so far&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;Components&lt;/strong&gt;: Code for the different peripherals on-board the Nordic IC&amp;#39;s&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;Config&lt;/strong&gt;: Configuration files for IC&amp;#39;s&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;Documentation&lt;/strong&gt;: Some license files, images, change history of the SDK &amp;amp; links to the infocenter documentation (as linked by Andreas)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;Examples&lt;/strong&gt;: All the examples in the SDK&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;External&lt;/strong&gt;: Some software compatible with nRF chips made by external sources (e.g. RTOS, file system)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;External_tools&lt;/strong&gt;: Tools to ease development (only cmsis in 15.0.0, used by some IDE&amp;#39;s to modify sdk_config.h easily)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;Integration&lt;/strong&gt;: Mostly legacy drivers&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;strong&gt;Modules&lt;/strong&gt;: Driver files for on-board peripherals&lt;/p&gt;
&lt;p&gt;The examples incorporate the solution and hex-file for each example. The solutions link to the other folders to get the used modules/components/etc. Any documentation on how to use the drivers and develop is in the infocenter.&lt;/p&gt;
&lt;p&gt;I hope this can help you further a bit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: newbie facing issues in understanding the documents</title><link>https://devzone.nordicsemi.com/thread/146954?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 11:23:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d83d3ab6-4a27-46ba-8db1-c7ac363e2d3c</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;The link i sent is the documentation.&lt;/p&gt;
&lt;p&gt;You can find several subfolders in that link, such as:&lt;em&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.1.0/nrf51_getting_started.html?cp=4_0_0_1"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.1.0/nrf51_getting_started.html?cp=4_0_0_1"&gt;getting started guide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.1.0/general_libraries.html?cp=4_0_0_3"&gt;libraries&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.1.0/examples.html?cp=4_0_0_4"&gt;examples &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.1.0/user_guides.html?cp=4_0_0_5"&gt;user guides&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.1.0/modules.html?cp=4_0_0_6"&gt;API reference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.1.0/usergroup0.html?cp=4_0_0_7"&gt;data structures&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Im not quite sure what more you are looking for.&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: newbie facing issues in understanding the documents</title><link>https://devzone.nordicsemi.com/thread/146885?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 07:05:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d33f5f6-913d-4fd9-8b7d-12e72eae3a95</guid><dc:creator>MON</dc:creator><description>&lt;p&gt;There is no description for directories.&lt;/p&gt;
&lt;p&gt;Earlier, i&amp;#39;ve worked with ATmel BitCloud SDK for ATmega128RFA1 and ATSAMR21G18A.&lt;/p&gt;
&lt;p&gt;They have provided proper explanation. Here it&amp;#39;s quite confusing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: newbie facing issues in understanding the documents</title><link>https://devzone.nordicsemi.com/thread/146880?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 06:48:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f37ea566-7b2f-45fd-80f7-876276589008</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;You can find documentation about SDK 15.0.1 in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/keydef/PLUGINS_ROOT/com.nordic.infocenter.sdk5.v15.1.0/index.html?cp=4_0_0"&gt;infocenter.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>