Tool/software:
Hello,
What is the correct way to get RSSi value of the last received message in CC1311?
I found API function <RF_cmdRxHS.pOutput.lastRssi> but looks that is valid for CC1312 only.
Thank you,
Alex Katsovich
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.
Tool/software:
Hello,
What is the correct way to get RSSi value of the last received message in CC1311?
I found API function <RF_cmdRxHS.pOutput.lastRssi> but looks that is valid for CC1312 only.
Thank you,
Alex Katsovich
Hi Alex,
Which mode and PHY are you using the radio with?
The RF_cmdRxHS command is meant to be used with the High Speed mode.
If you're using regular rf_prop mode, you can use an advanced rx command to get the rssi appended. You can see an example implementation of this in the rfPacketErrorRate example, rx.c.
Cheers,
Marie H