Skip to content

Instantly share code, notes, and snippets.

@courtarro
Last active February 19, 2017 23:32
Show Gist options
  • Save courtarro/d291f5bb6188af4e1480b67634195789 to your computer and use it in GitHub Desktop.
Save courtarro/d291f5bb6188af4e1480b67634195789 to your computer and use it in GitHub Desktop.
3DR Solo Hacking Notes

Connect to a 3DR Solo via MavProxy from a PC

Here's the magic command. This assumes you're on the Solo controller's wifi network.

mavproxy.py --master=udpout:10.1.1.10:14560 --streamrate=1 --mav10

This communicates directly with the Solo's telem_forwarder. If you want to test your command abilities, try these commands without propellers attached:

mode alt_hold
arm throttle
disarm throttle

The message "Inconsistent accelerometers" means you need to run accelcal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment