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.

CC2430+SimpliciTI: Typical RSSI and LQI values

Other Parts Discussed in Thread: CC2430, SIMPLICITI, Z-STACK, CC2530

Hello

I have 2 custom boards on the table, I get RSSI=-46 and LQI=108, are these values too bad?,  the distance between the 2 boards is 20cm.

I think I should get a lower LQI value. The boards send and receive packets every second and I have never found a lost packet.

Is this source code OK?

ioctlRadioSiginfo_t r;
r.lid=1;
SMPL_Ioctl(IOCTL_OBJ_RADIO,IOCTL_ACT_RADIO_SIGINFO,&r);
Display(0,0,r.sigInfo.lqi);
Display(0,1,r.sigInfo.rssi);

Thank you