请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:LAUNCHXL-CC1352P 您好!
如何在 RX 接收到电流数据后返回其接收到的信号强度值、并根据 TX 接收到的信号强度值切换到输出端口值的0/1翻转?
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.
您好!
如何在 RX 接收到电流数据后返回其接收到的信号强度值、并根据 TX 接收到的信号强度值切换到输出端口值的0/1翻转?
不确定我是否理解您的问题。
接收到的数据包的 RSSI 可以从统计信息中读取
static rfc_propRxOutput_t rxStatistics; RF_cmdPropRx.pOutput = (uint8_t*)&rxStatistics;
也可以直接从数据条目
rf_cmdPropRx.rxConf.bAppendRssi = 0x1
使用 GPIO 驱动程序设置 GPIO:
Siri