<?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 modify Tx Power and Mode of NRF52832 ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46835/how-to-modify-tx-power-and-mode-of-nrf52832</link><description>Hello, 
 I am using ble_app_uart_c example for my nRF52832 based central application. I would like to modify Tx Power and MODE of my device. 
 As per datasheet, I should write into TXPOWER register having address offset 0x5C and MODE register having address</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 May 2019 07:40:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46835/how-to-modify-tx-power-and-mode-of-nrf52832" /><item><title>RE: How to modify Tx Power and Mode of NRF52832 ?</title><link>https://devzone.nordicsemi.com/thread/185052?ContentTypeID=1</link><pubDate>Fri, 03 May 2019 07:40:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a741c770-fb7d-414c-b6ff-b0cb3988ff34</guid><dc:creator>awneil</dc:creator><description>[quote userid="7571" url="~/f/nordic-q-a/46835/how-to-modify-tx-power-and-mode-of-nrf52832/185046"]to adjust the TX output power you will need to use the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v3.0.0/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html#ga0f1931af876bef39520c58de5ac060ca"&gt;sd_ble_gap_tx_power_set&lt;/a&gt;&amp;nbsp;function in the SoftDevice API[/quote]
&lt;p&gt;See:&amp;nbsp;&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: How to modify Tx Power and Mode of NRF52832 ?</title><link>https://devzone.nordicsemi.com/thread/185046?ContentTypeID=1</link><pubDate>Fri, 03 May 2019 07:28:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99e4d835-2e54-4230-ba40-643c33329c3a</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Saiteja,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the&amp;nbsp;ble_app_uart_c&amp;nbsp;example is a Bluetooth Low Energy Central example that uses the S132 SoftDevice. When the SoftDevice is enabled it takes control of several HW peripherals that are needed by the BLE protocol stack. The following peripherals are blocked from Application access&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;RADIO&lt;/li&gt;
&lt;li&gt;TIMER0&lt;/li&gt;
&lt;li&gt;RTC0&lt;/li&gt;
&lt;li&gt;CCM&lt;/li&gt;
&lt;li&gt;AAR&lt;/li&gt;
&lt;li&gt;EGU4/SWI5&lt;/li&gt;
&lt;li&gt;EGU5/SWI5&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The SoftDevice also restricts access to certain peripherals, see&amp;nbsp;Chapter 8System on Chip resource requirements in the &lt;a href="https://infocenter.nordicsemi.com/pdf/S132_SDS_v3.1.pdf"&gt;S132 v3.0 SoftDevice Specification&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So in order to adjust the TX output power you will need to use the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v3.0.0/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html#ga0f1931af876bef39520c58de5ac060ca"&gt;sd_ble_gap_tx_power_set&lt;/a&gt;&amp;nbsp;function in the SoftDevice API. The SoftDevice is a BLE protocol stack so you can only switch between the BLE_1Mbit and BLE_2Mbit modulations. This is also done through the SoftDevice API. However, the S132 v3.x.x SoftDevicewhich is used in SDK v12.2.0 is a Bluetooth v4.2 stack, so it does not support the 2Mbit modulations, which is a Bluetooth 5 feature. If want to use this feature you need to migrate to a newer SDK and SoftDevice version, i.e. SDK v15.3.0 and S132 v6.1.1.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>