update TelePyro status
[web/altusmetrum] / TelePyro / index.mdwn
index 16476806eb425421eb19d75eb16190eba0828480..196dc79fd6c65a54c8990d3ea33abe8f8ec1a48e 100644 (file)
@@ -16,20 +16,23 @@ just continuity.
 ### User View ###
 
 * Small circuit board mounted near [TeleMetrum](../TeleMetrum/)
-* Requires [TeleMetrum](../TeleMetrum/) v0.2, as v0.1 does not have the 
-  required companion board interface
+* Requires [TeleMetrum](../TeleMetrum/) v0.2 or later, as v0.1 does not 
+  have the required companion board interface
 * Connections for 8 distinct igniter firing channels provided
 * Supports use of separate battery for ejection charges
 
 ### Developer View ###
 
-* [Atmel ATtiny48](http://www.atmel.com/dyn/products/product_card_v2.asp?PN=ATtiny48) Microcontroller
-       * 4k Flash
-       * 256 bytes SRAM
-       * 64 bytes EEPROM
-       * 8-channel 10-bit ADC
-       * SPI target interface
-       * In-system programming interface
+* Hardware Features
+       * [Atmel ATmega32U4](http://www.atmel.com/dyn/products/product_card.asp?category_id=163&family_id=607&subfamily_id=760&part_id=4317) Microcontroller
+               * 32k Flash
+               * 2.5k + 832 bytes SRAM
+               * 1k EEPROM
+               * 12-channel 10-bit ADC
+               * SPI target interface
+               * USB interface which can be used for programming
+               * In-system programming interface
+       * Honeywell HMC5843 3-axis magnetic flux sensor
 * Software Features (planned)
        * programmed in C using gcc-avr
        * Runs from on-chip flash, uses on-chip RAM
@@ -41,6 +44,11 @@ just continuity.
 
 ## Artifacts ##
 
-A schematic exists on [git.gag.com](http://git.gag.com) in the project 
-[hw/telepyro](http://git.gag.com/?p=hw/telepyro;a=summary), 
+A schematic and PC board design exist on [git.gag.com](http://git.gag.com) 
+in the project [hw/telepyro](http://git.gag.com/?p=hw/telepyro;a=summary), 
 but no prototypes have been built yet.
+
+## Future Plans ##
+
+Prototype circuit boards are in hand, and we hope to build some up and test
+them during the summer of 2011.