Update MicroPeak USB page to v1.0
[web/altusmetrum] / TeleMini / index.mdwn
1 # TeleMini
2
3 This is a very small, baro-only recording dual-deploy altimeter for 
4 model rocketry with integrated telemetry link.  
5
6 Production units are available from the 
7 [Garbee and Garbee](http://auric.gag.com) web 
8 store.  TeleMini starter kits are also available from 
9 [Apogee Components](http://www.apogeerockets.com/Altus_Metrum_telemini.asp).
10
11 For the latest TeleMini firmware and related ground station software, please
12 visit the [AltOS](../AltOS) page on this site.
13
14 These are photos of our current production version: 
15
16 <a href="v1.0/telemini_top.jpg"> <img src="v1.0/telemini_top_thumb.jpg"></a>
17 <a href="v1.0/telemini_bottom.jpg"> <img src="v1.0/telemini_bottom_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 * 70cm ham-band transceiver for telemetry downlink
26 * Barometric pressure sensor good to 45k feet MSL
27 * Designed to use a single LiPo rechargeable battery
28 * 1.5 x 0.5 inch board designed to fit inside 18mm airframe coupler tube
29
30 ### Developer View ###
31
32 * Hardware Features
33         * [TI CC1111F32](http://focus.ti.com/docs/prod/folders/print/cc1111f32.html) Low Power RF System-on-Chip
34                 * Sub-1Ghz transceiver
35                 * 8051 MCU
36                 * 32k Flash
37                 * 4k RAM
38                 * USB 2.0
39                 * 6 12-bit analog inputs (11 bits with single-ended sensors)
40                 * 2 channels of serial I/O
41                 * digital I/O
42         * [Freescale MP3H6115A](http://www.freescale.com/webapp/search.partparamdetail.framework?PART_NUMBER=MP3H6115A6U) pressure sensor
43 * Software Features
44         * Written mostly in C with some 8051 assembler
45         * Runs from on-chip flash, uses on-chip RAM, stores flight data to
46                 upper blocks of on-chip flash
47 * Tools Used
48         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
49         * [SDCC](http://sdcc.sourceforge.net/) 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 TeleMini 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/telemini](http://git.gag.com/?p=hw/telemini;a=summary).  
62