Merge branch 'master' of ssh://git.gag.com/scm/git/web/altusmetrum
[web/altusmetrum] / TeleMini / index.mdwn
1 [[!meta title="TeleMini"]]
2 # TeleMini
3
4 This is a very small, baro-only recording dual-deploy altimeter for 
5 model rocketry with integrated telemetry link.  
6
7 Version 3.0 is back from fabrication and are ready for sale. Units are
8 available from the [Garbee and Garbee](http://shop.gag.com) web 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 Here's two photos of v3.0, top and bottom:
14
15 <a href="v3.0/telemini-v3.0-top.jpg"> <img src="v3.0/telemini-v3.0-top-640.jpg"></a>
16 <br>
17 <a href="v3.0/telemini-v3.0-bottom.jpg"> <img src="v3.0/telemini-v3.0-bottom-640.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 100k feet MSL
27 * Designed to use a single LiPo rechargeable battery
28 * 512kB flight data storage
29 * 1.7 x 0.5 inch board designed to fit inside 18mm airframe coupler tube
30
31 ### Developer View ###
32
33 * Hardware Features
34         * [ST STM32F042G6](http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f0-series/stm32f0x2/stm32f042g6.html) system on chip
35                 * ARM Cortex-M0 MCU
36                 * 32k Flash
37                 * 6k RAM
38                 * USB 2.0
39                 * digital I/O
40         * [TI CC1200](http://www.ti.com/product/cc1200) High Performance RF Transceiver for Narrowband Systems 
41         
42         * [Measurement Specialties MS5607](http://www.te.com/usa-en/product-CAT-BLPS0035.html) pressure sensor
43         * [Macronix MX25L4006E](http://www.macronix.com/Lists/Datasheet/Attachments/5087/MX25L4006E,%203V,%204Mb,%20v1.6.pdf) 512kB serial flash memory
44 * Software Features
45         * Written mostly in C with some ARM assembler
46 * Tools Used
47         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
48         * [SDCC](http://sdcc.sourceforge.net/) compiler and source debugger
49 * Licenses
50         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
51         * The software is licensed [GPL version 2 or later](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
52
53 ## Older Versions ##
54
55 [Version 1.0](v1.0). Same width (0.5 inches), but doesn't have the
56 rear two mounting holes so it's a bit shorter (1.5 inches instead of
57 1.67 inches).
58
59 ## Artifacts ##
60
61 There is a single manual for TeleMini and all other Altus Metrum products,
62 which is available in [html](../AltOS/doc/altusmetrum.html) and 
63 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
64
65 An outline of the board with drill hole locations is available in
66 [pdf](../Documents/telemini-v3-outline.pdf) format.
67
68 The hardware design files can be found on [git.gag.com](http://git.gag.com) 
69 in the project [hw/telemini](http://git.gag.com/?p=hw/telemini;a=summary).  
70