Skip to content

Simple flight computer designed to collect data from a model rocket flight.

License

Notifications You must be signed in to change notification settings

ryanoflaherty/arduino-rocket-flight-computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Model Rocket Flight Computer

This is a simple collection of programs written to collect data from a model rocket flight. The inspiration for this project came from ALTDuino.

Note: I only included the code the I wrote here. You will need to install the appropriate libraries to get this to work (e.g. Adafruit Sensor Libraries, SPIEEP, etc).

Software

There are three main programs needed to interact with the arduino:

I wanted to give a special shoutout to a bitbucket user spirilis for writing a totally awesome SPI EEPROM library that I was able to take advantage of. You can find his library SPIEEP here.

Hardware

The hardware for this project was fairly straightforward, and I was able to find them online quite easily. Here are the required components:

  • Arduino Micro (ATMega32U4 Chipset)
  • Adafruit 10-DOF IMU Breakout - L3GD20H + LSM303 + BMP180
  • Microchip 25LC512 EEPROM
  • Pololu 5V Step-Up Voltage Regulator U1V10F5
  • 150 mAh 3.7V LiPoly Battery

Sample Data

See rocket.csv for an example of what the data looks like after being read from the Arduino.

About

Simple flight computer designed to collect data from a model rocket flight.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%