update TeleMega docs to v6.0
[web/altusmetrum] / TeleMega / index.mdwn
1 [[!meta title="TeleMega"]]
2 # TeleMega
3
4 This is a high-end recording dual-deploy altimeter for high power model 
5 rocketry with integrated GPS and telemetry link.  The features included
6 make TeleMega the ideal choice for complex projects including sustainers
7 on multi-stage projects.  In particular, pyro events are configurable and 
8 can be based on time and various flight events and status, including angle 
9 from vertical.
10
11 For the latest TeleMega firmware and related ground station software, please
12 visit the [AltOS](../AltOS) page on this site. 
13
14 These are photos of production version 1.0 .. maybe someday we'll take photos
15 of a newer version (?) .. but they look very similar:
16
17 <a href="v1.0/telemega-v1.0-top.jpg"> <img src="v1.0/telemega-v1.0-top-thumb.jpg"></a>
18 <a href="v1.0/telemega-v1.0-bottom.jpg"> <img src="v1.0/telemega-v1.0-bottom-thumb.jpg"></a>
19
20 ## Features ##
21
22 ### User View ###
23
24 * Recording altimeter for high power model rocketry
25 * Supports dual deployment and 4 additional pyro events.  
26   Pyro events are 
27   configurable and can be based on time and various flight events and status,
28   including angle from vertical (for safety in staging and air start flights).
29 * 70cm ham-band transceiver for telemetry downlink
30 * Barometric pressure sensor good to 100k feet MSL
31 * 1-axis 200-g accelerometer for motor characterization
32 * 3-axis 16-g accelerometer for gyro calibration
33 * 3-axis 2000 deg/sec gyros
34 * 3-axis magnetic sensor
35 * On-board, integrated GPS receiver
36 * On-board non-volatile memory for flight data storage
37 * Hardware can drive up to 4 RC-style servos
38 * USB for power, configuration, and data recovery
39 * Integrated support for LiPo rechargeable batteries
40 * User choice of pyro battery configuration, can use primary LiPo or any
41   customer-chosen separate pyro battery up to 12 volts nominal.
42 * 3.25 x 1.25 inch board designed to fit inside 38mm airframe coupler tube
43
44 ### Developer View ###
45
46 * Hardware Features of v2.0
47         * ST Micros [STM32L151](http://www.st.com/internet/mcu/product/248821.jsp) ARM Cortex M3 based Microcontroller
48         * TI [CC1200](http://www.ti.com/product/cc1200) High Performance RF Transceiver for Narrowband Systems 
49         * 150mA 3.3V LDO regulator
50         * [Winbond W25Q64FV](http://www.winbond.com/hq/product/code-storage-flash-memory/serial-nor-flash/?__locale=en&partNo=W25Q64FV) serial flash memory
51         * [u-blox](http://www.u-blox.com/) MAX-8Q GPS receiver
52                 * on-board TaoGlas passive patch antenna
53                 * async serial interface
54         * Measurement Specialties [MS5607](http://www.meas-spec.com/product/t_product.aspx?id=8499) Micro Altimeter Module
55                 * Wide range — 120kPa to 1kPa (approximately -1500m to 31000m)
56                 * High precision — 2.4Pa resolution (approximately 20cm at sea level)
57                 * Factory calibrated.
58         * Analog Devices [ADXL375](https://www.analog.com/en/products/adxl375.html) 3-Axis Digital MEMS Accelerometer
59                 * +- 200g full-scale
60                 * on-chip digitizer
61         * Bosch [BMI088](https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi088/) 6-axis IMU
62                 * tri-axis angular rate sensor up to 2000 degrees/second
63                 * tri-axis accelerometer with +- 24g range
64         * Memsic [MMC5983MA](https://www.memsic.com/magnetometer-5) 3-axis magnetometer
65 * Software Features
66         * Written mostly in C with some ARM assembler
67         * Runs from on-chip flash, uses on-chip RAM, stores flight data to serial flash
68         * USB serial emulation for "console" interface
69 * Tools Used
70         * [lepton-eda](https://github.com/lepton-eda/lepton-eda) for schematic capture
71         * [pcb-rnd](http://repo.hu/projects/pcb-rnd/) for PCB layout
72 * Licenses
73         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
74         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
75
76 ## Artifacts ##
77
78 There is a single manual for TeleMega and most other Altus Metrum products,
79 which is available in [html](../AltOS/doc/altusmetrum.html) and 
80 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
81
82 An outline of the board with drill hole locations is available in
83 [pdf](../AltOS/doc/telemega-outline.pdf) format.
84
85 The current hardware design files are available from 
86 [git.gag.com](http://git.gag.com) in the project 
87 [hw/telemega](http://git.gag.com/?p=hw/telemega;a=summary).  
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 6.0 in more easily readable form:
91
92 * [schematic](v6.0/telemega-sch.pdf)
93 * [pcb artwork](v6.0/telemega-pcb.pdf)
94 * [bill of materials](v6.0/partslist.csv)
95
96 ## [History of TeleMega](history) ##
97