<?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 can I find a description of the programs in the nRF51 SDK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23788/where-can-i-find-a-description-of-the-programs-in-the-nrf51-sdk</link><description>I have 2 of the nRF51 Dev. kits and have been ble to run Blinky, BLE_UART and set up the 2 dev kits so that I can send data from one DK to the other and to an external board on each that accepts the uart data and sends/receives to a terminal program.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jul 2017 02:23:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23788/where-can-i-find-a-description-of-the-programs-in-the-nrf51-sdk" /><item><title>RE: Where can I find a description of the programs in the nRF51 SDK?</title><link>https://devzone.nordicsemi.com/thread/93573?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2017 02:23:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:375e3890-d31b-4daf-bb73-9ad249f364d1</guid><dc:creator>MANGO</dc:creator><description>&lt;p&gt;It&amp;#39;s my pleasure, Peter! Hope these numerous links don&amp;#39;t become a pressure to you.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I will check each link and then get back to you.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have questions after reading it, let&amp;#39;s create a new thread.&lt;/p&gt;
&lt;p&gt;As mentioned, I&amp;#39;m a novice developer, but I will try my best to answer.&lt;/p&gt;
&lt;p&gt;Also, other skillful members or the Nordic team will answer your questions when you post one.&lt;/p&gt;
&lt;p&gt;-Best Regards, MANGO&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where can I find a description of the programs in the nRF51 SDK?</title><link>https://devzone.nordicsemi.com/thread/93572?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2017 02:03:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d6b8b18-7bc8-437f-9062-5f7701946115</guid><dc:creator>PTG</dc:creator><description>&lt;p&gt;Hi Mango&lt;/p&gt;
&lt;p&gt;You have given me a lot to look at. Rather than comment just now I will check each link and then get back to you. The feedback is much appreciated!&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where can I find a description of the programs in the nRF51 SDK?</title><link>https://devzone.nordicsemi.com/thread/93574?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 08:13:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0931266-3414-43a1-853e-5998c8885e9d</guid><dc:creator>MANGO</dc:creator><description>&lt;p&gt;Hi, PTG. This is MANGO.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not a Nordic employee; rather I&amp;#39;m a novice developer. Welcome to the devzone~ :D&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Can anyone suggest a place to start?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;0) Tutorial blog posts by Nordic&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/tutorials/"&gt;- Tutorial Page&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That page might be the best place to start. It has;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Getting Started
Covers topics on how to get started.
    Getting started with the nRF51 or nRF52 Development Kit
    Development with GCC and Eclipse ...
Bluetooth low energy
Covers different features of Bluetooth low energy, and how to implement these features with the SoftDevice.

    Bluetooth low energy Advertising, a beginner&amp;#39;s tutorial...
Software Development Kit...
Hardware and layout...
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;After you have finished reading the tutorials, these might be useful to you.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1) IDEs&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Congratulations for running Blinky and BLE_UART. What IDE did you use? Or did you just flashed the example with hex files using nRFGo Studio?&lt;/p&gt;
&lt;p&gt;Anyways, blog posts from Nordic are good sources to start with.&lt;/p&gt;
&lt;p&gt;If you developed MSP430&amp;#39;s firmware with IAR and a Windows machine,&lt;/p&gt;
&lt;p&gt;you might have used IAR and you can use IAR EWARM to create firmware for flashing the nRF51 MCUs.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/blogs/835/comparing-compilersides-for-development-with-nrf5x/"&gt;- Blog: Comparing compilers/IDEs for development with nRF5x series devices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/blogs/486/native-support-for-nrf51-sdk-in-keil-ide/"&gt;- Blog: Native support for nRF51 SDK in Keil IDE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/blogs/22/getting-started-with-nrf51-development-on-mac-os-x/"&gt;- Blog: Getting started with nRF51 development on Mac OS X&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/blogs/829/segger-embedded-studio-part-2-monitor-mode-debuggi/"&gt;- Blog: SEGGER Embedded Studio Part 2 - Monitor Mode Debugging&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2) Documentation for SDK, SoftDevice, examples, and more&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Nordic&amp;#39;s Infocenter page provides great detail for your requirements.&lt;/p&gt;
&lt;p&gt;For instance,&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v13.1.0%2Fble_sdk_app_nus_eval.html&amp;amp;cp=4_0_0_4_2_2_17"&gt;- BLE Peripheral example: UART/Serial Port Emulation over BLE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.appnotes%2Fdita%2Fappnotes%2Fpdflinks%2Fnan_36.html&amp;amp;cp=10_1"&gt;- Application Notes: Creating Bluetooth Low Energy Applications Using nRF51822&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.whitepapers%2Fdita%2Fwhitepapers%2Fpdflinks%2Fnwp_008.html&amp;amp;cp=11_14"&gt;- White Papers: λ/4 printed monopole antenna for 2.45 GHz&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Since you&amp;#39;ve mentioned PCB, there are many white papers which can be useful when you create your custom PCBs.&lt;/p&gt;
&lt;ol start="3"&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/NordicSemiconductor"&gt;Nordic GitHub page&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For instance,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/nrf5-eagle-reference-design"&gt;- nrf5-eagle-reference-design&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-Best Regards, MANGO&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>