<?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>Distance from RSSI field- NRF52-DK.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14985/distance-from-rssi-field--nrf52-dk</link><description>I have a NRF24LE1 transmitter transmitting 10 bytes of static payload every sec. 
 While I have a Receiver which is NRF52-DK. It is receiving the payload that is sent by the transmitter. 
 I am using NRF5-SDK 11.0 and modified to suit my transmitter</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Aug 2016 08:45:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14985/distance-from-rssi-field--nrf52-dk" /><item><title>RE: Distance from RSSI field- NRF52-DK.</title><link>https://devzone.nordicsemi.com/thread/57178?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2016 08:45:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e77b53c7-41c3-4a61-9c04-ab038970f415</guid><dc:creator>Pradeep Chl</dc:creator><description>&lt;p&gt;Although nrf_esb_payload_t::rssi field is of type int8_t(singed integer), I am receiving a positive value.
I am printing it with, NRF_LOG_PRINTF(&amp;quot;RSSI = %d&amp;quot;, rx_payload.rssi);&lt;/p&gt;
&lt;p&gt;Am I doing some thing wrong here ?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Distance from RSSI field- NRF52-DK.</title><link>https://devzone.nordicsemi.com/thread/57177?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2016 14:29:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0a90620-eabf-4531-8fc2-624aa9efdbb8</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;See also some comments regarding RSSI measurements in the answer and comments to this question on &lt;a href="https://devzone.nordicsemi.com/question/68099/rssi-variance/"&gt;RSSI variance&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Distance from RSSI field- NRF52-DK.</title><link>https://devzone.nordicsemi.com/thread/57176?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2016 14:27:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2603a8a-aa31-4f2f-914d-c5316b69f13c</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;First note that the RSSI value can only be used for rough distance estimates, as it both depends on environmental factors and has some deviation. Further, it also depends on the RF properties of the device (which again depends on antenna, matching network and form factor of the device).&lt;/p&gt;
&lt;p&gt;Because of the above we can not possibly have any general purpose formulas or conversion tables for RSSI to distance calculations. You should do your own meassurements, with the final devices, to find a formula or to generate a conversion table. You can have a look at this question &lt;a href="https://devzone.nordicsemi.com/question/7725/regarding-nrf51822-rssi-to-distance-calculation/"&gt;Regarding nRF51822 RSSI to Distance Calculation&lt;/a&gt; for some more input.&lt;/p&gt;
&lt;p&gt;Regarding the RSSI field value, are you sure that you interpret the value correctly? The value contained in the &lt;code&gt;nrf_esb_payload_t::rssi&lt;/code&gt; field is of type &lt;code&gt;int8_t&lt;/code&gt;, which is a signed integer. -50 to -70 dBm sounds like a reasonable range, might it be that you are interpreting an &lt;code&gt;int8_t&lt;/code&gt; value as if it was a &lt;code&gt;uint8_t&lt;/code&gt;?&lt;/p&gt;
&lt;p&gt;Regards, Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>