<?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>Why nRF52 can not set Tx Power to -30 dBm?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19341/why-nrf52-can-not-set-tx-power-to--30-dbm</link><description>Hello, 
 nRF51 can set Tx Power to -30dBm. 
 Why nRF52 can not set Tx Power to -30 dBm? 
 Do you have any reasons?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 31 Jan 2017 12:10:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19341/why-nrf52-can-not-set-tx-power-to--30-dbm" /><item><title>RE: Why nRF52 can not set Tx Power to -30 dBm?</title><link>https://devzone.nordicsemi.com/thread/75033?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 12:10:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:520d079e-18f3-4831-bc6a-17157bb75d9f</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Roger is right, nRF52832 supports only this list of Tx Power settings in 2.4GHz RADIO peripheral HW block, see also &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/radio.html?cp=2_2_0_22_13_9#register.TXPOWER"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why nRF52 can not set Tx Power to -30 dBm?</title><link>https://devzone.nordicsemi.com/thread/75032?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 10:30:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55d5cd61-a701-40c2-aac6-24e06a9e1a7e</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;Looks like the hardware does not support that power setting&lt;/p&gt;
&lt;p&gt;You can set it to -30dBm but you&amp;#39;ll get -40dBm&lt;/p&gt;
&lt;p&gt;See nrf52_bitfields.h&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;   #define RADIO_TXPOWER_TXPOWER_Pos (0UL) /*!&amp;lt; Position of TXPOWER field. */
    #define RADIO_TXPOWER_TXPOWER_Msk (0xFFUL &amp;lt;&amp;lt; RADIO_TXPOWER_TXPOWER_Pos) /*!&amp;lt; Bit mask of TXPOWER field. */
    #define RADIO_TXPOWER_TXPOWER_0dBm (0x00UL) /*!&amp;lt; 0 dBm */
    #define RADIO_TXPOWER_TXPOWER_Pos3dBm (0x03UL) /*!&amp;lt; +3 dBm */
    #define RADIO_TXPOWER_TXPOWER_Pos4dBm (0x04UL) /*!&amp;lt; +4 dBm */
    #define RADIO_TXPOWER_TXPOWER_Neg30dBm (0xD8UL) /*!&amp;lt; Deprecated enumerator -  -40 dBm */
    #define RADIO_TXPOWER_TXPOWER_Neg40dBm (0xD8UL) /*!&amp;lt; -40 dBm */
    #define RADIO_TXPOWER_TXPOWER_Neg20dBm (0xECUL) /*!&amp;lt; -20 dBm */
    #define RADIO_TXPOWER_TXPOWER_Neg16dBm (0xF0UL) /*!&amp;lt; -16 dBm */
    #define RADIO_TXPOWER_TXPOWER_Neg12dBm (0xF4UL) /*!&amp;lt; -12 dBm */
    #define RADIO_TXPOWER_TXPOWER_Neg8dBm (0xF8UL) /*!&amp;lt; -8 dBm */
    #define RADIO_TXPOWER_TXPOWER_Neg4dBm (0xFCUL) /*!&amp;lt; -4 dBm */
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>