Does anyone have a code snippet that reports the RSSI of the last received message?
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.
Does anyone have a code snippet that reports the RSSI of the last received message?
This was very confusing:
static rfc_propRxOutput_t rxStatistics; int8_t RSSIout; // Under Modify CMD_PROP_RX command for application needs RF_cmdPropRx.pOutput = (uint8_t*)&rxStatistics; // Where you want to read out the RSSI in the code RSSIout = rxStatistics.lastRssi;
The second line is supposed to be put where? There is no declararation for RF_cmdPropRx anywhere in the workspace