<?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 reduce the bluetooth range in nrf52840.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43912/how-to-reduce-the-bluetooth-range-in-nrf52840</link><description>Hello 
 I am using 3 nRF52840 DK for proxy light switch example. Using this I want to relay the ON/OFF signal from 1 server to other. 
 To test the relay mode working, I need to reduce the Bluetooth range so it can be tested easily. 
 1) What change is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Feb 2019 11:04:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43912/how-to-reduce-the-bluetooth-range-in-nrf52840" /><item><title>RE: How to reduce the bluetooth range in nrf52840.</title><link>https://devzone.nordicsemi.com/thread/172081?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 11:04:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2be71fd-90e2-4510-9ba7-66fbfdce30df</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;That is exactly the function described in the post I linked earlier!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/37928/just-set-tx-power"&gt;devzone.nordicsemi.com/.../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 reduce the bluetooth range in nrf52840.</title><link>https://devzone.nordicsemi.com/thread/172012?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 06:05:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9dc7b8a-dc9d-4f8c-82a8-ad4ae3cb349b</guid><dc:creator>Hit</dc:creator><description>&lt;p&gt;In ble_gap.h how to define the tx_power&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;/**@brief Set the radio&amp;#39;s transmit power.
 *
 * @param[in] role The role to set the transmit power for, see @ref BLE_GAP_TX_POWER_ROLES for
 *                 possible roles.
 * @param[in] handle   The handle parameter is interpreted depending on role:
 *                     - If role is @ref BLE_GAP_TX_POWER_ROLE_CONN, this value is the specific connection handle.
 *                     - If role is @ref BLE_GAP_TX_POWER_ROLE_ADV, the advertising set identified with the advertising handle,
 *                       will use the specified transmit power, and include it in the advertising packet headers if
 *                       @ref ble_gap_adv_properties_t::include_tx_power set.
 *                     - For all other roles handle is ignored.
 * @param[in] tx_power Radio transmit power in dBm (see note for accepted values).
 *
  * @note Supported tx_power values: -40dBm, -20dBm, -16dBm, -12dBm, -8dBm, -4dBm, 0dBm, +2dBm, +3dBm, +4dBm, +5dBm, +6dBm, +7dBm and +8dBm.
  * @note The initiator will have the same transmit power as the scanner.
 * @note When a connection is created it will inherit the transmit power from the initiator or
 *       advertiser leading to the connection.
 *
 * @retval ::NRF_SUCCESS Successfully changed the transmit power.
 * @retval ::NRF_ERROR_INVALID_PARAM Invalid parameter(s) supplied.
 * @retval ::BLE_ERROR_INVALID_ADV_HANDLE Advertising handle not found.
 * @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied.
 */
SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle, int8_t tx_power));&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce the bluetooth range in nrf52840.</title><link>https://devzone.nordicsemi.com/thread/172011?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 05:54:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dab6855-5a89-4190-9c52-8bbb2106fb3c</guid><dc:creator>Hit</dc:creator><description>&lt;p&gt;I am using it for Mesh network with S140 Softdevice, how can I set tx_power?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce the bluetooth range in nrf52840.</title><link>https://devzone.nordicsemi.com/thread/171973?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 18:54:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0ae9819-2a6e-44df-b050-c99069a916b6</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Reduce the Tx power ?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/37928/just-set-tx-power"&gt;devzone.nordicsemi.com/.../just-set-tx-power&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>