I’ve flown a test mission on a new copter and I wanted to check the RSSI and LQ values. The copter uses ELRS for the RC radio and I’m not using a telemetry radio.
Looking at the WIKI, it appears that this data is only captured in a tlog. I’m not flying with a ground control station, so I don’t have the tlog.
I don’t get into this particular area very often - so I may be way off base.
I don’t know how much ArduPilot touches the CRLF data stream that downlinks to the transmitter - but the data I’m looking if is in there.
I’m using an older RadioMaster TX16S with OpenTX - I may be able to get a log of the telemetry - but it would sure be easier if it were in the BIN file.
I’m using Yaapu which displays the radio link data - so for now I’ll just keep an eye on it. (and make sure my failsafes are set!)
Looks like I neglected to set RSSI_TYPE=3. I’m not sure how I forgot this. I recall forgetting to set this on an earlier ELRS copter and got errors until I fixed it.
Several years back I wrote a custom chart in MavExplorer (handy tool) that charted distance against RSSI. I took a little math because I had to compute the distance from the GPS values for side to side and fore and aft distances (I forget those parameter names)
Although I always stay within VLOS, I think it’s good practice to check this kind of thing just to make sure there’s nothing weird going on.
I’m sure that post is still out there where I described how I did it.