<?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>Clock synchronization</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120678/clock-synchronization</link><description>Dear Engineer 
 When the advertiser and the scanner enter the connect callback, a timestamp will be printed immediately. The problem now is that the advertiser and the scanner do not seem to enter the connect callback at the same time and there will be</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Apr 2025 08:15:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120678/clock-synchronization" /><item><title>RE: Clock synchronization</title><link>https://devzone.nordicsemi.com/thread/532281?ContentTypeID=1</link><pubDate>Tue, 22 Apr 2025 08:15:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3316c1dc-2cbb-4598-85ba-bbf267b85746</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The Sniffer that Susheel is referring to is the nRF Sniffer for Bluetooth LE here:&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is also a documentation page there you can go through to set it up correctly. Regarding the delay Susheel is mentioning, there is some back and forth between the devices before connecting, so 2800µs might be the devices trying to connect.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clock synchronization</title><link>https://devzone.nordicsemi.com/thread/531924?ContentTypeID=1</link><pubDate>Wed, 16 Apr 2025 01:59:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:134d988a-7a31-4c46-8210-4486a3ca5171</guid><dc:creator>zeyuwang</dc:creator><description>&lt;p&gt;Can you describe more clearly the clear sniffer log for this transaction and how I got this log from ncs v2.5.2? And the time it takes for this peripheral to process the connection request, establish the connection and notify its application layer, is this time clearly specified in the Bluetooth manual, or the program in the ncs suite of nordic company requires this fixed time, thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clock synchronization</title><link>https://devzone.nordicsemi.com/thread/531642?ContentTypeID=1</link><pubDate>Mon, 14 Apr 2025 08:06:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c38674b-b2b5-4992-b667-474b36f8aab1</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;The 2800 µs delay&amp;nbsp;might be corresponding to the time taken for the peripheral to process the connection request, establish the connection, and notify its application layer.&lt;/p&gt;
&lt;p&gt;It might help to get a clear sniffer log of this transactions so that we understand clearly what is going on in air to see if any side of the connection is misbehaving in terms of BLE timings.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Clock synchronization</title><link>https://devzone.nordicsemi.com/thread/531641?ContentTypeID=1</link><pubDate>Mon, 14 Apr 2025 07:53:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f93f5248-3335-48e6-b0b0-cb1f5235fe6e</guid><dc:creator>zeyuwang</dc:creator><description>&lt;p&gt;I need to further supplement the problem I encountered. In the serial port debugging information of the advertiser, I will be given a warning, which is as follows: W: opcode 0x200a status 0x0d&lt;/p&gt;
&lt;p&gt;The following is the debugging information printed out of my serial port&lt;/p&gt;
&lt;p&gt;*** Booting nRF Connect SDK v2.5.0 ***&lt;br /&gt;Timestamp service provider starting...&lt;br /&gt;I: SoftDevice Controller build revision: &lt;br /&gt;I: c5 93 ba a9 14 4d 8d 05 |.....M..&lt;br /&gt;I: 30 4e 9b 92 d7 71 1e e8 |0N...q..&lt;br /&gt;I: aa 02 50 3c |..P&amp;lt; &lt;br /&gt;I: HW Platform: Nordic Semiconductor (0x0002)&lt;br /&gt;I: HW Variant: nRF52x (0x0002)&lt;br /&gt;I: Firmware: Standard Bluetooth controller (0x00) Version 197.47763 Build 2370639017&lt;br /&gt;I: Identity: E1:61:76:F1:19:1B (random)&lt;br /&gt;I: HCI: version 5.4 (0x0d) revision 0x1102, manufacturer 0x0059&lt;br /&gt;I: LMP: version 5.4 (0x0d) subver 0x1102&lt;br /&gt;Bluetooth initialized successfully&lt;br /&gt;== Advertising Data ==&lt;br /&gt; Type: 0x01, Length: 1, Data: 06 &lt;br /&gt; Type: 0x03, Length: 2, Data: 56 78 &lt;br /&gt; Type: 0x19, Length: 2, Data: 00 07 &lt;br /&gt; Type: 0x09, Length: 11, Data: 54 53 5f 50 72 6f 76 69 64 65 72 &lt;br /&gt;W: opcode 0x200a status 0x0d&lt;br /&gt;1 0 802825&lt;br /&gt;W: opcode 0x200a status 0x0d&lt;br /&gt;1 1 10902984&lt;br /&gt;W: opcode 0x200a status 0x0d&lt;br /&gt;1 2 20992767&lt;br /&gt;W: opcode 0x200a status 0x0d&lt;br /&gt;1 3 31084533&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>