f02b17caf9bbb046916f7c9d5327268f0ea952fe
[web/altusmetrum] / TeleMetrum / index.mdwn
1 # TeleMetrum
2
3 This is a recording dual-deploy altimeter for high power model rocketry 
4 with integrated GPS and telemetry link.  
5
6 For the latest TeleMetrum firmware and related ground station software, please
7 visit the [AltOS](../AltOS) page on this site.
8
9 These are photos of the previous production version (we haven't taken good
10 pictures of v2.0 yet):
11
12 <a href="v1.1/telemetrum-v1.1-thside.jpg"> <img src="v1.1/telemetrum-v1.1-thside-thumb.jpg"></a>
13 <a href="v1.1/telemetrum-v1.1-smtside.jpg"> <img src="v1.1/telemetrum-v1.1-smtside-thumb.jpg"></a>
14
15 ## Features ##
16
17 ### User View ###
18
19 * Recording altimeter for model rocketry
20 * Supports dual deployment (can fire 2 ejection charges)
21 * 70cm ham-band transceiver for telemetry downlink
22 * Barometric pressure sensor good to 100k feet MSL
23 * 1-axis 105-g accelerometer for motor characterization
24 * On-board, integrated GPS receiver
25 * On-board non-volatile memory for flight data storage
26 * USB for power, configuration, and data recovery
27 * Integrated support for LiPo rechargeable batteries
28 * Uses LiPo to fire e-matches, can be made to support separate pyro battery
29 * 2.75 x 1 inch board designed to fit inside 29mm airframe coupler tube
30
31 ### Developer View ###
32
33 * Hardware Features of v2.0
34         * ST Micros [STM32L151](http://www.st.com/internet/mcu/product/248821.jsp) ARM Cortex M3 based Microcontroller
35         * TI [CC1120](http://www.ti.com/product/cc1120) High Performance RF Transceiver for Narrowband Systems 
36         * 150mA 3.3V LDO regulator
37         * [Winbond W25Q64CV](http://www.winbond.com/hq/enu/ProductAndSales/ProductLines/FlashMemory/SerialFlash/W25Q64CV.htm) serial flash memory
38         * [u-blox](http://www.u-blox.com/) MAX-7Q GPS receiver
39                 * on-board passive patch antenna
40                 * async serial interface
41         * Measurement Specialties [MS5607](http://www.meas-spec.com/product/t_product.aspx?id=8499) Micro Altimeter Module
42                 * Wide range — 120kPa to 1kPa (approximately -1500m to 31000m)
43                 * High precision — 2.4Pa resolution (approximately 20cm at sea level)
44                 * Factory calibrated.
45         * Freescale [MMA6555](http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MMA65xx&fsrch=1&sr=1) Single Axis SPI Intertial Sensor
46                 * +- 105g full-scale
47                 * on-chip 12-bit digitizer
48 * Software Features
49         * Written mostly in C with some ARM assembler
50         * Runs from on-chip flash, uses on-chip RAM, stores flight data to serial flash
51         * USB serial emulation for "console" interface
52 * Tools Used
53         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
54 * Licenses
55         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
56         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
57
58 Compared with the v1 series, v2 includes a better GPS (uBlox vs
59 Skytraq), higher power radio (40mW instead of 10mW), wider range and
60 more precise pressure sensor (100k' MSL vs 45k' MSL), larger on-board
61 storage (8MB vs 2MB), more precise, wider range accelerometer (12 bits instead of
62 10 bits, 105g instead of 70g) and faster processor (32-bit ARM instead
63 of 8-bit 8051).
64
65 ## [Production History](../production) ##
66
67 ## [Flight Logs](flightlogs) ##
68
69 ## Videos ##
70
71 There are a number of TeleMetrum customer and other 
72 [videos on YouTube](http://www.youtube.com/results?search_query=telemetrum)
73
74 ## Artifacts ##
75
76 There is a single manual for TeleMetrum and all other Altus Metrum products,
77 which is available in [html](../AltOS/doc/altusmetrum.html) and 
78 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
79
80 The hardware design current gEDA files are available from 
81 [git.gag.com](http://git.gag.com) in the project 
82 [hw/telemetrum](http://git.gag.com/?p=hw/telemetrum;a=summary).  
83
84 Work on the next version proceeds on the master branch, with occasional
85 temporary branches created when Bdale is making some major / speculative
86 change.  Branched with names like 'v2.0' document what we're actually flying 
87 on the respective PCB revisions.  
88
89 For those who don't have ready access to the gEDA suite, here are pdf snapshots
90 of the files for Production PCB version 2.0 in more easily readable form.  
91
92 * [schematic](v2.0/telemetrum-sch.pdf)
93 * [pcb artwork](v2.0/telemetrum-pcb.pdf)
94 * [bill of materials](v2.0/partslist.csv)
95
96 Rockets we know of flying with TeleMetrum boards have exceeded 50g acceleration, 
97 been well above Mach 1, and reached altitudes 
98 greater than 25k feet AGL with great results.  Keith's second generation 
99 ground station program called AltosUI works on Windows, Mac, and Linux systems
100 and logs telemetry to disk, displays current and max values for key parameters 
101 during flight, includes voice synthesis during the flight so that 
102 our eyes can stay on the rockets, and even includes live display of rocket
103 position over moving maps!  After flight, altosui can extract the 
104 complete flight log from TeleMetrum, can display plots of the data from either
105 the telemetry received by radio or the onboard flight log, can output a kml 
106 file for use with [Google Earth](http://earth.google.com), and can also 
107 output all the flight data as a csv file for easy import to spreadsheet 
108 programs or other analysis tools allowing you to perform whatever
109 custom analysis you can envision!  More details on the software, 
110 including full source code and pre-built packages
111 can be found on the [AltOS](../AltOS) page on this site.  Feel free to 
112 download the software and try it before purchasing our hardware!
113
114 ## Future Plans ##
115
116 Prototypes of v2.0 were flown at Airfest 2013 and everything worked
117 great, except that we're not satisfied with the performance of the GPS
118 antenna chosen.  We hope to resolve that issue soon and should have
119 TeleMetrum v2.0 boards for sale shortly.
120
121 ## [History of TeleMetrum](history) ##
122