<?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>Radio Test clarification</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43573/radio-test-clarification</link><description>I&amp;#39;d like to better understand 2 aspects of the Radio Test example. My apologies if this is a repost, but I wasn&amp;#39;t able to find complete answers elsewhere in the forum. 
 1. When performing a modulated TX carrier test, will the test continue indefinitely</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Feb 2019 13:06:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43573/radio-test-clarification" /><item><title>RE: Radio Test clarification</title><link>https://devzone.nordicsemi.com/thread/170632?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 13:06:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c204447-3871-4224-8e69-094441f244b2</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Unless you&amp;nbsp;send a stop command(or do nothing), the test will continue indefinitely, no restart i needed.&lt;/p&gt;
&lt;p&gt;2. The modulated TX carrier test&amp;nbsp;sets the following shorts&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_RADIO-&amp;gt;SHORTS     = RADIO_SHORTS_END_DISABLE_Msk | RADIO_SHORTS_READY_START_Msk | \
                            RADIO_SHORTS_DISABLED_TXEN_Msk;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Which basically makes the radio automatically start transmitting a packet when it is ready (RADIO_SHORTS_READY_START), automatically disable when the packet has been transmitted (RADIO_SHORTS_END_DISABLE) and automatically enable TX when it has been disabled (RADIO_SHORTS_DISABLED_TXEN). This keeps the radio constantly shutting down, and starting back over again. I do not know the numbers off the top of my head, but time spent transmitting the packet is&amp;nbsp;1-2 ms (2Mbps and 1 Mbps, respectively), time spent between the end of one packet and the start of the next one is ~40 µs. This should give ~98% duty-cycle, or thereabout.&lt;/p&gt;
&lt;p&gt;You could probably increase the duty-cycle even more by instead of RADIO_SHORTS_END_DISABLE set RADIO_SHORTS_END_START to have the radio immediately go into transmitting another packet once one is finished, without having to disable the radio. You should confer with the test facility before doing so though, as they might want to make sure there is no spur or effects during enable/disable.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>