Add outline pdfs for everyone
[web/altusmetrum] / TeleMega / index.mdwn
1 # TeleMega
2
3 This is a high-end recording dual-deploy altimeter for high power model 
4 rocketry with integrated GPS and telemetry link.  The features included
5 make TeleMega the ideal choice for complex projects including sustainers
6 on multi-stage projects.  In particular, pyro events are configurable and 
7 can be based on time and various flight events and status, including angle 
8 from vertical.
9
10 For the latest TeleMega firmware and related ground station software, please
11 visit the [AltOS](../AltOS) page on this site.  TeleMega requires AltOS
12 version 1.3 or later.
13
14 These are photos of the current production version 1.0:
15
16 <a href="v1.0/telemega-v1.0-top.jpg"> <img src="v1.0/telemega-v1.0-top-thumb.jpg"></a>
17 <a href="v1.0/telemega-v1.0-bottom.jpg"> <img src="v1.0/telemega-v1.0-bottom-thumb.jpg"></a>
18
19 ## Features ##
20
21 ### User View ###
22
23 * Recording altimeter for high power model rocketry
24 * Supports dual deployment and 4 additional pyro events.  
25   Pyro events are 
26   configurable and can be based on time and various flight events and status,
27   including angle from vertical (for safety in staging and air start flights).
28 * 70cm ham-band transceiver for telemetry downlink
29 * Barometric pressure sensor good to 100k feet MSL
30 * 1-axis 105-g accelerometer for motor characterization
31 * 3-axis 16-g accelerometer for gyro calibration
32 * 3-axis 2000 deg/sec gyros
33 * 3-axis magnetic sensor
34 * On-board, integrated GPS receiver
35 * On-board non-volatile memory for flight data storage
36 * USB for power, configuration, and data recovery
37 * Integrated support for LiPo rechargeable batteries
38 * User choice of pyro battery configuration, can use primary LiPo or any
39   customer-chosen separate pyro battery up to 12 volts nominal.
40 * 3.25 x 1.25 inch board designed to fit inside 38mm airframe coupler tube
41
42 ### Developer View ###
43
44 * Hardware Features of v0.3
45         * ST Micros [STM32L151](http://www.st.com/internet/mcu/product/248821.jsp) ARM Cortex M3 based Microcontroller
46         * TI [CC1120](http://www.ti.com/product/cc1120) High Performance RF Transceiver for Narrowband Systems 
47         * 150mA 3.3V LDO regulator
48         * [Winbond W25Q64CV](http://www.winbond.com/hq/enu/ProductAndSales/ProductLines/FlashMemory/SerialFlash/W25Q64CV.htm) serial flash memory
49         * [u-blox](http://www.u-blox.com/) MAX-7Q GPS receiver
50                 * on-board TaoGlas passive patch antenna
51                 * async serial interface
52         * Measurement Specialties [MS5607](http://www.meas-spec.com/product/t_product.aspx?id=8499) Micro Altimeter Module
53                 * Wide range — 120kPa to 1kPa (approximately -1500m to 31000m)
54                 * High precision — 2.4Pa resolution (approximately 20cm at sea level)
55                 * Factory calibrated.
56         * Freescale [MMA6555](http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MMA65xx&fsrch=1&sr=1) Single Axis SPI Intertial Sensor
57                 * +- 105g full-scale
58                 * on-chip 12-bit digitizer
59         * Invensense [MPU-6000](http://invensense.com/mems/gyro/mpu6050.html) Six-Axis MEMS Motion Tracking Device
60                 * tri-axis angular rate sensor up to 2000 degrees/second
61                 * tri-axis accelerometer with +- 16g range
62                 * three on-chip ADCs for true simultaneous sampling of all axes
63         * Honeywell HMC5883L 3-axis magnetic (compass) sensor
64 * Software Features
65         * Written mostly in C with some ARM assembler
66         * Runs from on-chip flash, uses on-chip RAM, stores flight data to serial flash
67         * USB serial emulation for "console" interface
68 * Tools Used
69         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
70 * Licenses
71         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
72         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
73
74 ## Artifacts ##
75
76 There is a single manual for TeleMega and most other Altus Metrum products,
77 which is available in [html](../AltOS/doc/altusmetrum.html) and 
78 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
79
80 An outline of the board with drill hole locations is available in
81 [pdf](../Documents/telemega-outline.pdf] format.
82
83 The hardware design current gEDA files are available from 
84 [git.gag.com](http://git.gag.com) in the project 
85 [hw/telemega](http://git.gag.com/?p=hw/telemega;a=summary).  
86
87 For those who don't have ready access to the gEDA suite, here are pdf snapshots
88 of the files for Production PCB version 1.0 in more easily readable form:
89
90 * [schematic](v1.0/telemega-sch.pdf)
91 * [pcb artwork](v1.0/telemega-pcb.pdf)
92 * [bill of materials](v1.0/partslist.csv)
93
94 ## Future Plans ##
95
96 Version 1.0 is now available for purchase.