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