Tool/software: Code Composer Studio
Hey guys,
we use SDK 3.2 for CC1310 and SDK 3.3 for CC1352R1. We use the sensor collector/example. I found in mac_settings.c the structures fc_CMD_PROP_CS_t RF_cmdPropCsSlotted AND RF_cmdPropCs
with .rssiThr = -83
For the ETSI certification EN300220v3 it is stated that the threshold should be "15dB above RX sensitivity". The datasheet of the CC1310 states for the LRM with 5kpbs an RX sensitivity of -119dB and -120dB for CC1310 and CC1352R1, respectively.
1. Can I use ApiMac_attribute_rssiThreshold for CC1310 and CC1352R1 to alter the threshold at startup or always?
2. Do I correctly interpret the certification "rule" so that we could set the threshold to -100dB? This could be useful, since our tests showed an message RSSI of -50 to -100dBm.
Any comments welcome
Slev1n