Hello guys,
I'm using 3DR radio for controlling my rover with great success so far, but I would like to extract RSSI information from it. As I have already read, it is not that easy - I have to send mavlink heartbeat, and wait for reply, than parse the data and get RSSI. Is there any easier way to do this?
Replies
just listen for RADIO_RSSI message https://pixhawk.ethz.ch/mavlink/#RADIO_STATUS
if not sure how to use mavlink, start here http://qgroundcontrol.org/dev/mavlink_onboard_integration_tutorial
for an example on a microcontroller, check out source code for minimosd-extra on github.
Thanks for reply.
Could you please, give me some tips how to do it?
No, mavlink is the only way.