<?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>nrf52840 rssi measured value</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41741/nrf52840-rssi-measured-value</link><description>i&amp;#39;m trying to get distances between nrf52840 ble transmitter and receiver, using measured rssi upon receiving ble_gap_evt_adv_report_t from ble stack. in order to calculate link budget losses i need to know if that rssi value is given in dB or in dBm</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Dec 2018 13:59:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41741/nrf52840-rssi-measured-value" /><item><title>RE: nrf52840 rssi measured value</title><link>https://devzone.nordicsemi.com/thread/162523?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 13:59:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d9f2e6d-4eac-4983-a234-1d353893e63b</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The TX power is the value in the radio&amp;#39;s TXPOWER register. At least on the 51 this is by default 0. I believe it still is, but I haven&amp;#39;t checked.&lt;/p&gt;
&lt;p&gt;You can test by not using sd_ble_gap_tx_power_set() and check this register after starting the softdevice on your nRF52840.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the adv_report event you can check the received RSSI strength through:&lt;/p&gt;
&lt;p&gt;ble_gap_evt_adv_report_t-&amp;gt;rssi (int8_t).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Note that the received RSSI value may change with the orientation of the transmitter and the receiver, the antenna, and the layout. You can check with your DKs or your custom PCB, and see how it behaves. Just know that the received RSSI may be different for a different type of device.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>