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值、任意节点的RSSI的值?

Other Parts Discussed in Thread: Z-STACK, CC2591, CC2530

TI工程师,你好!

            组网时,在一个网络中,终端节点如何其他的终端节点的RSSI,我在终端节点的接收程序里面调用uint8 value=pkt->rssi;,但是获取的RSSI的值是协调器的RSSI的值,而不是终端节点的RSSI的值,我想问一下终端节点如何获取其他终端节点的RSSI的值,或者获取任意终端节点的RSSI的值?谢谢