5763152cf10c3119c773756338d26ddc9cdcfa5c
[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.
9
10 For the latest TeleMini firmware and related ground station software, please
11 visit the [AltOS](../AltOS) page on this site.
12
13 ## Features ##
14
15 ### User View ###
16
17 * Recording altimeter for model rocketry
18 * Supports dual deployment (can fire 2 ejection charges)
19 * 70cm ham-band transceiver for telemetry downlink
20 * Barometric pressure sensor good to 45k feet MSL
21 * Designed to use a single LiPo rechargeable battery
22 * 1.5 x 0.5 inch board designed to fit inside 18mm airframe coupler tube
23
24 ### Developer View ###
25
26 * Hardware Features
27         * [TI CC1111F32](http://focus.ti.com/docs/prod/folders/print/cc1111f32.html) Low Power RF System-on-Chip
28                 * Sub-1Ghz transceiver
29                 * 8051 MCU
30                 * 32k Flash
31                 * 4k RAM
32                 * USB 2.0
33                 * 6 12-bit analog inputs (11 bits with single-ended sensors)
34                 * 2 channels of serial I/O
35                 * digital I/O
36         * [Freescale MP3H6115A](http://www.freescale.com/webapp/search.partparamdetail.framework?PART_NUMBER=MP3H6115A6U) pressure sensor
37 * Software Features
38         * Written mostly in C with some 8051 assembler
39         * Runs from on-chip flash, uses on-chip RAM, stores flight data to
40                 upper blocks of on-chip flash
41 * Tools Used
42         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
43         * [SDCC](http://sdcc.sourceforge.net/) compiler and source debugger
44 * Licenses
45         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
46         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
47
48 ## Artifacts ##
49
50 There is a single manual for TeleMini and all other Altus Metrum products,
51 which is available in [html](../AltOS/doc/altusmetrum.html) and 
52 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
53
54 The hardware design files can be found on [git.gag.com](http://git.gag.com) 
55 in the project [hw/telemini](http://git.gag.com/?p=hw/telemini;a=summary).  
56