Other Parts Discussed in Thread: CC1190
Tool/software:
Hi,
We are adding a LNA on CC1310's RX side.
Assuming the gain of the LNA is 15 dB, what's the correct RSSI offset we should change ?
In the case (uint32_t)0x00FB88A3 without LNA , RSSI reading is -40 dBm
In the case (uint32_t)0x00FB88A3 with LNA , RSSI reading is -25 dBm.
We thought the RSSI value should represent the real loss over the air, the the AGC level would change it accordingly by CC1310 itself.
Thus we changed it to (uint32_t)0x000A88A3. By doing this, the RSSI reading turned to -40 dBm with LNA now.
My questions are :
1. Is my modification of RSSI offset correct with an external LNA ?
2. should I change the AGC_Ref Level by adding an external LNA or only changing the RSSI offset is enough ?

Thanks
