如何在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.
您好,
感谢您的提问。
接收到的数据包的 RSSI 可以如下读取:
static rfc_propRxOutput_t rxStatistics;
RF_cmdPropRx.pOutput = (uint8_t*)&rxStatistics;
或者也可以直接从数据输入,例如:RF_cmdPropRx.rxConf.bAppendRssi = 0x1
设置GPIO翻转您可以查看相关GPIO driver:GPIO.h File Reference (ti.com)
希望可以帮助到您。
您好,
看到您有就此问题发新的帖子:LAUNCHXL-CC1352P: 发射端没有天线为什么接收端还有数据接收? - 低于 1GHz 论坛 - 低于 1GHz - E2E 设计支持 (ti.com),将在新帖继续回答。本帖将关闭。