Typo in easymini parts image link
[web/altusmetrum] / EasyMini / index.mdwn
1 # EasyMini
2
3 This is a small, baro-only recording dual-deploy altimeter for 
4 model rocketry
5
6 EasyMini is currently in development, with a handful of prototype
7 boards built and flown. Production units will eventually be available from the 
8 [Garbee and Garbee](http://auric.gag.com) web 
9 store.
10
11 For the latest EasyMini firmware and related ground station software, please
12 visit the [AltOS](../AltOS) page on this site.
13
14 These are photos of our current prototype version: 
15
16 <a href="v0.2/easymini-top.jpg"> <img src="v0.2/easymini-top-thumb.jpg"></a>
17 <a href="v0.2/easymini-parts.jpg"> <img src="v0.2/easymini-parts-thumb.jpg"></a>
18
19 ## Features ##
20
21 ### User View ###
22
23 * Recording altimeter for model rocketry
24 * Supports dual deployment (can fire 2 ejection charges)
25 * Barometric pressure sensor good to 100k feet MSL
26 * Designed to use a battery supplying 3.7V-12V.
27 * 1.5 x 0.8 inch board designed to fit inside 24mm airframe coupler tube
28 * 2MB on-board data logging flash
29
30 ### Developer View ###
31
32 * Hardware Features
33         * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip
34                 * ARM Cortex-M0 MCU
35                 * 32k Flash
36                 * 6k RAM
37                 * USB 2.0
38                 * 8 12-bit analog inputs
39                 * I2C, SPI, async serial
40                 * digital I/O
41         * [Measurement Specialties MS5607](http://www.meas-spec.com/product/pressure/MS5607-02BA03.aspx) pressure sensor
42         * 2MB SPI flash
43 * Software Features
44         * Written mostly in C with some ARM assembler
45         * Runs from on-chip flash, uses on-chip RAM, stores flight data to
46                 flash memory part
47 * Tools Used
48         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
49         * [GCC](http://gcc.gnu.org/) compiler and source debugger
50 * Licenses
51         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
52         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
53
54 ## Artifacts ##
55
56 There is a single manual for EasyMini and all other Altus Metrum products,
57 which is available in [html](../AltOS/doc/altusmetrum.html) and 
58 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
59
60 The hardware design files can be found on [git.gag.com](http://git.gag.com) 
61 in the project [hw/easymini](http://git.gag.com/?p=hw/easymini;a=summary).