<?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>How do I put the NRF51422 into +4dBm mode?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/467/how-do-i-put-the-nrf51422-into-4dbm-mode</link><description>I have attempted to put the radio into +4dBm mode using the command: sd_ant_channel_radio_tx_power_set(CHANNEL_0, RADIO_TX_POWER_LVL_3); 
 When I look at the RADIO TXPOWER register is is set to 0. This indicated it is in 0dBm mode. 
 If I try using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Sep 2013 12:02:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/467/how-do-i-put-the-nrf51422-into-4dbm-mode" /><item><title>RE: How do I put the NRF51422 into +4dBm mode?</title><link>https://devzone.nordicsemi.com/thread/2432?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2013 12:02:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ff1bd2b-1da1-41e3-8dbf-5c664481bf47</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;This is actually a missing define in the header file, that will be corrected in future versions. For now, you can add this as follows&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
#define RADIO_TX_POWER_LVL_4    4 // = +4dBm

&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and then use it like the others.&lt;/p&gt;
&lt;p&gt;The value is explained in section 9.4.3 in the &lt;a href="http://www.nordicsemi.com/eng/nordic/download_resource/20374/5/12083980"&gt;ANT Message Protocol and Usage document&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I put the NRF51422 into +4dBm mode?</title><link>https://devzone.nordicsemi.com/thread/2431?ContentTypeID=1</link><pubDate>Fri, 13 Sep 2013 17:29:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2aff5fa8-e85f-4160-9935-78385fa601fd</guid><dc:creator>Steven Wik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can change the TX power using the command below to directly modify the register when using a proprietary radio protocol.  I am not sure if ANT supports +4dBm in the Nordic library.&lt;/p&gt;
&lt;p&gt;NRF_RADIO-&amp;gt;TXPOWER = (RADIO_TXPOWER_TXPOWER_Pos4dBm &amp;lt;&amp;lt; RADIO_TXPOWER_TXPOWER_Pos)&lt;/p&gt;
&lt;p&gt;Cheers,
Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>