Other Parts Discussed in Thread: CC1350
Tool/software: TI-RTOS
Are there any example how to get RSSI value? I searched but did not find in resource explorer. I am actually working with CC1350
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.
TER, thanks a lot. your advices always help. I got RSSI of the last received message using rxStatistics structure.
But I also need to listen the air and get RSSI of the noise or radiofrequency generator. There is no successfully received massage in that case, therefore there is no pOutput, there is no rxStatistics.
When I use RF_getRssi(rfHandle) command, it always give -128db. Should there be some other commands or parameters settings involved?
Please advise.
Boris Shkarban