Git Product home page Git Product logo

apsync-kakute's Introduction

APSync Companion

Introduction

This repository contains a series of scripts for running on a Raspberry Pi in order to configure it for running with the Pi-Connect board (though it will run on any Raspberry Pi with a flight controller connected to the UART).

The scripts are designed to be as automated as possible.

The software is heavily based on the "APSync" companion computer software. Here it has been simplified to become a minimal package.

Running

Download this repository to a fresh Raspberry Pi install. It is assumed this repository has been cloned into the ~/ directory.

Run each of the mainN.sh (ie main1.sh, then main2.sh, then main3.sh) scripts in turn. The Raspberry Pi will reboot at the end of each script.

At the end, the Raspberry Pi will be ready for use.

Using

The Flight controller (Kakute F4 in this case) needs to have the following parameters set:

  • SERIAL1_BAUD 921
  • SERIAL1_OPTIONS 2

The software running includes:

  • mavlink-router for distributing telemetry
  • APWeb for a web-based monitoring and control
  • apstreamline for low-latency video
  • A Wifi access point "ardupilot" (default password "ardupilot")

Once connected to the Wifi access point the interfaces and be accessed.

  • The web interface and video streaming control can be access via http://10.0.1.128
  • Telemetry software can be connected via UDP IP 10.0.1.128, port 14550. For example with MAVProxy use the command mavproxy.py --master=udpout:10.0.1.128:14550

Note the the above interfaces can be accessed via the Raspberry Pi's ethernet port, but the IP address will be different (as per the LAN configuration).

Known Issues

apsync-kakute's People

Contributors

stephendade avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.