Other Parts Discussed in Thread: CC1200,
Hi,
Using smartRF I'm sending packets directly through cable to cc1200 and trying to read RSSI value from RSSI[11:0] register. Here are the values (in dbm):
smartRF dBm ------> RSSI in cc1200 receiver
-40 ---> 22
-24 ---> 33.5
-12 ---> 33.5
-11 ---> 33.5
|
|
14 ---> 33.5
looks like an overflow?
I tried to send less than -40dbm by disconnecting the cable and I read some negative value.
AGC_GAIN_ADJUST.GAIN_ADJUSTMENT = 0x00
Is there something I missed it?