<?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>Data Transmission and Reception over BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2510/data-transmission-and-reception-over-ble</link><description>Hi,
I am new to BLE Development. Currently I am using NORDIC Development board (SDK Ver 5.2 &amp;amp;Soft device S110). I want to write a small program to establish the connection and do some data exchange between Central and Peripheral. With the help of nAN</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 May 2014 14:50:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2510/data-transmission-and-reception-over-ble" /><item><title>RE: Data Transmission and Reception over BLE</title><link>https://devzone.nordicsemi.com/thread/10061?ContentTypeID=1</link><pubDate>Tue, 13 May 2014 14:50:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84b650d9-82dc-410e-a9b0-7d5f6c139dff</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;One way to do this by (modifying the reference nAN-36):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;When the peripheral gets a value in any writable attribute from a central, the write handler is called. It is led_write_handler in main.c in nAN-36.&lt;/li&gt;
&lt;li&gt;In the write handler, notify the central using another attribute with the data received. Then the notified attribute will be updated in the central with the value it sent originally.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I guess this brief description is not good enough to give a clear idea, but start playing with the nAN-36 code, testing with the nrf Master Control app and you&amp;#39;ll get a hang of it.
Cheers,
Prithvi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>