<?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 did data send and receive in BLE Blinky Example?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28761/how-did-data-send-and-receive-in-ble-blinky-example</link><description>I have tried to understand how data was send from two BLE device. I have had 2 PCA10056 board and I have loaded ble_app_blinky example and ble_app_blinky_c example for each. As we know one board is slave and one is master. If I press Button1 on one board</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Jan 2018 12:29:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28761/how-did-data-send-and-receive-in-ble-blinky-example" /><item><title>RE: How did data send and receive in BLE Blinky Example?</title><link>https://devzone.nordicsemi.com/thread/113967?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2018 12:29:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fd18913-cd40-4f11-b2db-5db3e045b5a5</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi KaiserY.&lt;/p&gt;
&lt;p&gt;Sorry for the late response.&lt;br /&gt;
I don&amp;#39;t know which SDK you are working with, so I just assumed &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/ble_sdk_app_blinky.html?cp=4_0_0_4_2_2_3"&gt;SDK v14.2.0&lt;/a&gt;.&lt;br /&gt;
The blinky example takes use of the LED Button Service to toggle the LED&amp;#39;s and receive button status from
the nRF5 DK.&lt;br /&gt;
If you connect to your board using your smartphone and &lt;a href="http://www.nordicsemi.com/eng/Products/Nordic-mobile-Apps/nRF-Connect-for-mobile-previously-called-nRF-Master-Control-Panel"&gt;nRF Connect&lt;/a&gt;, you can enable notifications and see the
value of the Button characteristic changing between 0x00 and 0x01 when you press it.&lt;br /&gt;
You can also write to the LED Characteristic to toggle the LED (0x00 to turn it off and 0x01 to turn it on).&lt;br /&gt;
If you enable logging and RTT backend the example should, by default,
print log messages like &amp;quot;Received LED ON/OFF&amp;quot;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;
Joakim.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>