<?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>What is the maximum duty cycle with extended packed?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17882/what-is-the-maximum-duty-cycle-with-extended-packed</link><description>Need that for FCC correction factor calculation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Nov 2016 08:33:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17882/what-is-the-maximum-duty-cycle-with-extended-packed" /><item><title>RE: What is the maximum duty cycle with extended packed?</title><link>https://devzone.nordicsemi.com/thread/68923?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2016 08:33:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c84176fb-ca25-4e55-85e8-1d38945531a3</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;In FCC, the duty cycle is based on the maximum time on air on one channel over a period of 100 ms. So in a worst case scenario, we will have to consider that the transmit channel over 100 ms will remain the same.&lt;/p&gt;
&lt;p&gt;The duty cycle will depend on the maximum amount of data that will be sent, the size of the packets on air, and the connection interval.&lt;/p&gt;
&lt;p&gt;This is the sequence for one DLE packet:&lt;/p&gt;
&lt;p&gt;| Radio TX ramp-up | radio TX packet | Radio RX ramp-up | radio RX packet |&lt;/p&gt;
&lt;p&gt;Radio TX ramp-up is 150 us (TIFS), where &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fradio.html&amp;amp;cp=2_2_0_22_14_7&amp;amp;anchor=unique_1252352281"&gt;40 us of these will modulate a carrier on-air&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Radio RX ramp-up is 150 us, no modulation on-air in RX mode.&lt;/p&gt;
&lt;p&gt;The worse-case scenario, which is 265 bytes packets (Preamble 1 byte + Access address 4 bytes + 2 bytes Header + 251 bytes user data payload + 4 bytes MIC + 3 bytes CRC) and with the shortest ACK possiblr (no user data back from the central), it will look like this:&lt;/p&gt;
&lt;p&gt;(265 [bytes] / (1/1Mbit) [us]) * 8 = 2120 us of time transmitting the packet.&lt;/p&gt;
&lt;p&gt;The ACK payload will consist of:&lt;/p&gt;
&lt;p&gt;1 byte preamble + 4 byte address + 2 byte header + 3 byte CRC = 10 bytes = 80 us transmit time. In addition, there is a 150 us TIFS here, so the total time for receiving an ACK is 80 + 150 = 230 us.&lt;/p&gt;
&lt;p&gt;The total time for one sequence in the worst-case scenario is (150 + 2120) + (150 + 80) = 2500 us.&lt;/p&gt;
&lt;p&gt;The total time of modulated TX output is (40 us + 2120 us) = 2160 us.&lt;/p&gt;
&lt;p&gt;The worst-case duty cycle is then: 2160 us/2500 us = 0.864 --&amp;gt; duty cycle: 86.4 %&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>