Raspberry Pi
A tiny and affordable computer that you can use to learn programming through fun, practical projects. Homepage
Quick Software Getting Started
Raspberry Pi
From Scratch
Download Raspberry Pi Raspbian
Follow Installation Guide
APSync
Installing APSync
Ssh into Raspberry Pi APSync
From Raspberry Pi, remove pymavlink and dronekit to install latest version
$ pip unistall pymavlink (multiple times)
$ pip unistall dronekit (multiple times)
$ sudo pip install --upgrade future MAVProxy
$ cd ~
$ git clone https://github.com/dronekit/dronekit-python.git
$ cd ./dronekit-python
$ sudo python setup.py build
$ sudo python setup.py installAPSync
APSync is a project sponsored by eLab which simplifies the setup of companion computers so that they can be used to provide additional functionality to ArduPilot and also to ease integration with internet services. Homepage
Companion computer startup scripts and examples. Github
Telemetry Splitter
Home Directory
cmavnode
Network
Last updated