How to measure thread network signal quality on KW41Z

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to measure thread network signal quality on KW41Z

跳至解决方案
941 次查看
kimnyholm
Contributor II

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?

标签 (2)
标记 (2)
1 解答
789 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

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 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
790 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

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 

0 项奖励
回复
789 次查看
kimnyholm
Contributor II

Thank you.

Using PhyGetLastRxLqiValue() instead of doing a network scan solved the packet loss issue.

Regards

Kim