Quantcast
Channel: Zigbee 和 Thread
Viewing all articles
Browse latest Browse all 16985

帖子: 关于MSGpkt- LinkQuality和MSGpkt- rssi

$
0
0

在测量过程中,设置如下打印:

#if defined(DEBUG_Printf)
uint8 msg[2];
msg[0]=MSGpkt->rssi;
msg[1]=MSGpkt->LinkQuality;
DEBUG_UART0("the rssi is:[%d]\r\n",msg[0]);
DEBUG_UART0("the linkQuality is:[%d]\r\n",msg[1]);
#endif

打印出来值:

the rssi is:[234]
the linkQuality is:[165]

想请问TI工程师,这两个数值多少范围属于正常?有没有相关的数据手册中提到这两个值的范围?

我使用的CC2530+CC2592芯片,协议栈版本:ZStack-2.5.1a


Viewing all articles
Browse latest Browse all 16985

Latest Images

Trending Articles