X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=MicroPeak%2Findex.mdwn;h=ff1c5ba9dac23ab60817ced9e3006eccbbdea559;hb=5f5341ad972b369a7f3cc9b107a45f53057de843;hp=5c732571afe834dcd00ca94c6c33128e8cf488d9;hpb=75fe3514748e29bd950b57b74ee8751fafdf5f20;p=web%2Faltusmetrum diff --git a/MicroPeak/index.mdwn b/MicroPeak/index.mdwn index 5c73257..ff1c5ba 100644 --- a/MicroPeak/index.mdwn +++ b/MicroPeak/index.mdwn @@ -1,34 +1,73 @@ -# MicroPeak +[[!meta title="MicroPeak"]] + -This is a peak-recording barometric altimeter for precision model +# Introducing MicroPeak by AltusMetrum # + +Micropeak is a barometric logging altimeter for precision model rocketry altitude measurements. - + + +Production units are available from the +[Garbee and Garbee](https://shop.gag.com) +web store and [Apogee Components](http://www.apogeerockets.com/Electronics_Payloads/Altimeters/MicroPeak_Altimeter) + +Data download is available using the [MicroPeak USB adapter](../MicroPeakUSB). + +## Documentation ## + +The MicroPeak manual is available in +[html](../AltOS/doc/micropeak.html) and +[pdf](../AltOS/doc/micropeak.pdf) formats. + +## Software ## + +The MicroPeak application runs on Linux, Mac OS X and Windows. It +communicates with the [MicroPeak USB adapter](../MicroPeakUSB) to download and analyze +flight data. It's written in [Java](http://java.com) and offers the +same functionality and interface on all three platforms. It uses the +FTDI USB Serial drivers to communicate with the hardware. If you're +running Mac OS X or Windows, a compatible version of those drivers is +included with the software. You can also install a different from from +the [FTDI Driver](http://www.ftdichip.com/FTDrivers.htm) page. + +MicroPeak is part of the larger [AltOS](/AltOS) suite of software, which also +includes a dedicated [TeleGPS](/TeleGPS) application. -Production units will be available from the -[Garbee and Garbee](http://auric.gag.com) web -store. +### Available Versions ### -## Features ## +[[!inline pages="./releases/* and !*/Discussion and !*.sh and !*.html and !*.bz2 and !*.zip and !*.exe and !*.dmg" show="10" rss="no" raw="yes" ]] + +## Hardware Features ## * Measure ground pressure and peak altitude pressure. - * Blue LED blinks out maximum height in decimeters. + * Logs 48 seconds of flight data + * Orange LED blinks out maximum height in decimeters. * 18mm x 14mm. 1.9g including battery. * Power switch. The CR1025 battery holder is mounted on the back side of the board, so there are no external wires or batteries to manage. -Here's a close-up view: - - -### Software features ### +## Software features ## * Saves last flight data to non-volatile memory. * Reports previous flight on power-on. * Automatically shuts down on landing to preserve battery. -### Developer View ### +## Battery Holder ## + +MicroPeak includes an integrated battery holder on the back side of +the circuit board. + + + +## Developer View ## + +Here's a close-up view of the hardware + + * Hardware Features * [ATMEL ATtiny85](http://www.atmel.com/devices/attiny85.aspx) Microcontroller @@ -41,13 +80,15 @@ Here's a close-up view: * High precision — 2.4Pa resolution (approximately 20cm at sea level) * Factory calibrated. * CR1025 Lithium Battery - * 30mAh. Runs MicroPeak for 15 hours on the pad or in flight + * 30mAh. Runs MicroPeak for more than 40 hours on the pad or in flight + * [OSRAM LO T67K](http://catalog.osram-os.com/catalogue/catalogue.do?favOid=000000000002269f00090023&act=showBookmark) orange LED * Standard 6-pin AVR programming interface. * Software Features * Written in C * Samples pressure every 96ms - * Detect boost with 4m altitude change + * Delay 30s after power-on to finish airframe prep + * Detect boost with 30m altitude change * Exponential averaging filter to minimize transient effects. * Tools Used @@ -58,3 +99,4 @@ Here's a close-up view: * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html) * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) +