<?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>Configuring and setting the TX power in BLE ADVertisement and connection.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117258/configuring-and-setting-the-tx-power-in-ble-advertisement-and-connection</link><description>Hello everyone. 
 i want to configure the TX power of the NRF radio in BLE advertisement and connection of the NRF54L15 MCU. I am using the nrf Connect SDK version 2.7.0. the Online Documentation show me to use CONFIG_BT_CTLR_TX_PWR_MINUS_&amp;lt;X&amp;gt; or CONFIG_BT_CTLR_TX_PWR_PLUS_</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 23 May 2025 07:35:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117258/configuring-and-setting-the-tx-power-in-ble-advertisement-and-connection" /><item><title>RE: Configuring and setting the TX power in BLE ADVertisement and connection.</title><link>https://devzone.nordicsemi.com/thread/536712?ContentTypeID=1</link><pubDate>Fri, 23 May 2025 07:35:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61c46ea5-881f-4e0e-a1d2-eb471647ee41</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have not received any reply for more than 5 months. I am going to close this case. If you still need help, can reopen this one or create a new ticket mentioning the old one.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;BR&lt;br /&gt;Kazi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring and setting the TX power in BLE ADVertisement and connection.</title><link>https://devzone.nordicsemi.com/thread/516063?ContentTypeID=1</link><pubDate>Mon, 23 Dec 2024 06:21:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:beda73a4-a247-47d0-ac87-3f1f7b58d6bf</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Can you add&amp;nbsp;CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y int he prj.conf file?&lt;/p&gt;
&lt;p&gt;One thing I am wondering how have you measured/checked power; is it by using command or using Spectrum analyzer or both?&lt;/p&gt;
&lt;p&gt;Sorry for late reply. It&amp;#39;s holiday time in Norway; so, this unwanted delay.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;BR&lt;br /&gt;Kazi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring and setting the TX power in BLE ADVertisement and connection.</title><link>https://devzone.nordicsemi.com/thread/515094?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2024 12:43:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4847239d-729c-4b60-8ff4-6fb1aa60e1e6</guid><dc:creator>Himanshu-4</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;Actually i am working on a ncs sample.&amp;nbsp;&lt;br /&gt;&lt;span&gt;This sample can be found under&amp;nbsp;&lt;/span&gt;&lt;a class="reference external" href="https://github.com/nrfconnect/sdk-zephyr/blob/36a1e64bc8414029324cb4e8a4828c13c170f3fc/samples/bluetooth/peripheral_gatt_write"&gt;samples/bluetooth/peripheral_gatt_write&lt;/a&gt;&lt;span&gt;&amp;nbsp;in the Zephyr tree.&lt;/span&gt;&lt;br /&gt;here is my project config file&amp;nbsp;&lt;span class="s2"&gt;&amp;nbsp; prj.conf&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_PERIPHERAL=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_SMP=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_GATT_CLIENT=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_DEVICE_NAME=&amp;quot;Zephyr GATT Write&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s3"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_BUF_ACL_RX_SIZE=255&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_BUF_ACL_TX_SIZE=251&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_BUF_CMD_TX_SIZE=255&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s3"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_L2CAP_TX_MTU=247&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s3"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_LOG=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;# Enable logging backend (e.g., UART for console output)&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_LOG_BACKEND_UART=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_UART_CONSOLE=y &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;# Enable UART console for printk and logs&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s3"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_PRINTK=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_STDOUT_CONSOLE=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s3"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s3"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;# CONFIG_BT_PHY_UPDATE=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;# CONFIG_BT_USER_PHY_UPDATE=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;# CONFIG_BT_CTLR_DATA_LENGTH_MAX=251&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;# CONFIG_BT_CTLR_ADV_EXT=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s3"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;CONFIG_BT_CTLR_TX_PWR_PLUS_8=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;# CONFIG_BT_CTLR_TX_PWR_0=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s3"&gt;# CONFIG_BT_CTLR_TX_PWR_ANTENNA=y&lt;/span&gt;&lt;span class="s4"&gt;&lt;b&gt;%&lt;/b&gt;&lt;/span&gt;&lt;span class="s3"&gt; &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring and setting the TX power in BLE ADVertisement and connection.</title><link>https://devzone.nordicsemi.com/thread/514923?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2024 14:33:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba84165b-4cf6-412c-a725-f9c63fc2b7e9</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Which specific samples form NCS you are working on, or it is your custom project?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Kazi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>