Skip to content

SeanAbbott1/AvionicsSensors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avoinics Sensors, for Orientation Thruster

This repo contains the progress made by everyone in Tranquility Aerospace and Citizen Inventor's co-learning "course" on DIY Orientation Thruster.

Repo

Currently the repo contain a mix of sensor libraries and useful code, which will be updated as we learn.

  • reference lib - contains a list of sensor libraries from various source
    • NOTE! TinyGPS code will not work with uBx chipsets!!!
  • folders outside of reference library contain developed code for avionics based on the reference libraries

##GPS

  • uBx main code folder for GPS chipsets, for now it only emulates u-Centre comms capacity. It supersedes TinyGPS-13 code, which was intended for different chip.
  • Serial introductory code for dual communication. Intended as starting point for GPS corrections support or nav payload relay.

Getting started

If you are programming the sensors for the first time, the best place to start is to check the sensor you have on hand and go to the reference library that is relevant to that sensor. Then install the library and start modifying the examples. Then save the example sketch you have in a different name and commit it!

Contribution

Generally very open, just don't commit directly to this repo/master ;) For example, a good way to do it is to fork this repo, make changes on your repo/branch and make a pull request (we'll merge it).

About

AvionicsSensors for DIY Orientation Thruster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.6%
  • C 19.6%
  • Other 19.1%
  • Processing 5.7%