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.

[参考译文] CC1311R3:CC1311R3

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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1402992/cc1311r3-cc1311r3

器件型号:CC1311R3

工具与软件:

您好!

在 CC1311中获取最后接收到的消息的 RSSI 值的正确方法是什么?

我找到了 API 函数 但看起来仅对 CC1312有效。

谢谢!

Alex Katsovich

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

    您好、Alex、

    您使用无线电时使用的模式和 PHY 是什么?  

     RF_cmdRxHS 命令旨在与高速模式配合使用。

    如果您使用常规 RF_PROP 模式、则 可以使用高级 Rx 命令来附加 RSSI。 您可以在 rfPacketErrorRate 示例 rx.c 中看到它的实现示例

    谢谢、

    Marie H.