Other Parts Discussed in Thread: CC2530
我在没有利用协议栈的情况下,想让CC2530 上电以后检索出一个干净且质量最好的信道,用此固定信道通讯;
请教大神指点一下, 我是用RSSI 评判,还是别的什么参数?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
当然是协议栈了。
void zb_ReceiveDataIndication( uint16 source, uint16 command, uint16 len, uint8 *pData,int8 rssi)
无线接收函数里面有这个rssi值,我跟踪了下,最后也是从寄存器读回来的值。
首先我不清楚rssi值得真正意思,其次我读回来的数值不同,有点差异还是可以理解,但协调器读出来的数值在出出现正数(当终端距离协调器很近的时候),但终端读出来的数值就不会有这样异常的情况。
rssi 是int8类型,等于5或者8不就是正数吗?