<?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>WANT TO FIND LQI (Link Quality Indicator)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66203/want-to-find-lqi-link-quality-indicator</link><description>Hello, 
 I am developing a sensor like a beacon. I want to measure the distance from the node. I record the RSSI sample for a few seconds and average it to stabilize the value. RSSI is not so accurate because rf wave is attenuate or reflected from any</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Sep 2020 13:18:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66203/want-to-find-lqi-link-quality-indicator" /><item><title>RE: WANT TO FIND LQI (Link Quality Indicator)</title><link>https://devzone.nordicsemi.com/thread/271797?ContentTypeID=1</link><pubDate>Mon, 28 Sep 2020 13:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb6f999c-cb45-4c00-8b8d-8d9d39e850e4</guid><dc:creator>fenil.patel</dc:creator><description>&lt;p&gt;Thank you Jared,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Now i understand that for LQI i have to use&amp;nbsp;&lt;span&gt;IEEE 802.15.4 protocol in nrf52832. There is EDSAMPLE register to get LQI and it only accessible in&amp;nbsp;IEEE 802.15.4 protocol. I think in BLE protocol in nrf52832 I can&amp;#39;t get LQI.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: WANT TO FIND LQI (Link Quality Indicator)</title><link>https://devzone.nordicsemi.com/thread/271676?ContentTypeID=1</link><pubDate>Mon, 28 Sep 2020 07:44:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:812d932f-46a8-4f5b-89dc-a4abb2b91844</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Getting the LQI from the Radio while using the Softdevice is not possible as it&amp;#39;s not part of the Softdevice API. The Softdevice doesn&amp;#39;t allow the application to access the Radio or its resources unless you&amp;#39;re using &lt;a href="https://infocenter.nordicsemi.com/topic/sds_s132/SDS/s1xx/multiprotocol_operation/multiprotocol_support.html?cp=4_7_3_0_8"&gt;radio timeslots&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
[quote user="fenil.patel"]so how the&amp;nbsp;&lt;span&gt;Zigbee/Thread get the LQI?&lt;/span&gt;[/quote]
&lt;p&gt;&amp;nbsp;&lt;span&gt;You can find the sourcecode of the OpenThread &lt;a href="https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver/tree/master/src"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jared&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: WANT TO FIND LQI (Link Quality Indicator)</title><link>https://devzone.nordicsemi.com/thread/271477?ContentTypeID=1</link><pubDate>Fri, 25 Sep 2020 10:53:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1e1aadd-87d7-41fc-a9d3-24cda724cbea</guid><dc:creator>fenil.patel</dc:creator><description>&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1601030946569v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;In this diagram, there is&amp;nbsp; LQI bit but there&amp;#39;s no register for getting it. so how the&amp;nbsp;&lt;span&gt;Zigbee/Thread get the LQI?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: WANT TO FIND LQI (Link Quality Indicator)</title><link>https://devzone.nordicsemi.com/thread/271335?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2020 12:18:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46e3cb12-0221-41c6-8179-079e3bfb709b</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;no the Softdevice API doesn&amp;#39;t expose this feature.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: WANT TO FIND LQI (Link Queality Indicator)</title><link>https://devzone.nordicsemi.com/thread/270980?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2020 06:56:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7bdd820-c54f-4128-9266-9ad8454fed02</guid><dc:creator>fenil.patel</dc:creator><description>&lt;p&gt;Hi Jared,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you for your effort. I know the LQI is not for distance measurement but i can use it for error correction in distance measurement with RSSI. I am using softdevice s132 and sdk15.2 . Is there any way to get the LQI in ble ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: WANT TO FIND LQI (Link Queality Indicator)</title><link>https://devzone.nordicsemi.com/thread/270858?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2020 13:02:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b19f113f-bbb8-466d-841a-7bd956d2c636</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[quote user=""][/quote]&lt;/p&gt;
&lt;p&gt;I read the nordic infocenter documentation about LQI in 2.4GHz Radio module but don&amp;#39;t get a way to access it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span&gt;Unfortunately, The Link quality indicator is only relevant for Zigbee/Thread and not for BLE.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>