<?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>ESB  and nrf_esb_read_rx_payload() is returning a positive rssi value</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39804/esb-and-nrf_esb_read_rx_payload-is-returning-a-positive-rssi-value</link><description>Hi 
 This is a heads up that in SDK15.2.0 and file nrf_esb.c you have the line 
 m_rx_fifo.p_payload[m_rx_fifo.entry_point]-&amp;gt;rssi = NRF_RADIO-&amp;gt;RSSISAMPLE; 
 it should actually be 
 m_rx_fifo.p_payload[m_rx_fifo.entry_point]-&amp;gt;rssi = NRF_RADIO-&amp;gt; - RSSISAMPLE;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Oct 2018 11:45:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39804/esb-and-nrf_esb_read_rx_payload-is-returning-a-positive-rssi-value" /><item><title>RE: ESB  and nrf_esb_read_rx_payload() is returning a positive rssi value</title><link>https://devzone.nordicsemi.com/thread/154485?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 11:45:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47edfea3-05c2-4688-bce1-3ee7dbd4df5d</guid><dc:creator>Mahendra Tailor</dc:creator><description>&lt;p&gt;Thank you. Just&amp;nbsp; reread my post and the correction to the code should be&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;m_rx_fifo.p_payload[m_rx_fifo.entry_point]-&amp;gt;rssi =&amp;nbsp; - NRF_RADIO-&amp;gt;RSSISAMPLE;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Apologies&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESB  and nrf_esb_read_rx_payload() is returning a positive rssi value</title><link>https://devzone.nordicsemi.com/thread/154484?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 11:41:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:419ea08a-a94f-4362-ab98-adec8e560c22</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi Mahendra,&lt;/p&gt;
&lt;p&gt;Thanks for the heads up. It&amp;rsquo;s correct that the value from NRF_RADIO-&amp;gt;RSSISAMPLE is read as a positive value while the actual received signal strength is a negative value. It would therefore make sense that the ESB code converts the value from positive to negative, or document it clearly that the actual RSSI is negative. I will report this to the developers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>