/IcarusAltimeter

Icarus Model Rocket Altimeter

Primary LanguageC++MIT LicenseMIT

IcarusAltimeter

Icarus Model Rocket Altimeter, by Tennessee Carmel-Veilleux.

MIT License. See LICENSE file.

Simple model rocket altimeter/data logger using Adafruit Trinket 3V.

Parts

Connections

Pin Signal Purpose
A5 SCL I2C SCL for sensors
A4 SDA I2C SDA for sensors
3V BMP085 VIN Supply for BMP085
3V ADXL345 3V3 Supply for ADXL345
#4 ADXL345 ITN1 Interrupt line for ADXL345

Building the code

To build the code with Arduino IDE, you must install some libraries. The libraries needed are in src/libs/libs.zip. You need to unzip this in your Arduino Libraries folder (on Windows: <My Documents>\Arduino\libraries). See Adafruit's All About Arduino Libraries tutorial for more details.

The libraries used are:

TODO: More documentation