<?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>BLE connect distance at nRF51822 vs nRF52832 using SDK12.3 with S132</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127871/ble-connect-distance-at-nrf51822-vs-nrf52832-using-sdk12-3-with-s132</link><description>Dear: 
 I am using SDK12.3 with S132 write application using BLE+DFU+UART+I2C, The device connects and communicates with mobile devices through our own application(ONF Link). 
 1.device follow example setting and producted at nRF51822 PCB ANT with device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Apr 2026 13:43:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127871/ble-connect-distance-at-nrf51822-vs-nrf52832-using-sdk12-3-with-s132" /><item><title>RE: BLE connect distance at nRF51822 vs nRF52832 using SDK12.3 with S132</title><link>https://devzone.nordicsemi.com/thread/565250?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2026 13:43:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52505174-843c-41af-b509-89bce5a2e4bb</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To set maximum Tx power for nRF51 in nRF5 SDK 12.3.0, you can use this snippet after initializing the SoftDevice BLE stack, but before you start to advertise:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define TX_POWER_LEVEL  (4)  // Maximum for nRF51

// In your initialization code
err_code = sd_ble_gap_tx_power_set(TX_POWER_LEVEL);
APP_ERROR_CHECK(err_code);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can see something similar to this done in the ble_app_proximity example (examples/ble_peripheral/ble_app_proximity/main.c).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>