Giter VIP home page Giter VIP logo

floater's Introduction

Floater

This is still very much a WIP. Some of the code works.

Dependencies

  • Imagemagick
  • Direwolf

Punchlist

  • mux control logic
  • turn on radio, activate ptt
  • stream gps data
  • get serious about some tests and project structure.
  • convert gps data into state
  • figure out correct APRS destination and digis.
  • generate APRS telemetry messages.
  • generate APRS wav
  • collect gps to object
  • collect temperatures to object (wire in 18b20)
  • send APRS wav
  • physically connect sound to radio.
  • capture image
  • image to wav
  • create sstv reception station.
  • send image as sstv
  • improve message quality on sstv picture.
  • more tests
  • cruise detection
  • descent detection
  • preflight check for devices.
  • video capture is not happening according to schedule.
  • battery meter solution (for desperate measures)
  • logic around emergency shutdown, power-up etc.
  • automation around initial set up:
  • floater starts on boot
  • floater reboots when things get really bad
  • configuration file.

Run things on the tracker

Get things there:

scp -r floater/*.py *.txt *.md [email protected]:/home/pi/fc/

Run it:

# maybe update the venv:
source /home/pi/tracker_env/bin/activate
pip install -r /home/pi/fc/requirements.txt
PYTHONPATH=/home/pi/fc/ /home/pi/tracker_env/bin/python /home/pi/fc/flight_controller.py --init

Other options: --test-gps, --test-vhf

Copy images and stuff back:

scp [email protected]:/home/pi/Pictures/photos/capture_0139.jpg ~/Desktop/test_photos/

Using Direwolf is cheating

I know. I have a branch that has a native APRS + AX.25 + AFSK implementation, but the wav files that get generated are worthless. :(

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.