<?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>Change advertising TX power on NRF53</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89606/change-advertising-tx-power-on-nrf53</link><description>Greetings, 
 I am using the NRF53 DK along with the Zephyr/Beacon (nRF Connect SDK v1.91) example for an ultra-low power application. I would like to know how I can change the default TX power used during advertisement. Or which is the proper way of doing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Jul 2022 13:55:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89606/change-advertising-tx-power-on-nrf53" /><item><title>RE: Change advertising TX power on NRF53</title><link>https://devzone.nordicsemi.com/thread/377900?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 13:55:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30c4988c-5ecf-46b1-b010-a62f6ed5ba0e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Cong, please open a new case for your request. Please give more information on the &amp;quot;module that measures the bluetooth rate&amp;quot;.&amp;nbsp;&lt;br /&gt;Not sure if this help, but you can try this example:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/90133/how-to-set-tx-power-to-maximum-8dbm-for-advertising-as-well-as-when-connected"&gt;How to set TX power to maximum +8dbm for advertising as well as when connected&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change advertising TX power on NRF53</title><link>https://devzone.nordicsemi.com/thread/377873?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 13:04:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ba2fc79-26c8-47c0-9274-f99233fe6715</guid><dc:creator>Cong Ma</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I need to do the same thing now, I want to add the set_tx_power() function to the module that measures the bluetooth rate. What is the library and config that&amp;nbsp;I need to&amp;nbsp;add to it? I have stuck here for days T.T&lt;/p&gt;
&lt;p&gt;Many thanks&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cong&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change advertising TX power on NRF53</title><link>https://devzone.nordicsemi.com/thread/376503?ContentTypeID=1</link><pubDate>Mon, 11 Jul 2022 20:11:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63fe74c2-10f7-4c98-8b3c-4a73f80c1868</guid><dc:creator>Samuel Escobar</dc:creator><description>&lt;p&gt;Dear Hung,&lt;/p&gt;
&lt;p&gt;Thanks for your help eventually I managed to get it to work with the information you provided.&lt;/p&gt;
&lt;p&gt;One additional thing I had to figure out was that the set_tx_power() function must be called after the advertising payload was set. Just in case someone runs into the same issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change advertising TX power on NRF53</title><link>https://devzone.nordicsemi.com/thread/375567?ContentTypeID=1</link><pubDate>Tue, 05 Jul 2022 12:49:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1706b1e6-03de-4770-a5c2-de21dc9120ab</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Samuel,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You would need to make sure you have added this&amp;nbsp;CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y&lt;/p&gt;
&lt;p&gt;Into the network core application which is the hci_rpmsg.&amp;nbsp;&lt;br /&gt;To do that (if you don&amp;#39;t want to modify the hci_rmpsg directly)&amp;nbsp; you need to create an overlay file named&amp;nbsp;hci_rpmsg.conf inside&amp;nbsp;&amp;nbsp;child_image folder in your project.&amp;nbsp;&lt;br /&gt;And you add&amp;nbsp;&lt;span&gt;CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y in that file, the same as in the hci_pwr_ctrl example.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also make sure you only set the tx power to what available in the datasheet of the nRF5340:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;0dBm 0x0 0 dBm&lt;br /&gt;Neg1dBm 0xFF -1 dBm&lt;br /&gt;Neg2dBm 0xFE -2 dBm&lt;br /&gt;Neg3dBm 0xFD -3 dBm&lt;br /&gt;Neg4dBm 0xFC -4 dBm&lt;br /&gt;Neg5dBm 0xFB -5 dBm&lt;br /&gt;Neg6dBm 0xFA -6 dBm&lt;br /&gt;Neg7dBm 0xF9 -7 dBm&lt;br /&gt;Neg8dBm 0xF8 -8 dBm&lt;br /&gt;Neg12dBm 0xF4 -12 dBm&lt;br /&gt;Neg16dBm 0xF0 -16 dBm&lt;br /&gt;Neg20dBm 0xEC -20 dBm&lt;br /&gt;&lt;br /&gt;Neg40dBm 0xD8 -40 dBm&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1657025364320v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="color:rgba(0, 0, 0, 0);height:240px;width:320px;"&gt;..&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change advertising TX power on NRF53</title><link>https://devzone.nordicsemi.com/thread/375419?ContentTypeID=1</link><pubDate>Mon, 04 Jul 2022 20:31:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a4181ee-6d34-4eda-a517-144d9e2b820d</guid><dc:creator>Samuel Escobar</dc:creator><description>&lt;p&gt;Der Hung, thanks for your reply. I&amp;#39;ve seen the example that you mentioned and I&amp;#39;ve taken the set_tx_power() function and implemented it on my code. I added the required libraries and copied the CONFIGS found on the &amp;quot;hci_power_ctrl&amp;quot; example.&lt;/p&gt;
&lt;p&gt;Now I am getting one error message and one warning once this function runs.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1656966307948v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The error is thrown from this part of the set_tx_power() function:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1656966434348v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;and the warning I really dont know what to make of it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Would you happen to know what might be happening?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Samuel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change advertising TX power on NRF53</title><link>https://devzone.nordicsemi.com/thread/375337?ContentTypeID=1</link><pubDate>Mon, 04 Jul 2022 13:20:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9560c17f-5e94-43eb-99df-0deeac24b84b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Samuel,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can have a look at this example:&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/latest/samples/bluetooth/hci_pwr_ctrl/README.html"&gt;https://docs.zephyrproject.org/latest/samples/bluetooth/hci_pwr_ctrl/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find the code to change TXPower in&amp;nbsp;set_tx_power() function.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>