<?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>RSSI measurement in OpenThread?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60789/rssi-measurement-in-openthread</link><description>Hi, how to measure RSSI in OpenThread? I have 2 nodes, what is correct state that I have to assign to each node to do transmit/receive test, is it leader and router? or router and child? I need to send from one node and measure the RSSI at receiver side</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Apr 2020 09:25:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60789/rssi-measurement-in-openthread" /><item><title>RE: RSSI measurement in OpenThread?</title><link>https://devzone.nordicsemi.com/thread/247261?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2020 09:25:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1370dc0d-62d6-4ece-9f0b-fe6a456bc1e5</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please note that the Thread stack is a self healing network, meaning that it will always optimize the routing for the paths with the lowest cost. I&amp;#39;ll answer your question, but please read the info below as well.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There are some structs that holds the RSSI of the neighbors. E.g. these three:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.0.0/structot_neighbor_info.html?resultof=%22%72%73%73%69%22%20" rel="noopener noreferrer" target="_blank"&gt;otNeighborInfo Struct Reference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.0.0/structot_child_info.html?resultof=%22%72%73%73%69%22%20" rel="noopener noreferrer" target="_blank"&gt;otChildInfo Struct Reference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.0.0/structot_thread_parent_response_info.html?resultof=%22%72%73%73%69%22%20" rel="noopener noreferrer" target="_blank"&gt;otThreadParentResponseInfo Struct Reference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you look into e.g. otNeighborInfo, you can use the function&amp;nbsp;otThreadGetNextNeighborInfo() described in thread.h on line 569 in the Thread and Zigbee SDK v4.0.0 to populate the otNeighborInfo struct.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now, I don&amp;#39;t know what you will use the RSSI projec for, but based on the question, I suspect some sort of positioning. Please note that RSSI is not a measure for distance. It is too much noise in that measurement, based on the environment, walls, reflections, antennas receivers, orientation, etc. A person entering a room can change the RSSI on all the devices in the room.&amp;nbsp;&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>