Other Parts Discussed in Thread: CC1310
Does CC1352P support antenna diversity?
If support, how to do? Does there any support files?
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.
To implement antenna diversity, you need to evaluate the received signal on the antenna.
How you want to do this this is up to you. The simplest way is to evaluate the first antenna, and if there is a signal with a certain signal strength present, you simply stay on that antenna. If not, you select the other antenna and check that one.
Another approach is to always check both antennas, and if both have a signal above a given threshold, you select the one with the strongest signal
If you only want to use RSSI to determine which antenna to use, you can either use the CMD_PROP_CS command for this, or you can simply enter RX mode and read the RSSI.
If you also want to check for preamble, you will need to use the CMD_PROP_CS.
This command is explained in the TRM and also here:
CMD_PROP_CS — SimpleLink CC13XX/CC26XX SDK Proprietary RF User's Guide 4.40.00 documentation
BR
Siri