<?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>Sending logged data with BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1576/sending-logged-data-with-ble</link><description>Hello! I am working on a project in which I want to send stored sensor data to a smartphone whenever the phone is in range or at specific times of day. 
 Most of the communication examples I have found are based on sending data when it is updated by</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Feb 2014 15:22:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1576/sending-logged-data-with-ble" /><item><title>RE: Sending logged data with BLE</title><link>https://devzone.nordicsemi.com/thread/6992?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2014 15:22:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:023d7657-81d4-4f36-94da-ddc13de04c06</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;The documentation for Android BLE is here: &lt;a target="_blank" href="http://developer.android.com/guide/topics/connectivity/bluetooth-le.html" rel="nofollow"&gt;http://developer.android.com/guide/topics/connectivity/bluetooth-le.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We also have a couple of demo applications for Android, for which source code is available if you have a product key for one of our kits: &lt;a target="_blank" href="https://www.nordicsemi.com/Products/nRFready-Demo-APPS" rel="nofollow"&gt;https://www.nordicsemi.com/Products/nRFready-Demo-APPS&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending logged data with BLE</title><link>https://devzone.nordicsemi.com/thread/6991?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2014 15:15:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff55a372-7f84-452b-b945-9794d1af0b6c</guid><dc:creator>Torgeir Lien</dc:creator><description>&lt;p&gt;Ah yes, seems like that example covers most of what I need. Thanks!&lt;/p&gt;
&lt;p&gt;By the way, do you know of sample code or documentation for the Android part of the communication?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending logged data with BLE</title><link>https://devzone.nordicsemi.com/thread/6990?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2014 15:04:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8534c013-221c-4ef2-a0c5-b9981447b523</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;What you want is very similar to what the official &lt;a href="https://www.bluetooth.org/en-us/specification/adopted-specifications"&gt;Glucose Profile/Service&lt;/a&gt; does, with its Record Access Control Point. In that setup, a Client writes a command to the Control Point, telling the Server which records it want to receive, and the Server then proceeds to Indicate each of those records on the separate Glucose measurement characteristic. You could easily do something similar for your application, making the Client write the record range he wants to have to a control point, and then making the server Indicate or Notify the data on a separate characteristic.&lt;/p&gt;
&lt;p&gt;You may also have use in taking a look at &lt;a href="https://www.nordicsemi.com/eng/content/download/34055/573345/file/nAN-36.zip"&gt;nAN-36&lt;/a&gt; and &lt;a href="https://devzone.nordicsemi.com/index.php/send-data-to-client#reply-4812"&gt;this question&lt;/a&gt;. &lt;a href="https://devzone.nordicsemi.com/index.php/what-is-a-client-and-server-in-ble"&gt;This question (and the one linked in the comment)&lt;/a&gt; explains the different roles in play with BLE, while &lt;a href="https://devzone.nordicsemi.com/index.php/notification-indication-difference"&gt;this explains the difference between notifications and indications&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>