Raspberry Pi

A tiny and affordable computer that you can use to learn programming through fun, practical projects. Homepage

Quick Software Getting Started

  1. Raspberry Pi

    1. APSync

      1. Installing APSync

      2. Ssh into Raspberry Pi APSync

      3. 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 install

APSync

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