<?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>The best source of documentation for getting started developing applications with Nordic SDKs</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42314/the-best-source-of-documentation-for-getting-started-developing-applications-with-nordic-sdks</link><description>Greetings, 
 
 I&amp;#39;m fairly new to developing with Nordic ICs using the SDK, I have previously developed for some nRF51x MCUs using some modules that had an Arduino library that abstracted the whole Softdevice. Therefore I find it a bit daunting the amount</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Jan 2019 10:48:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42314/the-best-source-of-documentation-for-getting-started-developing-applications-with-nordic-sdks" /><item><title>RE: The best source of documentation for getting started developing applications with Nordic SDKs</title><link>https://devzone.nordicsemi.com/thread/165118?ContentTypeID=1</link><pubDate>Fri, 11 Jan 2019 10:48:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baf80e74-6a6c-4f3f-bdbe-fdca3d1dc2dd</guid><dc:creator>EAn</dc:creator><description>&lt;p&gt;Thank you Steve,&lt;/p&gt;
&lt;p&gt;Indeed it seems that is closer to what I was looking for, I&amp;#39;m reading it now... One of the paragraphs describes the issue I was trying to relay:&lt;/p&gt;
&lt;p&gt;&amp;quot;The catch: these examples are quite complex. For example, blinky, a sample app that flashes the onboard LEDs, is made up of 21 C files, 100 include folders, three Makefiles, and a couple of linker scripts. The primary Makefile that describes blinky weighs in at 219 lines of code. Ouch!...(...)&amp;quot;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;//E&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The best source of documentation for getting started developing applications with Nordic SDKs</title><link>https://devzone.nordicsemi.com/thread/165088?ContentTypeID=1</link><pubDate>Fri, 11 Jan 2019 09:30:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc220aaf-f983-437b-aab3-f1f378dee0ca</guid><dc:creator>Steven</dc:creator><description>&lt;p&gt;Perhaps this is closer to what you are looking for...&lt;br /&gt;&lt;a href="https://salexander.github.io/nrf52-minimal-c/"&gt;&lt;br /&gt;microBlinky for the NRF52&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://electronut.in/nrf52-baremetal/"&gt;BARE METAL ARM PROGRAMMING ON NORDIC NRF52832 BLE SOC&lt;br /&gt;&lt;br /&gt;B&lt;/a&gt;est of luck,&lt;br /&gt;&lt;br /&gt;Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The best source of documentation for getting started developing applications with Nordic SDKs</title><link>https://devzone.nordicsemi.com/thread/165006?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 16:26:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ca3de96-de5d-4952-9062-3839903d865b</guid><dc:creator>EAn</dc:creator><description>&lt;p&gt;Thank you SCrowe. the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/nrf51_getting_started"&gt;https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/nrf51_getting_started&lt;/a&gt; is useful, but I had already got around that. I was looking for something more fundamental but deep enough for one to know how to write good code for a basic application and to know what are the bare minimum components, etc....&lt;/p&gt;
&lt;p&gt;I&amp;#39;m already acquainted with SES, which is also one of the tools I&amp;#39;m using for development with Nordic&amp;#39;s silicon.&lt;/p&gt;
&lt;p&gt;Good luck with your work.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;//E&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The best source of documentation for getting started developing applications with Nordic SDKs</title><link>https://devzone.nordicsemi.com/thread/165004?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 16:23:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2095606a-32b0-4e6e-a770-18931d75b68e</guid><dc:creator>EAn</dc:creator><description>&lt;p&gt;Hello Terje,&lt;br /&gt;&lt;br /&gt;Thank you for your reply. However, your reply is too vague and didn&amp;#39;t answer my questions. Of course I have read most getting started guides and tutorials. There&amp;#39;s just an apparent vacuum of information regarding what components from the Nordic SDK library are minimally necessary to write user applications.... What does it do, etc... Everything seems a bit too convoluted with Nordic SDK, you open a source file (a main.c from an example for instance) and you never get to the bottom of it because if you follow the definitions and references of the different objects there&amp;#39;s always more and more and more, and you never get to fully understand the whole thing! I was going to use Zephyr OS or Mbed OS for the ease of development, but unfortunately there is no support for Bluetooth Mesh there yet. So I&amp;#39;m stuck with an SDK that seems like it&amp;#39;s gonna take me too long to study and master in this fashion, which is &amp;quot;go fish&amp;quot; with the API and Docs, without a solid base like: &amp;quot;OK this is what you need to know in order to successfully implement an application for this silicon using our SDK...&amp;quot; ...&lt;/p&gt;
&lt;p&gt;I know how to use the SES, my issue is with the SDK API and the humongous amount of components and libs and sublibs the one faces and I&amp;#39;d like to just understand the basics in order to develop at least the basic functions...&lt;/p&gt;
&lt;p&gt;Thank you, once again,&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;//E&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The best source of documentation for getting started developing applications with Nordic SDKs</title><link>https://devzone.nordicsemi.com/thread/164993?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 15:51:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84d81e3f-985b-4480-8471-2509a7d9d36a</guid><dc:creator>Steven</dc:creator><description>&lt;p&gt;Can I add this also:&lt;br /&gt;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/nrf51_getting_started"&gt;Documentation library - Getting Started&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;These may also be of interest:&lt;br /&gt;&lt;a href="https://www.novelbits.io/cross-platform-nrf-development-tutorial/"&gt;cross-platform-nrf-development-tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/30862/create-a-new-project-in-segger-embedded-stuido"&gt;devzone:create-a-new-project-in-segger-embedded-studio&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I am currently figuring out how to create a project for a custom board based on an SDK example...&lt;br /&gt;&lt;br /&gt;Steve.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The best source of documentation for getting started developing applications with Nordic SDKs</title><link>https://devzone.nordicsemi.com/thread/164983?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 15:27:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0e7af51-3317-4d4d-8f43-cbccfc4fa7a2</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are many answers on this topic already here on DevZone, for example in the thread &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/30338/getting-started-for-beginners/120245#120245"&gt;Getting started for beginners&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>