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.

再问CC2500关于RSSI值的计算

Other Parts Discussed in Thread: CC2500


比如,我在一个频点收包时,从RSSI寄存器(0x34)读出的值是0xCC,那么根据datasheet P35页的计算方式,这个dbm应该是 (0xCC-256)/2-70=-96dbm,

此时我打开了PKTCTRL1.APPEND_STATUS,包末尾跟的第一个字节值是 0x0B,那么根据这个值怎么计算rssi_dbm?计算出来的和上述从rssi寄存器计算出来的相同吗?