update various product pages, add TeleScience board
[web/altusmetrum] / TelePyro / index.mdwn
1 # TelePyro
2
3 This is an 8-channel pyro expansion board for [TeleMetrum](../TeleMetrum/).
4
5 ## Motivation ##
6
7 It would be nice to support more than the 2 channels of igniter control
8 included in the stock [TeleMetrum](../TeleMetrum/) design, so that we can
9 fly more complex projects involving staging, air starts, and backup ejection
10 charges.  We also want to experiment with better circuits for testing igniter
11 continuity, with the hope of being able to measure actual resistance and not
12 just continuity.
13
14 ## Features ##
15
16 ### User View ###
17
18 * Small circuit board mounted near [TeleMetrum](../TeleMetrum/)
19 * Requires [TeleMetrum](../TeleMetrum/) v0.2 or later, as v0.1 does not 
20   have the required companion board interface
21 * Connections for 8 distinct igniter firing channels provided
22 * Supports use of separate battery for ejection charges
23
24 ### Developer View ###
25
26 * [Atmel ATmega32U4](http://www.atmel.com/dyn/products/product_card.asp?category_id=163&family_id=607&subfamily_id=760&part_id=4317) Microcontroller
27         * 32k Flash
28         * 2.5k + 832 bytes SRAM
29         * 1k EEPROM
30         * 12-channel 10-bit ADC
31         * SPI target interface
32         * USB interface which can be used for programming
33         * In-system programming interface
34 * Software Features (planned)
35         * programmed in C using gcc-avr
36         * Runs from on-chip flash, uses on-chip RAM
37 * Tools Used
38         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
39 * Licenses
40         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
41         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
42
43 ## Artifacts ##
44
45 A schematic exists on [git.gag.com](http://git.gag.com) in the project 
46 [hw/telepyro](http://git.gag.com/?p=hw/telepyro;a=summary), 
47 but no prototypes have been built yet.
48
49 ## Future Plans ##
50
51 We currently plan to build prototypes of TelePyro in Spring 2011.
52