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.

CC2530的RSSI寄存器读取问题

Other Parts Discussed in Thread: CC2530

我想请问一下我从CC2530的RSSI寄存器读出来的值为什么变化很小啊?不管距离变远或者变近,寄存器读出来的值跟距离基本没关系,但是从数据包pkt->rssi读出的值是随距离变化的,我从寄存器读RSSI的值程序时这样的:

int8 a;

a=RSSI;

然后通过串口输出的

麻烦谁知道帮解释解释啊?多谢了