Move telemini v1.2 content to telemini page, v1.0 to history
[web/altusmetrum] / TeleMini / history.mdwn
1 # TeleMini History
2
3 # TeleMini Version 1.0 #
4
5 The very first TeleMini design became 1.0. It was a very small,
6 baro-only recording dual-deploy altimeter for model rocketry with
7 integrated telemetry link.
8
9 <a href="v1.0/telemini_top.jpg"> <img src="v1.0/telemini_top_thumb.jpg"></a>
10 <a href="v1.0/telemini_bottom.jpg"> <img src="v1.0/telemini_bottom_thumb.jpg"></a>
11
12 ## Features ##
13
14 ### User View ###
15
16 * Recording altimeter for model rocketry
17 * Supports dual deployment (can fire 2 ejection charges)
18 * 70cm ham-band transceiver for telemetry downlink
19 * Barometric pressure sensor good to 45k feet MSL
20 * Designed to use a single LiPo rechargeable battery
21 * 1.5 x 0.5 inch board designed to fit inside 18mm airframe coupler tube
22
23 ### Developer View ###
24
25 * Hardware Features
26         * [TI CC1111F32](http://focus.ti.com/docs/prod/folders/print/cc1111f32.html) Low Power RF System-on-Chip
27                 * Sub-1Ghz transceiver
28                 * 8051 MCU
29                 * 32k Flash
30                 * 4k RAM
31                 * USB 2.0
32                 * 6 12-bit analog inputs (11 bits with single-ended sensors)
33                 * 2 channels of serial I/O
34                 * digital I/O
35         * [Freescale MP3H6115A](http://www.freescale.com/webapp/search.partparamdetail.framework?PART_NUMBER=MP3H6115A6U) pressure sensor
36 * Software Features
37         * Written mostly in C with some 8051 assembler
38         * Runs from on-chip flash, uses on-chip RAM, stores flight data to
39                 upper blocks of on-chip flash
40 * Tools Used
41         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
42         * [SDCC](http://sdcc.sourceforge.net/) compiler and source debugger
43 * Licenses
44         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
45         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
46
47 ## Artifacts ##
48
49 There is a single manual for TeleMini and all other Altus Metrum products,
50 which is available in [html](../AltOS/doc/altusmetrum.html) and 
51 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
52
53 The hardware design files can be found on [git.gag.com](http://git.gag.com) 
54 in the project [hw/telemini](http://git.gag.com/?p=hw/telemini;a=summary).  
55
56 For those who don't have ready access to the gEDA suite, here are pdf snapshots
57 of the files for Production PCB version 1.0 in more easily readable form.  
58
59 * [schematic](v1.0/telemini.pdf)
60 * [pcb artwork](v1.0/telemini.pcb.pdf)
61 * [bill of materials](v1.0/partslist.csv)
62