<?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>TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42077/tx-power-configuration-in-nrf52832</link><description>Hi, we made a custom board with nrf52832 and flashed example code experimental_ble_app_blinky from sdk13. 
 We are trying to change the radio txpower other than 0db (default value). 
 While trying to set the values in radio txpower register before ble_stack_init</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Feb 2019 09:09:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42077/tx-power-configuration-in-nrf52832" /><item><title>RE: TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/172455?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 09:09:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b72ef8d1-1e8c-48fb-a386-4cebe63c63a2</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;See my earlier reply:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/42077/tx-power-configuration-in-nrf52832/163723#163723"&gt;devzone.nordicsemi.com/.../163723&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/172429?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 07:12:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83058732-c074-4e62-a463-98d7436828aa</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Hi awneil,&lt;/p&gt;
&lt;p&gt;After calling this function&lt;/p&gt;
&lt;p&gt;uint32_t err_code = sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_adv_handle, 8);&lt;/p&gt;
&lt;p&gt;APP_ERROR_CHECK(err_code);&lt;br /&gt; advertising_start();&lt;/p&gt;
&lt;p&gt;I tried this to check whether setting or not&lt;/p&gt;
&lt;p&gt;C:\Users\THIS&amp;gt;nrfjprog --memrd 0x4000150C&lt;br /&gt;0x4000150C: 00000000 |....|&lt;/p&gt;
&lt;p&gt;Is this correct? The value should be 00000008 right.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sridhar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/163723?ContentTypeID=1</link><pubDate>Thu, 03 Jan 2019 11:49:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ddb0dd9-9dfe-46cd-afd8-e33fca6adb23</guid><dc:creator>awneil</dc:creator><description>[quote userid="75527" url="~/f/nordic-q-a/42077/tx-power-configuration-in-nrf52832/163665"]register is not updated for new power level[/quote]
&lt;p&gt;Should it be?&lt;/p&gt;
&lt;p&gt;What does the Device Specification say?&lt;/p&gt;
&lt;p&gt;As &lt;a href="https://devzone.nordicsemi.com/members/simonr"&gt;Simonr&lt;/a&gt;, you need to show how, exactly, you are reading it.&lt;/p&gt;
&lt;p&gt;How to post source code:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/6305._5F00_Insert-Code-_2D00_-Nordic.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/163687?ContentTypeID=1</link><pubDate>Thu, 03 Jan 2019 10:01:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b98d0066-8f8f-49a8-8312-c39f7545044a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;I don&amp;#39;t think I am following you. Are you saying the TX power level is set to your desired value, and that you want a confirmation? I still fail to see where you want to read this power level in that case.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/163665?ContentTypeID=1</link><pubDate>Thu, 03 Jan 2019 09:01:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5827a1bf-b70f-4b0b-964f-d0efce50bff6</guid><dc:creator>Hemabas</dc:creator><description>&lt;p&gt;Hi simonr,&lt;/p&gt;
&lt;p&gt;After using the&amp;nbsp;&lt;span&gt;sd_ble_gap_tx_power_set() for setting TX power level, power level increased and verified with the help of spectrum.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But register is not updated for new power level.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks &amp;amp; regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hemabas&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/163655?ContentTypeID=1</link><pubDate>Thu, 03 Jan 2019 07:46:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc1c699a-f238-4b97-ad05-9effa867621a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Hemabas,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Where do you read the TX power level register? If the number you&amp;#39;re reading is in MCP (Master Control Panel), it does not have any dependancy on the actual TX power level.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you experimented with various tx power levels and looked at your received signal strength (RSSI) to see if you get any difference there?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/163642?ContentTypeID=1</link><pubDate>Thu, 03 Jan 2019 06:30:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51e4570f-20be-45c6-be4a-da5a99293711</guid><dc:creator>Hemabas</dc:creator><description>&lt;p&gt;Hi simonr,&lt;/p&gt;
&lt;p&gt;I set the TX power level to 4 dBm with the help of&amp;nbsp;&lt;span&gt;sd_ble_gap_tx_power_set().&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The function returns success, but when I am reading the TX power level register, it is shown 0dBm.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Why is it so?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/163500?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 15:14:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1723fada-8d54-44fa-82c6-a79c64822fce</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/37928/just-set-tx-power"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/37928/just-set-tx-power&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TX Power configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/163483?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 14:30:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8296364d-3f35-4011-9bfd-7ad8cec77633</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Hemabas,&lt;/p&gt;
&lt;p&gt;To set the TX power level you have to call the function &amp;quot;&lt;span&gt;sd_ble_gap_tx_power_set()&amp;quot;, which is defined in ble_gap.h. The accepted values are: -40, -20, -16, -12, -8, -4, 0, and 4 dBm.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>