<?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 program</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11938/how-to-program</link><description>hello 
 I am a beginer to design with wireless and I would like to know with soft can be used if i have one master with 4-6 slaves. It seam to be a S120 it right ?. 
 Also I have a developpement kit nRF51-DK to program nRF51822, is anybody have ever</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Feb 2016 12:53:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11938/how-to-program" /><item><title>RE: how to program</title><link>https://devzone.nordicsemi.com/thread/45216?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2016 12:53:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c0af8ff-e3e8-46b1-a6f9-cefe18d1ff9f</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/tutorials/21/"&gt;Here is a tutorial&lt;/a&gt; guiding you through the S120 central example mentioned above.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to program</title><link>https://devzone.nordicsemi.com/thread/45215?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2016 12:52:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b1b7c6d-2faf-4da8-a245-1c654455d936</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;What boards are you referring to? You cannot program the nRF5s with SPI. You can look into &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/examples_ble_dfu.html"&gt;DFU and program it over UART&lt;/a&gt;, but that is a completely different and very advanced approach.&lt;/p&gt;
&lt;p&gt;You can use the S120 on your central and S110 on your peripherals. However you can use S130 as both peripheral and central and to get future updates I would recommend that you use this one. &lt;a href="https://github.com/NordicSemiconductor/S130_LBS_client_server_central_peripheral"&gt;Here is an example&lt;/a&gt; using the S130 to transfer data between a peripheral and a central. You also have &lt;a href="https://github.com/NordicSemiconductor/ble_app_uart_c_S120"&gt;this example&lt;/a&gt; demonstrating how to make a central with S120 that you can use in conjuction with the ble_app_uart example found in the SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to program</title><link>https://devzone.nordicsemi.com/thread/45214?ContentTypeID=1</link><pubDate>Wed, 17 Feb 2016 15:16:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fe19bb4-b7e6-46b7-bd35-63caa4607d92</guid><dc:creator>Claude Bizier</dc:creator><description>&lt;p&gt;Ok now it&amp;#39;s more clear, for my last two sentences, I just want to say I will use the boards as sensors  (peripheral 4-6) an one central device.On the market they have some boards who must be program via SPI protocol but yours have only two pins, SWCLK, SWDIO and power 3,3V.&lt;/p&gt;
&lt;p&gt;my application is very basic to begin, I will use the nRF51822 to send a data analog to the central. I don&amp;#39;t know the therminalogie about the system but &lt;strong&gt;what example program can I refer to do a similar&lt;/strong&gt; application. I will study this application meanwhile the usb cable will coming. So the S120 software still the right program too ?&lt;/p&gt;
&lt;p&gt;thanks again !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to program</title><link>https://devzone.nordicsemi.com/thread/45213?ContentTypeID=1</link><pubDate>Wed, 17 Feb 2016 10:21:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5115fcfa-bf3b-43c5-befd-f8b0d0c44d86</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;In the world of Bluetooth Low Energy it is more common to talk about peripherals and centrals. The central device is responsible for establishing the connection, and from that perspective the peripheral can be looked upon as the slave and the central as the master. In your case I assume by master you mean central, and if so, your assumption is correct. The S120 supports up to eight simultaneous Central role connections. Please have a look at the documentation &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51.v1.0.0/softdevices.html?cp=2_7"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If I understand you correctly you want to use the nRF51 DK to program and debug an external nRF51 chip and this is certainly possible. I don&amp;#39;t understan what you try to say in you rlast two sentences, but the nRF51 use &lt;a href="http://www.arm.com/products/system-ip/debug-trace/coresight-soc-components/serial-wire-debug.php"&gt;Serial Wire Debugger&lt;/a&gt; (SWD) and you can see &lt;a href="https://devzone.nordicsemi.com/question/36271/correct-wiring-for-programming-external-module-with-nrf51-dk-and-keil/"&gt;here&lt;/a&gt; how to connect the devices. In addition there are lots of threads &lt;a href="https://devzone.nordicsemi.com/questions/sort:relevance-desc/query:program%20external/"&gt;here on the forum&lt;/a&gt; discussing how to program external boards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>