Giter VIP home page Giter VIP logo

raspiflight's Introduction

===============
  RaspiFlight
===============

Part of a flight controller module for the RaspberryPi. Manages a GPS module, Barometric/Altitude/Temperature sensors, and a camera module.

---------------
  pre Launch
---------------

Last minute change on the pi hardware itself that made
RaspiFlight redirect output to a file instead of stdout.
This isn't reflected in the code here because this change
was made in the field. We were still having too many errors
with radio transmission to risk losing ALL of the data
that could have been collected.

The only thing that would have been different is that
I (ryan) changed all the ui "print" statements to out.write()
which appended to a file in the local directory. The rest of the code
is as it was the day of the launch.


---------------
     v0.30
---------------
-RaspiFlight.py
  -Added GPS to UI

-GPS.py
  -Removed test code

---------------
     v0.25
---------------
-RaspiFlight.py
  -Made as entry point to the program
  -Created interface to display program output

-piCam.py
  -Changed from a class to a script to enable usage by RaspiFlight.py
  -renamed to PiCam.py
  
-BMP.py
  -general bug fixes and some cleanup of the code

---------------
     v0.01
---------------
-Attached program to Adafruit library for use of the Sensors on the Barometer module

-RaspiFlight
        Added
        Will later make use of as the "main" point of entry into the program

-BMP.py
        Initializes the sensors on the Barometer and can make calls to get
        Temperature (In C), Altitude (approximate), and Pressure

-piCam.py
  -Added function to parse .conf file
  -Executes both Stills and Video

-PiCamConfig.py was removed. Not worth the effor to implement right now.
  Just configure the .conf manually. Instructions are inside of the file.

raspiflight's People

Contributors

wateryan avatar

Watchers

James Cloos avatar  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.