<?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>nRF51822 BLE device-to-device data transfer example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4380/nrf51822-ble-device-to-device-data-transfer-example</link><description>Hi all, 
 I am new to nRF51822, and trying to make a simple application for device-to-device data transfer. 
 I have tried the &amp;quot;ble_app_uart&amp;quot; example, which is for device-to-smartphone data transfer, but what I want is device-to-device communication</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Nov 2014 12:42:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4380/nrf51822-ble-device-to-device-data-transfer-example" /><item><title>RE: nRF51822 BLE device-to-device data transfer example</title><link>https://devzone.nordicsemi.com/thread/15559?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2014 12:42:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13106ed0-1b30-4e8a-88c3-c16285ff547d</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;If you don&amp;#39;t really care what protocol you are using you could also have a look at the &amp;#39;Enhanced Shockburst&amp;#39;-examples in the SDK.&lt;/p&gt;
&lt;p&gt;This will be a simpler solution when doing a &amp;#39;Nordic to Nordic&amp;#39; link, rather than using the BLE protocol.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 BLE device-to-device data transfer example</title><link>https://devzone.nordicsemi.com/thread/15556?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2014 12:19:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27416444-c2ba-42fe-ac34-aa31f19fcbc1</guid><dc:creator>Jack</dc:creator><description>&lt;p&gt;Thank you very much Stefan!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 BLE device-to-device data transfer example</title><link>https://devzone.nordicsemi.com/thread/15558?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2014 12:18:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b221b531-5598-42f6-aae5-2f0a8dc2afa3</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;I updated the answer to answer your question. If you use the ble_app_multilink_central example then you must use the ble_app_multilink_peripheral example on for the peripheral device. If you use the ble_app_hrs example on the peripheral device then you can use the ble_app_hrs_c on the central device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 BLE device-to-device data transfer example</title><link>https://devzone.nordicsemi.com/thread/15557?ContentTypeID=1</link><pubDate>Wed, 12 Nov 2014 20:32:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3829ae1c-463a-4c8f-aba3-608f3b9c9b26</guid><dc:creator>Jack</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;/p&gt;
&lt;p&gt;If I use the ble_app_hrs example on the Evaluation Kit board PCA10001 and use the ble_app_multilink example on PCA10000, will the central connect to the peripheral automatically? When using the Master Emulator, I have to press Select Device, Discover Services and Enable Services. Will this happen automatically if I use the ble_app_multilink example? Thanks for the help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 BLE device-to-device data transfer example</title><link>https://devzone.nordicsemi.com/thread/15555?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2014 15:58:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53b06985-8a73-4da5-bde8-2eb07c7c019d</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;A good way of getting started with BLE develepment on nRF51822 is to read this &lt;a href="https://devzone.nordicsemi.com/blogs/39/nrf51-getting-started-and-documentation-overview/"&gt;blog post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you want to communicate with BLE between two nRF51822 device, the &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/doc/7.0.1/s120/html/a00045.html"&gt;ble_app_multilink example&lt;/a&gt; is set up to do that. However, that board is set up for the nRF51822 development kit together with the nRFGo Starter kit. You could also flash &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/doc/7.0.1/s110/html/a00054.html"&gt;ble_app_hrs&lt;/a&gt; (peripheral device with S110 stack) code to one device and then flash &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/doc/7.0.1/s120/html/a00044.html"&gt;ble_app_hrs_c&lt;/a&gt; (central device with S120 stack).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update 13.11.2014&lt;/strong&gt;
If you flash ble_app_hrs to the evaluation board (first flash the S110 softdevice) and then ble_app_hrs_c to the PCA10000 dongle (first flash the S120 softdevice), then it should work. Just remember to comment out the code that calls the display, as described in the &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/doc/7.0.1/s120/html/a00044.html"&gt;documentation for the ble_app_hrs_c example&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The ble_app_hrs_c scans for ble devices and advertising reports are received in on_ble_evt-&amp;gt;BLE_GAP_EVT_ADV_REPORT. If the heart rate UUID is found (0x180D) a connection is establised with the peripheral. When connection is established, service discovery is performed, and services are enabled automatically.&lt;/p&gt;
&lt;p&gt;Perhaps you may consider to use the &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF51822/nRF51-BLE-Driver/29894"&gt;nRF51-BLE-driver&lt;/a&gt; in order to control the nRF51 device from a PC application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 BLE device-to-device data transfer example</title><link>https://devzone.nordicsemi.com/thread/15554?ContentTypeID=1</link><pubDate>Sat, 08 Nov 2014 21:52:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6dd9fb24-c2be-4b8d-9d56-5537f7b00cc2</guid><dc:creator>Jack</dc:creator><description>&lt;p&gt;I too am trying to do exactly this. I am trying to figure out the ble_app_multilink example (that is given in the nrf6310 SDK) however I can&amp;#39;t seem to figure it out. I&amp;#39;m a bit of novice with microcontroller programming so an example of showing a link between a nrf58122 acting as a central and a nrf518222 acting as a peripheral would be great&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>