d42ca5654ad23ef211d0ff11b17564448ef22f95
[web/altusmetrum] / MicroPeak / index.mdwn
1 [[!meta title="MicroPeak"]]
2 <img src="../logos/micropeak-oneline.svg" height="100"/>
3
4 # Introducing MicroPeak by AltusMetrum #
5
6 Micropeak is a barometric logging altimeter for precision model
7 rocketry altitude measurements.
8
9 <a href="v1.0/micropeak-dime.jpg"><img src="v1.0/micropeak-dime-640.jpg"></a>
10
11 Production units are available from the
12 [Garbee and Garbee](http://auric.gag.com/index.php?route=product/product&product_id=80) 
13 web store and [Apogee Components](http://www.apogeerockets.com/Electronics_Payloads/Altimeters/MicroPeak_Altimeter)
14
15 Data download is available using the [MicroPeak USB adapter](../MicroPeakUSB).
16
17 ## Documentation ##
18
19 The MicroPeak manual is available in
20 [html](../AltOS/doc/micropeak.html) and
21 [pdf](../AltOS/doc/micropeak.pdf) formats.
22
23 ## Software ##
24
25 The MicroPeak application runs on Linux, Mac OS X and Windows. It
26 communicates with the [MicroPeak USB adapter](../MicroPeakUSB) to download and analyze
27 flight data. It's written in [Java](http://java.com) and offers the
28 same functionality and interface on all three platforms. It uses the
29 FTDI USB Serial drivers to communicate with the hardware. If you're
30 running Mac OS X or Windows, a compatible version of those drivers is
31 included with the software. You can also install a different from from
32 the [FTDI Driver](http://www.ftdichip.com/FTDrivers.htm) page.
33
34 [[!inline pages="./releases/* and !*/Discussion and !*.html and !*.bz2 and !*.zip and !*.exe" show="10" rss="no" raw="yes" ]]
35
36 ## Hardware Features ##
37
38  * Measure ground pressure and peak altitude pressure.
39  * Logs 48 seconds of flight data
40  * Orange LED blinks out maximum height in decimeters.
41  * 18mm x 14mm. 1.9g including battery.
42  * Power switch.
43
44 The CR1025 battery holder is mounted on the back side of the board, so there are no external wires or batteries to manage.
45
46 ## Software features ##
47
48  * Saves last flight data to non-volatile memory.
49  * Reports previous flight on power-on.
50  * Automatically shuts down on landing to preserve battery.
51
52 ## Battery Holder ##
53
54 MicroPeak includes an integrated battery holder on the back side of
55 the circuit board.
56
57 <a href="v1.0/micropeak-back.jpg"><img
58 src="v1.0/micropeak-back-640.jpg"></a>
59
60 ## Developer View ##
61
62 Here's a close-up view of the hardware
63
64 <a href="v1.0/micropeak.jpg"><img src="v1.0/micropeak-640.jpg"></a>
65
66  * Hardware Features
67         * [ATMEL ATtiny85](http://www.atmel.com/devices/attiny85.aspx) Microcontroller
68                 * 8K flash
69                 * 512B RAM
70                 * 512B EEPROM
71                 * SPI/I2C interface
72         * [Measurement Specialties MS5607](http://www.meas-spec.com/product/t_product.aspx?id=8499) Micro Altimeter Module
73                 * Wide range — 120kPa to 1kPa (approximately -1500m to 31000m)
74                 * High precision — 2.4Pa resolution (approximately 20cm at sea level)
75                 * Factory calibrated.
76         * CR1025 Lithium Battery
77                 * 30mAh. Runs MicroPeak for more than 40 hours on the pad or in flight
78         * [OSRAM LO T67K](http://catalog.osram-os.com/catalogue/catalogue.do?favOid=000000000002269f00090023&act=showBookmark) orange LED
79         * Standard 6-pin AVR programming interface.
80
81  * Software Features
82         * Written in C
83         * Samples pressure every 96ms
84         * Delay 30s after power-on to finish airframe prep
85         * Detect boost with 10m altitude change
86         * Exponential averaging filter to minimize transient effects.
87
88  * Tools Used
89         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
90         * [GCC](http://gcc.gnu.org) as an AVR cross-compiler
91
92  * Licenses
93         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
94         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
95
96 <center><img src="../logos/micropeak.svg" height="64"/>