ESP8266 Developer Zone The Official ESP8266 Forum 2017-03-31T02:06:11+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=3454 2017-03-31T02:06:11+08:00 2017-03-31T02:06:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3454&p=11763#p11763 <![CDATA[Re: Link Quality Indicator (LQI) API for ESP8266 family]]>
I am aware of these two indicators for distance measurement. Is there any other API/indicator present for distance measurement in 8266 family. I need that for my project which is for indoor application.

thanks,
Rupak

Statistics: Posted by rupak426 — Fri Mar 31, 2017 2:06 am


]]>
2017-03-30T00:32:07+08:00 2017-03-30T00:32:07+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3454&p=11719#p11719 <![CDATA[Re: Link Quality Indicator (LQI) API for ESP8266 family]]> Note that because multipath propagation effects rule in indoor applications, RSSI is not the way you should measure distances. LQI may work, but not sure how much you can trust that either.

Statistics: Posted by Guest — Thu Mar 30, 2017 12:32 am


]]>
2017-03-27T02:40:38+08:00 2017-03-27T02:40:38+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3454&p=11571#p11571 <![CDATA[Link Quality Indicator (LQI) API for ESP8266 family]]>
I am trying to get the distance from the ESP8266 chip. I am getting the RSSI value which is not very reliable. I am planning to use Link Quality Indicator (LQI) . But I am not able to find any API for the same.
Can anyone provide me the API for LQI for ESP-8266.

For example, in the MC13224v by Freescale,the formula of computing LQI in MC13224v is as follows:
LQI(dBm) = (LQI(dec)/3− 100)

In the API provided by MC13224v, the function MLMELinkQuality() can be used to return a pointer referring to a 8-bit LQI value.

thanks,
Rupak

Statistics: Posted by rupak426 — Mon Mar 27, 2017 2:40 am


]]>