Add future MicroPeak USB adapter pictures
[web/altusmetrum] / TeleMini / index.mdwn
1 # TeleMini #
2
3 TeleMini version 2.0 is a small, baro-only recording dual-deploy
4 altimeter for model rocketry with integrated telemetry link.  The board 
5 form factor and features are identical to [EasyMini](../EasyMini/), with the
6 addition of radio telemetry and direction finding.  TeleMini is an excellent
7 choice for mid-power and smaller high-power rockets, and can also be a
8 cost-effective solution for booster recovery in multi-stage projects, etc.
9
10 For the latest TeleMini firmware and related ground station software, please
11 visit the [AltOS](../AltOS) page on this site.
12
13 These are photos of an early prototype version: 
14
15 <a href="v2.0/telemini-top.jpg"> <img src="v2.0/telemini-top-thumb.jpg"></a>
16 <a href="v2.0/telemini-parts.jpg"> <img src="v2.0/telemini-parts-thumb.jpg"></a>
17
18 ## Features ##
19
20 ### User View ###
21
22  * Recording altimeter for model rocketry
23  * Supports dual deployment (can fire 2 ejection charges)
24  * 70cm ham-band transceiver for telemetry downlink
25  * Barometric pressure sensor good to 100k' feet MSL
26  * Designed to use any battery from 3.7 - 12V
27  * Screw terminals for pyro connectors, switch and external battery
28  * Built-in USB connector for configuration and data download
29  * 1.5 x 0.8 inch board designed to fit inside 24mm airframe coupler tube
30
31 ### Developer View ###
32
33 * Hardware Features
34         * [TI CC1111F32](http://focus.ti.com/docs/prod/folders/print/cc1111f32.html) Low Power RF System-on-Chip
35                 * Sub-1Ghz transceiver
36                 * 8051 MCU
37                 * 32k Flash
38                 * 4k RAM
39                 * USB 2.0
40                 * 6 12-bit analog inputs (11 bits with single-ended sensors)
41                 * 2 channels of serial I/O
42                 * digital I/O
43         * [Measurement Specialties MS5607](http://www.meas-spec.com/product/pressure/MS5607-02BA03.aspx) pressure sensor
44         * 1MB SPI flash
45 * Software Features
46         * Written mostly in C with some 8051 assembler
47         * Runs from on-chip flash, uses on-chip RAM, stores flight data to
48                 on-board flash memory
49 * Tools Used
50         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
51         * [SDCC](http://sdcc.sourceforge.net/) compiler and source debugger
52 * Licenses
53         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
54         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
55
56 ## Artifacts ##
57
58 There is a single manual for TeleMini and all other Altus Metrum products,
59 which is available in [html](../AltOS/doc/altusmetrum.html) and 
60 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
61
62 An outline of the board with drill hole locations is available in
63 [pdf](../Documents/easymini-outline.pdf) format.
64
65 The hardware design files can be found on [git.gag.com](http://git.gag.com) 
66 in the project [hw/telemini](http://git.gag.com/?p=hw/telemini;a=summary).  
67
68 ## [History of TeleMini](history) ##
69
70 ## Future Plans ##
71
72 Our current prototypes mostly work, but there are a couple issues yet to 
73 resolve.  We hope to complete this design and put TeleMini v2.0 into production
74 sometime in mid-2014.