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