<?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>nRF51 Softdevice Bluetooth Clock Access</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11443/nrf51-softdevice-bluetooth-clock-access</link><description>I&amp;#39;m exploring the possibility of using an nRF51 for a simple device which must take data samples on a fixed clock and push them to a remote client. The issue I&amp;#39;m investigating is that of synchronization -- there will be several of these devices, and we</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Jan 2016 20:16:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11443/nrf51-softdevice-bluetooth-clock-access" /><item><title>RE: nRF51 Softdevice Bluetooth Clock Access</title><link>https://devzone.nordicsemi.com/thread/43175?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 20:16:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3a0dfdc-5fb8-4b5a-b3ca-7c0ece5073e0</guid><dc:creator>Austin Glaser</dc:creator><description>&lt;p&gt;Ah, I must have been confused with the section of documentation I was reading. Thanks for correcting me on the clock issue.&lt;/p&gt;
&lt;p&gt;You understand the requirement correctly, and my thoughts on a solution were similar to yours. I&amp;#39;m concerned with the latency required to set a characteristic on the sensor, and what innacuracies that will introduce when we need to use the transmitted value as a timestamp. We&amp;#39;ll just have to evaluate through testing whether that solution is suitable.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51 Softdevice Bluetooth Clock Access</title><link>https://devzone.nordicsemi.com/thread/43174?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 12:20:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12123aad-2e14-43c6-8fde-ff9988858056</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Austin,&lt;/p&gt;
&lt;p&gt;The Bluetooth clock is a BR/EDR (Bluetooth classic) term, there is no such thing with BLE.&lt;/p&gt;
&lt;p&gt;I am not sure I fully understand your requirement. Please correct me if I am wrong, you want to have several sensors sampling data at the same time (10-50ms correlation)  ?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m thinking of keeping a realtime timer (RTC) on each sensors and synchronize them with the central by using central to write the central&amp;#39;s time to all of them, then let them notification their current (updated) time back, check if the times are synced and within  time correlation allowed or not. If not, update again. Then you only have to correct (sync) the time once for a while, depends on the accuracy of the RTC on each device.&lt;/p&gt;
&lt;p&gt;Another option is to let the central device advertise and the sensor scan for the broadcast packet and start capturing when it receive the advertising packet. Then you have to establish the connection with each of them later on to collect data. This seems to be more complicated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>