a7583e997e8928b7856ed265c0fa67704e4ccae9
[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.
11
12 ## Features ##
13
14 ### User View ###
15
16 * Small circuit board mounted near [TeleMetrum](../TeleMetrum/)
17 * Requires rework of [TeleMetrum](../TeleMetrum/) to replace onboard igniter
18 channels with cable providing access to LiPo power and implementing 
19 I2C protocol.
20 * Connections for 8 distinct igniter firing channels provided
21 * Supports use of separate battery for ejection charges
22
23 ### Developer View ###
24
25 * [Microchip 16F886](http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en530146) Microcontroller
26         * 8k Flash
27         * 386 bytes RAM
28         * I2C target interface
29         * In-circuit programming interface
30 * Software Features (planned)
31         * Written in PIC assembler
32         * Runs from on-chip flash, uses on-chip RAM
33 * Tools Used
34         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
35 * Licenses
36         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
37         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
38
39 ## Problems ##
40
41 * Since we didn't anticipate this design, [TeleMetrum](../TeleMetrum/) needs
42 minor rework to interface with this board.
43
44 ## Artifacts ##
45
46 As of 11 April 2009, an incomplete schematic exists, but nothing is 
47 published yet.