Add outline pdfs for everyone
[web/altusmetrum] / TeleMini / index.mdwn
index 8b4362b83331f17036b926eb8350572957065d4b..2b0d841139b21da37696b52a3be8e1688c6e1253 100644 (file)
@@ -1,24 +1,30 @@
-# TeleMini
+# TeleMini #
 
-This is a very small, baro-only recording dual-deploy altimeter for 
-model rocketry with integrated telemetry link.  
+TeleMini version 2.0 is a small, baro-only recording dual-deploy
+altimeter for model rocketry with integrated telemetry link. It's
+currently in development, with production planned to start in the fall
+of 2013.
 
-## Motivation ##
+For the latest TeleMini firmware and related ground station software, please
+visit the [AltOS](../AltOS) page on this site.
 
-We'd like to fly smaller rockets really high, which motivates an interest
-in both electronic deployment and radio direction finding for post-flight
-rocket recovery.
+These are photos of our current prototype version: 
+
+<a href="v2.0/telemini-top.jpg"> <img src="v2.0/telemini-top-thumb.jpg"></a>
+<a href="v2.0/telemini-parts.jpg"> <img src="v2.0/telemini-parts-thumb.jpg"></a>
 
 ## Features ##
 
 ### User View ###
 
-* Recording altimeter for model rocketry
-* Supports dual deployment (can fire 2 ejection charges)
-* 70cm ham-band transceiver for telemetry downlink
-* Barometric pressure sensor good to 45k feet MSL
-* Designed to use a single LiPo rechargeable battery
-* 1.5 x 0.5 inch board designed to fit inside 18mm airframe coupler tube
+ * Recording altimeter for model rocketry
+ * Supports dual deployment (can fire 2 ejection charges)
+ * 70cm ham-band transceiver for telemetry downlink
+ * Barometric pressure sensor good to 100k' feet MSL
+ * Designed to use any battery from 3.7 - 12V
+ * Screw terminals for pyro connectors, switch and external battery
+ * Built-in USB connector for configuration and data download
+ * 1.5 x 0.8 inch board designed to fit inside 24mm airframe coupler tube
 
 ### Developer View ###
 
@@ -32,11 +38,12 @@ rocket recovery.
                * 6 12-bit analog inputs (11 bits with single-ended sensors)
                * 2 channels of serial I/O
                * digital I/O
-       * [Freescale MP3H6115A](http://www.freescale.com/webapp/search.partparamdetail.framework?PART_NUMBER=MP3H6115A6U) pressure sensor
+       * [Measurement Specialties MS5607](http://www.meas-spec.com/product/pressure/MS5607-02BA03.aspx) pressure sensor
+       * 1MB SPI flash
 * Software Features
        * Written mostly in C with some 8051 assembler
        * Runs from on-chip flash, uses on-chip RAM, stores flight data to
-               upper blocks of on-chip flash
+               on-board flash memory
 * Tools Used
        * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
        * [SDCC](http://sdcc.sourceforge.net/) compiler and source debugger
@@ -46,17 +53,14 @@ rocket recovery.
 
 ## Artifacts ##
 
-The design files can be found on [git.gag.com](http://git.gag.com) in the 
-project [hw/telemini](http://git.gag.com/?p=hw/telemini;a=summary).  
-
-## Future Plans ##
+There is a single manual for TeleMini and all other Altus Metrum products,
+which is available in [html](../AltOS/doc/altusmetrum.html) and 
+[pdf](../AltOS/doc/altusmetrum.pdf) formats.
 
-Initial hardware prototypes are assembled and working.  We've flown a number 
-flights now, with great results.  Work remains to stabilize the firmware and
-associated ground software updates, particularly because we've made a major
-update to the telemetry protocol to more easily handle multiple products.
+An outline of the board with drill hole locations is available in
+[pdf](../Documents/easymini-outline.pdf] format.
 
-The first production hardware build is underway, and we expect to have 
-TeleMini for sale sometime in August 2011, with plenty on hand to sell at
-[LDRS 30](http://ldrs30.org/) in early September!
+The hardware design files can be found on [git.gag.com](http://git.gag.com) 
+in the project [hw/telemini](http://git.gag.com/?p=hw/telemini;a=summary).  
 
+## [History of TeleMini](history) ##