<?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</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54240/radio-test</link><description>hello 
 
 I have questions. 
 1) T he difference between start_tx_carrier and start_tx_modulated_carrier Are both start_tx_carrier and start_tx_modulated_carrier sending data continuously? Start_rx clears the data buffer? Sending start_tx_carreir keeps</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Nov 2019 14:40:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54240/radio-test" /><item><title>RE: Radio test</title><link>https://devzone.nordicsemi.com/thread/219511?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2019 14:40:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d2e003d-8c4b-42ba-b211-8f5eabece4cc</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;[quote user="kevin seo"][/quote]&lt;/p&gt;
&lt;p&gt;Thank you for you answer!&lt;/p&gt;
&lt;p&gt;I have a one more question.&lt;/p&gt;
&lt;p&gt;What is a &amp;#39;carrier&amp;#39;???&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Happy to help.&lt;/p&gt;
&lt;p&gt;A &amp;quot;carrier&amp;quot; is the RF output signal in this context.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio test</title><link>https://devzone.nordicsemi.com/thread/219509?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2019 14:30:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:628709a5-1dc0-4ffe-857f-f5b651b38dbf</guid><dc:creator>kevin seo</dc:creator><description>&lt;p&gt;Thank you for you answer!&lt;/p&gt;
&lt;p&gt;I have a one more question.&lt;/p&gt;
&lt;p&gt;What is a &amp;#39;carrier&amp;#39;???&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio test</title><link>https://devzone.nordicsemi.com/thread/219485?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2019 13:31:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3aca6f30-49ab-4652-8113-611ee1d7f76d</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]1) T&lt;span&gt;he difference between start_tx_carrier and start_tx_modulated_carrier&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Are both start_tx_carrier&amp;nbsp; and start_tx_modulated_carrier sending data continuously?&lt;br /&gt;&amp;nbsp; &amp;nbsp;Start_rx clears the data buffer? Sending start_tx_carreir keeps receiving data from other boards and sending start_tx_modulated_carreir does not accumulate data.&lt;br /&gt;&amp;nbsp; &amp;nbsp;However, when looking at the equipment, sending start_tx_carreir keeps sending data.&lt;/span&gt;[/quote]
&lt;p&gt;&amp;nbsp;start_tx_carrier starts a unmodulated carrier; a carrier without any information, which is basically a clean sine wave.&lt;/p&gt;
&lt;p&gt;start_tx_modulated_carrier is a modulated signal, which holds data.&lt;/p&gt;
&lt;p&gt;Start rx just starts the receiver, on the specified config that you enter. If there is a received signal that matches the address, and so forth; a payload is received. You can only receive a modulated signal.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]&lt;span&gt;2)&amp;nbsp;&lt;/span&gt;&lt;span lang="en"&gt;How do send data when duty is set in start_duty_cycle_modulated_tx? Do keep sending data?&lt;/span&gt;[/quote]
&lt;p&gt;The radio is then triggered by a timer, which calculates the length of the packet, and sets the duty cycle based on that. See radio_test.c::radio_modulated_tx_carrier_duty_cycle() for more info.&lt;/p&gt;
[quote user=""]3) what is log_mempool?[/quote]
&lt;p&gt;&amp;nbsp;That is the internal memory buffer pool for the logging/CLI interface.&lt;/p&gt;
[quote user=""]4) what is cli stats show, cli stats reset?[/quote]
&lt;p&gt;&amp;nbsp;That is related to the CLI module, where it prints info regarding itself (lost logs + max log queue utilization):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;uart_cli:~$ cli stats show
Lost logs: 0
Max log queue utilization: 5% [1/20]&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>