<?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>Thread Network Diagnostics Cluster always reports very low LQI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127154/thread-network-diagnostics-cluster-always-reports-very-low-lqi</link><description>I&amp;#39;ve been struggling with Thread connectivity on a custom PCB, powered by a MinewSemi ME54BS03 module (with IPEX connector) 
 I&amp;#39;m using an external 2.4GHz antenna and I&amp;#39;m supplying the module with 2.5V. 
 I have set the TX power to 20 
 
 I have added</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Feb 2026 09:12:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127154/thread-network-diagnostics-cluster-always-reports-very-low-lqi" /><item><title>RE: Thread Network Diagnostics Cluster always reports very low LQI</title><link>https://devzone.nordicsemi.com/thread/562120?ContentTypeID=1</link><pubDate>Thu, 26 Feb 2026 09:12:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acb4d6e7-4b86-446a-9164-dc448c88ff6c</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Sorry for the late reply but yes that is what it is . Link quality is derived from link margin and then bucketed to 0-3 with hysteresis. This is aøso documented here&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;  /**
     * Returns the current one-way link quality value. The link quality value is a number 0-3.
     *
     * The link quality is calculated by comparing the current link margin with a set of thresholds (per Thread spec).
     * More specifically, link margin &amp;gt; 20 dB gives link quality 3, link margin &amp;gt; 10 dB gives link quality 2,
     * link margin &amp;gt; 2 dB gives link quality 1, and link margin below or equal to 2 dB yields link quality of 0.
     *
     * In order to ensure that a link margin near the boundary of two different link quality values does not cause
     * frequent changes, a hysteresis of 2 dB is applied when determining the link quality. For example, the average
     * link margin must be at least 12 dB to change a quality 1 link to a quality 2 link.
     *
     * @returns The current link quality value (value 0-3 as per Thread specification).
     *
     */
    LinkQuality GetLinkQuality(void) const { return mLinkQuality; }&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thread Network Diagnostics Cluster always reports very low LQI</title><link>https://devzone.nordicsemi.com/thread/562071?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 14:41:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b07c19dd-dea5-4f79-95ed-484e539163d4</guid><dc:creator>Tom McGuinness</dc:creator><description>&lt;p&gt;I think I have the answer to this. The OpenThread library uses a value of 0 to 3 for quality. 0 being the worst and 3 being the best.&lt;/p&gt;
&lt;p&gt;Can you confirm this for me?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>