We would like to extract signal quality on a border router and an end device during operation.
On the border router we are able to get children and neighbor table on the border router using THCI requests, 0x23 and 0x24.
On the end device we are able to get quality of the networks doing a network scan with THR_NwkScanWithBeacon(). We have noticed packet loss during the network scan.
Questions:
- What is the definition of LastRSSI in the children table on the border router?
- What is the definition of LQI in the network scan callback on the end device?
- How can we get signal quality on end device without loosing packets?
- Are there other metrics we can get from the protocol stack?
- Are there documentation available on how to measure network quality?
Solved! Go to Solution.
Hello,
I believe this posts can help you:
There are two of them that were done with an old stack, nonetheless, those can help you maybe for a better understanding of some of your questions.
Also, could you please check the Kinetis Thread Host Control Interface Reference Manual? You will find it in the software documentation from the MCUXpresso download.
Regards,
Estephania
Hello,
I believe this posts can help you:
There are two of them that were done with an old stack, nonetheless, those can help you maybe for a better understanding of some of your questions.
Also, could you please check the Kinetis Thread Host Control Interface Reference Manual? You will find it in the software documentation from the MCUXpresso download.
Regards,
Estephania
Thank you.
Using PhyGetLastRxLqiValue() instead of doing a network scan solved the packet loss issue.
Regards
Kim