<?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 properly set TX Power when advertising as peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126518/how-to-properly-set-tx-power-when-advertising-as-peripheral</link><description>Hello, 
 I am trying to set the TX Power on theThingy:53 to -20 for advertising. However when I check the output files, the Option ` CONFIG_BT_CTLR_TX_PWR_MINUS_20 ` is always no. 
 Currently I am trying with the nRF sample Peripheral LBS but without</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Jan 2026 15:16:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126518/how-to-properly-set-tx-power-when-advertising-as-peripheral" /><item><title>RE: How to properly set TX Power when advertising as peripheral</title><link>https://devzone.nordicsemi.com/thread/558825?ContentTypeID=1</link><pubDate>Thu, 15 Jan 2026 15:16:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0e10bef-3dd2-466d-8909-98642d1b3f61</guid><dc:creator>toni95</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thanks for your reply. You pointed me to the right direction. The way you proposed did not work but by creating the file in the directory sysbuild/ipc_radio/ it worked. Thanks!&lt;/p&gt;
&lt;p&gt;Best,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Toni&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to properly set TX Power when advertising as peripheral</title><link>https://devzone.nordicsemi.com/thread/558780?ContentTypeID=1</link><pubDate>Thu, 15 Jan 2026 10:14:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b3ecd9b-38b2-4d70-a53c-d05815c07a8e</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;On Thingy:53 (nRF5340-based), the Bluetooth controller runs on the network core, so controller Kconfig options like CONFIG_BT_CTLR_TX_PWR_MINUS_20 must be applied to the network-core image, not in the application core’s prj.conf. In practice you can do it in the following way:&lt;/p&gt;
&lt;p&gt;In the application folder, create&amp;nbsp;child_image/hci_ipc.conf and put&amp;nbsp;CONFIG_BT_CTLR_TX_PWR_MINUS_20=y inside that file and then do a pristine build. Also remember to remove&amp;nbsp;it from the app’s prj.conf (optional but recommended to avoid confusion).&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>