<?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 to set the Tx power to +8db on nRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100753/how-to-set-the-tx-power-to-8db-on-nrf52840</link><description>Hello, I have an nRF52840 SoC on which I want to set the transmission power to +8db. I have already tried the following in the configuration, but unfortunately the transmission power does not improve. How do I configure this correctly? NCS 2.3.0 nRF52840</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Jun 2023 14:31:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100753/how-to-set-the-tx-power-to-8db-on-nrf52840" /><item><title>RE: How to set the Tx power to +8db on nRF52840</title><link>https://devzone.nordicsemi.com/thread/430803?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 14:31:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c910411-ef87-4ead-8b5b-d9a55d09eb60</guid><dc:creator>JonasGel</dc:creator><description>&lt;p&gt;Hallo Naeem,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thank you for your quick and detailed answer. I checked the .config file in the build folder and found correct values. as I entered. &lt;br /&gt;The change doesn&amp;#39;t have a big impact on the transmit power, so I&amp;#39;m now assuming that there is an error in the board layout.&lt;br /&gt;&lt;br /&gt;Best Regards, Jonas&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set the Tx power to +8db on nRF52840</title><link>https://devzone.nordicsemi.com/thread/430734?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 11:58:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a414f036-f4b6-4a27-b4c1-3a07d4640a2d</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hi Jonas,&lt;/p&gt;
&lt;p&gt;Thank you for contacting DevZone at NordicSemi.&lt;/p&gt;
&lt;p&gt;As you wanted to set Plu_8 db power level for the tx power, I started with peripheral_ht sample in ncs2.3.0 for nrf52840.&lt;/p&gt;
&lt;p&gt;I could see in the .config that the default power level is used and I could read the tx power level from the radio register&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/txpower_5F00_nrfjprog_5F00_0db.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Next, I applied the following configurations, and rebuilt the project and flashed it&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I could see the correct option being selected in the .config file and I could also read the correct value (as per the product specification) from the radio register&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/txpower_5F00_nrfjprog_5F00_8db.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Please make sure that you are meeting all the dependencies of the configurations you are using.&lt;/p&gt;
&lt;p&gt;Also, please check in the .config (in /build/zephyr/) that correct config options are selected.&lt;/p&gt;
&lt;p&gt;You could also replicate how I did and compare with your project.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Naeem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>