I test send LQI request frame and can get LQI response frame
but I don’t know format description of byte LQI response.
Is the last byte of LQI response before checksum is LQI value ?
I am having two xbee pro series 2 nodes. I am not able to get lqi value of one node from other node I am sending the same one but I am getting the following 7E 00 07 8B 01 78 31 01 00 C9.
There are quite a bit of articles discussing the differences between RSSI and LQI, most of which explain that they two cannot be compared.
LQI information is in the Zigbee spec and can be obtained by using the ZDO, cluster 0x0031. Here’s a short python script which you can use to obtain LQI information from the ZDO:
from socket import *
import struct
import zigbee
import sys
Hi All,
For your Information
I received this response from digi tech support today!
Thank you for contacting Digi. The LQI function of the XBee ZB firmware found within the Ember stack does not provided the proper information. Until this issue is resolved within the Ember stack, you will be unable to obtain different values from an LQI request. Sincerely, Eric Flanders Digi RF Technical Support