<?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>Packet length and number of packets transmitted.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75582/packet-length-and-number-of-packets-transmitted</link><description>In the software NRf Connect Desktop. 
 
 The packet length (bytes) variable. What part of the Bluetooth packet does this change. 
 
 How does one calculate the number of transmitted packet given. LE 1M, Update period, Timeout, PRBS9 &amp;amp; packet length.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 May 2021 08:07:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75582/packet-length-and-number-of-packets-transmitted" /><item><title>RE: Packet length and number of packets transmitted.</title><link>https://devzone.nordicsemi.com/thread/312300?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 08:07:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab3f004e-8c83-4a54-846b-08b7b778f937</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Kujtim,&lt;/p&gt;
&lt;p&gt;Great that you found the documentation for DTM. Regarding the Bluetooth Core Spec, it&amp;#39;s 3000+ page, but if you go to Vol 6 Part F Chapter 4 you can find the DTM protocol defined there :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Packet length and number of packets transmitted.</title><link>https://devzone.nordicsemi.com/thread/312294?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 07:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:594f26c8-06df-4b65-abcd-b8c827fb5b48</guid><dc:creator>Capoxi</dc:creator><description>&lt;p&gt;Thanks for the reading suggestion.&lt;/p&gt;
&lt;p&gt;Found also this:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direct_test_mode/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direct_test_mode/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Followed by this information.&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="https://www.bluetooth.com/specifications/specs/"&gt;Bluetooth Core Specification&lt;/a&gt;&lt;span&gt;: Version 5.2, Vol. 6, Part F. Searching for this lead to a 3k+ page document with the information i searched for.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks Hung&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Packet length and number of packets transmitted.</title><link>https://devzone.nordicsemi.com/thread/312070?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 11:56:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62f0babb-ea7d-4194-bfbf-f27a5714ccf7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Kujtim,&amp;nbsp;&lt;br /&gt;The best way to get to understand the DTM is to read about the DTM protocol in Bluetooth Core Spec.&amp;nbsp;&lt;br /&gt;You can find it at chapter 4 Part F Vol 6.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can also have a look at the DTM firmware in the SDK (\examples\dtm\direct_test_mode\) it&amp;#39;s the firmware flashed on the nRF52 when you test with the nRF Connect DTM app. The DTM app on PC is only the frontend that talk to the DTM firmware on nRF52 via UART.&lt;/p&gt;
&lt;p&gt;To answer your question, the packet length is the length of they dummy payload&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The interval between packet is calculated inside&amp;nbsp;dtm_packet_interval_calculate() function in ble_dtm.c (in the dtm firmware in the SDK) and you can read about how to calculate it at&amp;nbsp;&amp;nbsp;Vol. 6 Part F Section 4.1.6 in Bluetooth core spec.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Packet length and number of packets transmitted.</title><link>https://devzone.nordicsemi.com/thread/311896?ContentTypeID=1</link><pubDate>Wed, 26 May 2021 16:25:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:367e07ec-f80c-4d47-862d-0886a92d9ea8</guid><dc:creator>Capoxi</dc:creator><description>&lt;p&gt;The situation is DTM testing with NRF Connect Desktop&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Packet length and number of packets transmitted.</title><link>https://devzone.nordicsemi.com/thread/311782?ContentTypeID=1</link><pubDate>Wed, 26 May 2021 12:19:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a59009b5-4507-4e2b-ac61-de8a214f10f2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Kujtim,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you give some more information about the packet length varied ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Maybe some log ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think the easiest way to breakdown BLE packet is to use the &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE"&gt;nRF Sniffer &lt;/a&gt;to capture the actual packets over the air.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>