<?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>Setting Tx Output Power with Zephyr/NCS SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125864/setting-tx-output-power-with-zephyr-ncs-sdk</link><description>Hi, 
 I&amp;#39;m using nrf54l15 SOC with Zephyr NCS SDK to build a BLE application. I want to set the radio Tx Power to be set to as high as possible as our device will be enclosed inside a moulding which attenuates power. 
 
 I followed https://docs.nordicsemi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Dec 2025 12:45:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125864/setting-tx-output-power-with-zephyr-ncs-sdk" /><item><title>RE: Setting Tx Output Power with Zephyr/NCS SDK</title><link>https://devzone.nordicsemi.com/thread/555856?ContentTypeID=1</link><pubDate>Mon, 01 Dec 2025 12:45:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c06f1ab-fb1d-4a9c-839e-276bdf8ead0a</guid><dc:creator>Ramakrishnan</dc:creator><description>&lt;p&gt;Thank you Swathy.&amp;nbsp; I missed noting the difference in max output power between QFN and CSP package types.&amp;nbsp; We are using QFN and the below two config gets it to power up with 7 dBm. The same debug print outputs 0x39 corresponding to 7 dBm !&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONFIG_BT_CTLR_TX_PWR_PLUS_7&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting Tx Output Power with Zephyr/NCS SDK</title><link>https://devzone.nordicsemi.com/thread/555851?ContentTypeID=1</link><pubDate>Mon, 01 Dec 2025 12:12:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c57e1e21-b73b-4876-a346-af90ace5ab9c</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi Ramakrishnan,&lt;/p&gt;
&lt;p&gt;Sorry for the delay. To set the Tx power to +8dBm, using the method you described is the right approach:&lt;/p&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_CTLR_TX_PWR_PLUS_8&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Could you confirm&amp;nbsp;that you are using the CSP variant of the nRF54L15 SoC.?&amp;nbsp;For nRF54L Series SoCs, the maximum TX power depends on the package variant. CSP package variants have a maximum TX power of 8 dBm, while for the QFN package variants it is 7 dBm.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;[quote user=""].&amp;nbsp; But based on what I read , it happens after a connection is done, but I need this power change for advertisement as well and across any connection/disconnection events[/quote]&lt;/div&gt;
&lt;div&gt;&lt;span&gt;The&amp;nbsp;&lt;code dir="ltr"&gt;set_tx_power&lt;/code&gt;&amp;nbsp;function can be called for both advertising and connection handles. See:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/117677/nrf54l15-change-tx-power"&gt;nRF54L15 change tx power&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Swathy&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>