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.
Replies: 2
Views: 65
Part Number: CC1200
Dear Sirs:
In using transparent serial mode, how can I read the carrier sense and the RSSI?
Thanks,
John
Hi John
You can output the CARRIER_SENSE signal to a GPIO the same way as you do in normal mode/FIFO mode. When checking the CARRIER_SENSE signal, you should first have checked that CARRIER_SENSE_VALID is asserted.
The RSSI can be read from the RSSI registers after the RSSI_VALID signal has been asserted.
If you do not want to output the signals on GPIOs, they can all be read from the RSSI0 register.
BR
Siri
In reply to Siri:
Good news. Thanks, Siri