<?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>Zigbee RSSI value</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75528/zigbee-rssi-value</link><description>Hello, I&amp;#39;m working with nRF5340 DK with Zigbee communication. I&amp;#39;m getting RSSI values between 0-255, but I&amp;#39;m more interested in the value in dBm, so I would like to convert the value to dBm. Could you tell me how I can do that? 
 Best regards.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 May 2021 09:47:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75528/zigbee-rssi-value" /><item><title>RE: Zigbee RSSI value</title><link>https://devzone.nordicsemi.com/thread/312325?ContentTypeID=1</link><pubDate>Fri, 28 May 2021 09:47:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fe12e94-f7dc-4ab8-9676-3a5fc4da099f</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, that makes sense. When talking about signal strength, the closer it is to 0, the stronger the signal is. Increasing the distance between the devices will decrease the signal strength, and you will get a more negative value. So -80 dBm will be a weaker signal than -30 dBm.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee RSSI value</title><link>https://devzone.nordicsemi.com/thread/312216?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 20:15:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3ac1852-b774-4b81-a231-9ca8ec716883</guid><dc:creator>Marwa Sabbagh</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello, is it accurate that as the distance between the DK increases, the more negative value in dBm it will be?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee RSSI value</title><link>https://devzone.nordicsemi.com/thread/311956?ContentTypeID=1</link><pubDate>Thu, 27 May 2021 06:04:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13e245b5-bd57-4a57-842a-6b19c9b9ac06</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Marwa,&lt;/p&gt;
&lt;p&gt;You can use the function&amp;nbsp;nrf_802154_dbm_from_energy_level_calculate() to convert energy measured in 0-255 to dBm:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;zb_uint8_t lqi, rssi;
int8_t rssi_dbm;
zb_zdo_get_diag_data(0x0000, &amp;amp;lqi, &amp;amp;rssi);
rssi_dbm = nrf_802154_dbm_from_energy_level_calculate(rssi);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee RSSI value</title><link>https://devzone.nordicsemi.com/thread/311829?ContentTypeID=1</link><pubDate>Wed, 26 May 2021 13:30:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f40cb1fc-38a3-47d4-9a91-372de44ea40e</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Marwa,&lt;/p&gt;
&lt;p&gt;I tried to use this myself, but was unable to figure out how to get RSSI as dBm. I have asked our developers for clarification regarding this, so I will come back to you when I hear from them.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee RSSI value</title><link>https://devzone.nordicsemi.com/thread/311572?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 15:47:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f7d8465-3f0a-4083-b0ec-f3e0dab62cab</guid><dc:creator>Marwa Sabbagh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using zb_zdo_get_diag_data()&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marwa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee RSSI value</title><link>https://devzone.nordicsemi.com/thread/311531?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 14:25:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4de79e11-5133-46df-a949-847cd7459db0</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What are you using to get the RSSI value?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>