<?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>Running observer/broadcaster example on BLE nano</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13588/running-observer-broadcaster-example-on-ble-nano</link><description>Hello, 
 I bought a BLE nano and MK20 set with nRF51822 from RedBearLab. Love Nordic complete bluetooth solutions. 
 In general I am pretty new to Bluetooth development, still learning bluetooth protocol and tech stack. Trying to use the board as a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 May 2016 08:04:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13588/running-observer-broadcaster-example-on-ble-nano" /><item><title>RE: Running observer/broadcaster example on BLE nano</title><link>https://devzone.nordicsemi.com/thread/51830?ContentTypeID=1</link><pubDate>Thu, 05 May 2016 08:04:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d51543f9-e4c2-4568-8439-b3bf87c77d80</guid><dc:creator>yoshimura</dc:creator><description>&lt;p&gt;Hi Kenneth, by adding #define NRF_CLOCK_LFCLKSRC to customized bsp header, I got example compiled. Haven&amp;#39;t gotten chance to test it. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running observer/broadcaster example on BLE nano</title><link>https://devzone.nordicsemi.com/thread/51829?ContentTypeID=1</link><pubDate>Wed, 04 May 2016 10:07:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09b0e42a-de8b-450f-9ff1-5556109993be</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The compiler settings should fit with the settings in the specific softdevice release and version you are working with, and the variant of the nRF51822 you are using. I see no reason why you need to change the settings when working with another board, as long as the softdevice and IC variant is the same.&lt;/p&gt;
&lt;p&gt;In the relase notes for each nRF5 SDK you can find which softdevice it is made for, the easiest is to use an nRF5 SDK that use the specific softdevice release you want to build your application on. Otherwize you will need to update the softdevice header files, and possible handle api changes. In such case the migration document in the softdevice release might be useful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running observer/broadcaster example on BLE nano</title><link>https://devzone.nordicsemi.com/thread/51828?ContentTypeID=1</link><pubDate>Wed, 04 May 2016 06:52:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10af8410-a644-4c82-ae54-be730a82ef03</guid><dc:creator>yoshimura</dc:creator><description>&lt;p&gt;Hi Kenneth, thanks for your suggestion. The tutorial central is really helpful. Since I am not using Nordic dev kit, to use S130, do I have to remap memory layout in linker? I got the blinky example working by remapping pca10028 memory according to this link. &lt;a href="https://devzone.nordicsemi.com/question/15994/nrf51822-iram-and-irom-settings-for-v05-s130-sd."&gt;devzone.nordicsemi.com/.../nrf51822-iram-and-irom-settings-for-v05-s130-sd.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If I use this memory layout, I will get &amp;quot;region RAM overflowed with stack&amp;quot; error when linking.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running observer/broadcaster example on BLE nano</title><link>https://devzone.nordicsemi.com/thread/51827?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 11:40:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8319177f-ad0e-40af-bbff-8d2add2f4def</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi, I suggest to use our &lt;a href="https://developer.nordicsemi.com/nRF5_SDK/"&gt;lastest nRF5 SDK and S130 BLE softdevice&lt;/a&gt;, as you want to switch between central (scanning) and peripheral (broadcast) role concurrently. To get started developing &lt;a href="https://devzone.nordicsemi.com/tutorials/"&gt;check out some of our tutorials&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A good starting project might be the \ble_app_hrs_rscs_relay example in the nRF5 SDK. This example will relay data from a heart rate sensor to a central collector. You should simplify this example such that it only scan and parse received advertisement packets, but it doesn&amp;#39;t need to connect. Instead the example can start to advertise if it receives specific advertisement packets.&lt;/p&gt;
&lt;p&gt;This can be done concurrently in a TDMA fashion by the S130 softdevice automatically.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>