Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cannikin/rocket_altimeter
Uses a LightBlue Bean and BMP085 barometer to record maximum rocket altitude
https://github.com/cannikin/rocket_altimeter
Last synced: about 2 months ago
JSON representation
Uses a LightBlue Bean and BMP085 barometer to record maximum rocket altitude
- Host: GitHub
- URL: https://github.com/cannikin/rocket_altimeter
- Owner: cannikin
- Created: 2015-03-18T05:56:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T18:18:18.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T15:22:32.856Z (3 months ago)
- Language: Arduino
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocket Altimeter
This Arduino sketch uses a [LightBlue Bean](https://punchthrough.com/bean/), [Bosch BMP085 barometer](http://www.adafruit.com/products/391) and a couple of [switches](http://www.adafruit.com/products/391)
to record and display maximum measured altitude. It was originally designed to be strapped
to a rocket to record how it reached.Button A sets the unit to altitude recording mode. Button B exits recording mode and
displays the maximum altitude reached with a series of blinks: first the hundreds position,
then tens, then ones. For example:[blink] ... [blink][blink] ... [blink][blink][blink]
Reads 123 feet. There is a slight delay (750ms) between each digit position.