Other Parts Discussed in Thread: CC1310
Hi!
I have tried to set TX power using the EasyLink_setRfPwr(int8_t i8txPowerdBm), in CC1310 LAUNCHXL, and it returns EasyLink_Status_Success for an input <= 12 dBm, which is expected! But the RSSI does not change when I change the power. Also, when I use EasyLink_getRfPwr(), it returns the value I just set.
I send messages between two CC1310 just 10 cm apart so the default RSSI at this distance is -15 dBm. The weird thing is that when I set power to 12 dBm, I get the same RSSI.
So, is this how it should be acting or is there something I have missed?