<?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/3141/radio-test</link><description>I copy static void radio_disable(void) and void radio_tx_carrier(uint8_t txpower, uint8_t mode, uint8_t channel) into my project. 
 I call radio_tx_carrier(RADIO_TXPOWER_TXPOWER_0dBm,RADIO_MODE_MODE_Nrf_1Mbit,0);
and connect to Spectrum Analyzer.
but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Jul 2014 17:28:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3141/radio-test" /><item><title>RE: radio test</title><link>https://devzone.nordicsemi.com/thread/11622?ContentTypeID=1</link><pubDate>Tue, 22 Jul 2014 17:28:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b1d07f8-813a-4180-9159-3ac27c1c3ac1</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;The frequency shift could be caused by the external 16M not being started.
Have you made sure that the 16M xtal is up and running before enabling the radio?
Here&amp;#39;s a code snippet on how to start it:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// Start 16 MHz crystal oscillator.
NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED = 0;
NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART    = 1;

// Wait for the external oscillator to start up.
while (NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED == 0) 
{
    // Do nothing.
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The low output power could be caused by pin VDD_PA not being connected properly to the matching network. This usually gives an attenuation of about ~35 dB.&lt;/p&gt;
&lt;p&gt;Is this tested on a custom board, or on one of our kits?&lt;/p&gt;
&lt;p&gt;Best regards,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>