Skip to content

A repo containing code for the teams initial flight. This has no control over the rocket, and is used to log sensor data and communicate wirelessly over the 433MHz band

Notifications You must be signed in to change notification settings

team999/metis-1-onboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

test-flight-software

A repo containing code for the teams initial flight. This has no control over the rocket, and is used to log sensor data and communicate wirelessly over the 433MHz band.

Code used with the MPU-9825 board was found in this repo: https://github.com/kriswiner/MPU-9250 Included is a libraries folder, which must be copied into the Arduino global libraries folder for this code to run.

This code requires the TinyGPS++ library. More information here http:https://arduiniana.org/libraries/tinygpsplus/

This code requires the now deprecated RF22 library found here http:https://www.airspayce.com/mikem/arduino/RF22/index.html Note: the use of a deprecated library is not ideal, however for initial implementation the use of naive radio is required, where the SDR on the ground station does not send back an acknowledge.

To run, build circuit and upload code to Teensy of other Arduino compatable microcontroller, with pin numbers adjusted in code to suit your circuit.

About

A repo containing code for the teams initial flight. This has no control over the rocket, and is used to log sensor data and communicate wirelessly over the 433MHz band

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.3%
  • Other 35.7%