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.

[参考译文] CC1310:如何获得真正的 RSSI 值?

Guru**** 2482105 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1271032/cc1310-how-can-i-get-real-rssi-value

器件型号:CC1310

您好、TI 团队、

我正在尝试获取 RSSI 值。 我使用接下来的命令:

静态 uint8_t   RSSI = 0;

...

RF_runCmd (rfHandle、(RF_Op*)和 RF_cmdRxTest、RF_PriorityNormal、NULL、0);

RSSI = RF_getRssi (rfHandle);

I 设置 RF_cmdRxTest.endTrigger.triggerType = 4、

    RF_cmdRx.EndTime = 0x00010000、

在其他情况下、程序会始终保持在 RF_cmdRxTest 中。

RSSI 值为0x80。 这是可以理解的-接收器在 RSSI 测量时未被切换。

如何获得真正的 RSSI 值、就像在 RFSmartStudio RXContinuue 模式中一样?

谢谢。

Og

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    使用以下方法解决问题:

    静态 RFC_propRxOutput_t rxStatistics;

    int8_t RSSI = rxStatistics.lastRssi;