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.

LAUNCHXL-CC1310: 无线唤醒接收如何获取RSSI

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1310

rfWakeOnRadioRx_CC1310_LAUNCHXL_nortos_ccs

无线唤醒接收使用RF_cmdPropRxSniff,然后回调函数内如何获取到接收这帧数据的rssi?我使用RF_getRssi并不能获取到正确rssi。

  • 使用RF_getRssi获取RSSI时,其必须处于Rx状态,它读取的时radio的RSSI,发送RF_getRssi后基本会在很短时间内返回RSSI,并且它可能不是很稳定

    一般都是数据包中读取RSSI,从rfc_propRxOutput_t 结构中读取 RSSI