Split TeleMini into two pages, one for 1.0 and another for 1.2
authorKeith Packard <keithp@keithp.com>
Tue, 27 Aug 2013 03:40:02 +0000 (20:40 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 27 Aug 2013 03:40:02 +0000 (20:40 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
EasyMini/index.mdwn
TeleMini/index.mdwn
TeleMini/v1.0/index.mdwn [new file with mode: 0644]
TeleMini/v1.2.mdwn [new file with mode: 0644]
TeleMini/v1.2/index.mdwn [new file with mode: 0644]
TeleMini/v1.2/telemini-parts-thumb.jpg [new file with mode: 0644]
TeleMini/v1.2/telemini-parts.jpg [new file with mode: 0644]
TeleMini/v1.2/telemini-top-thumb.jpg [new file with mode: 0644]
TeleMini/v1.2/telemini-top.jpg [new file with mode: 0644]
production.mdwn

index 5a936f8ef81a4fee6c585954f6f05f0b246d1898..41b1c61cfbe945476ef3c6c3addcc7acccc32c8d 100644 (file)
@@ -39,7 +39,7 @@ These are photos of our current prototype version:
                * I2C, SPI, async serial
                * digital I/O
        * [Measurement Specialties MS5607](http://www.meas-spec.com/product/pressure/MS5607-02BA03.aspx) pressure sensor
-       * 2MB SPI flash
+       * 1MB SPI flash
 * Software Features
        * Written mostly in C with some ARM assembler
        * Runs from on-chip flash, uses on-chip RAM, stores flight data to
index 5a783cb96e9bcccbe05e12844e4546c231aeb2c1..21b382234b3bfe31df1c79b420dc8231ef9dbb09 100644 (file)
@@ -1,69 +1,7 @@
-# TeleMini
+# TeleMini #
 
-This is a very small, baro-only recording dual-deploy altimeter for 
-model rocketry with integrated telemetry link.  
+There are two versions of TeleMini:
 
-Production units are available from the 
-[Garbee and Garbee](http://auric.gag.com) web 
-store.  TeleMini starter kits are also available from 
-[Apogee Components](http://www.apogeerockets.com/Altus_Metrum_telemini.asp).
-
-For the latest TeleMini firmware and related ground station software, please
-visit the [AltOS](../AltOS) page on this site.
-
-These are photos of our current production version: 
-
-<a href="v1.0/telemini_top.jpg"> <img src="v1.0/telemini_top_thumb.jpg"></a>
-<a href="v1.0/telemini_bottom.jpg"> <img src="v1.0/telemini_bottom_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
-
-### Developer View ###
-
-* Hardware Features
-       * [TI CC1111F32](http://focus.ti.com/docs/prod/folders/print/cc1111f32.html) Low Power RF System-on-Chip
-               * Sub-1Ghz transceiver
-               * 8051 MCU
-               * 32k Flash
-               * 4k RAM
-               * USB 2.0
-               * 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
-* 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
-* Tools Used
-       * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
-       * [SDCC](http://sdcc.sourceforge.net/) compiler and source debugger
-* Licenses
-       * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
-       * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
-
-## Artifacts ##
-
-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.
-
-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).  
-
-For those who don't have ready access to the gEDA suite, here are pdf snapshots
-of the files for Production PCB version 1.0 in more easily readable form.  
-
-* [schematic](v1.0/telemini.pdf)
-* [pcb artwork](v1.0/telemini.pcb.pdf)
-* [bill of materials](v1.0/partslist.csv)
+ * [Version 1.0](v1.0) — the original TeleMini, 0.5 x 1.5 inches
+ * [Version 1.2](v1.2) — the new TeleMini, 0.8 x 1.5 inches
 
diff --git a/TeleMini/v1.0/index.mdwn b/TeleMini/v1.0/index.mdwn
new file mode 100644 (file)
index 0000000..84215bb
--- /dev/null
@@ -0,0 +1,69 @@
+# TeleMini Version 1.0 #
+
+This is a very small, baro-only recording dual-deploy altimeter for 
+model rocketry with integrated telemetry link.  
+
+Production units are available from the 
+[Garbee and Garbee](http://auric.gag.com) web 
+store.  TeleMini starter kits are also available from 
+[Apogee Components](http://www.apogeerockets.com/Altus_Metrum_telemini.asp).
+
+For the latest TeleMini firmware and related ground station software, please
+visit the [AltOS](../AltOS) page on this site.
+
+These are photos of our current production version: 
+
+<a href="telemini_top.jpg"> <img src="telemini_top_thumb.jpg"></a>
+<a href="telemini_bottom.jpg"> <img src="telemini_bottom_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
+
+### Developer View ###
+
+* Hardware Features
+       * [TI CC1111F32](http://focus.ti.com/docs/prod/folders/print/cc1111f32.html) Low Power RF System-on-Chip
+               * Sub-1Ghz transceiver
+               * 8051 MCU
+               * 32k Flash
+               * 4k RAM
+               * USB 2.0
+               * 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
+* 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
+* Tools Used
+       * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
+       * [SDCC](http://sdcc.sourceforge.net/) compiler and source debugger
+* Licenses
+       * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
+       * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
+
+## Artifacts ##
+
+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.
+
+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).  
+
+For those who don't have ready access to the gEDA suite, here are pdf snapshots
+of the files for Production PCB version 1.0 in more easily readable form.  
+
+* [schematic](telemini.pdf)
+* [pcb artwork](telemini.pcb.pdf)
+* [bill of materials](partslist.csv)
+
diff --git a/TeleMini/v1.2.mdwn b/TeleMini/v1.2.mdwn
new file mode 100644 (file)
index 0000000..b1b4a5a
--- /dev/null
@@ -0,0 +1 @@
+[[!map pages="TeleMini/v1.2/* and ! TeleMini/v1.2/*/*"]]
diff --git a/TeleMini/v1.2/index.mdwn b/TeleMini/v1.2/index.mdwn
new file mode 100644 (file)
index 0000000..00950f6
--- /dev/null
@@ -0,0 +1,65 @@
+# TeleMini Version 1.2 #
+
+This is a small, baro-only recording dual-deploy altimeter for 
+model rocketry with integrated telemetry link. It's different from the
+original TeleMini:
+
+ * Supports batteries from 3.7V - 12V
+ * Screw terminals for switch and external battery
+ * Large on-board flash for data recording
+ * Built-in USB connector for configuration and data download
+ * High precision and digital barometric sensor
+
+For the latest TeleMini firmware and related ground station software, please
+visit the [AltOS](../AltOS) page on this site.
+
+These are photos of our current prototype version: 
+
+<a href="telemini-top.jpg"> <img src="telemini-top-thumb.jpg"></a>
+<a href="telemini-parts.jpg"> <img src="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 100k' feet MSL
+* Designed to use any battery from 3.7 - 12V
+* 1.5 x 0.8 inch board designed to fit inside 24mm airframe coupler tube
+
+### Developer View ###
+
+* Hardware Features
+       * [TI CC1111F32](http://focus.ti.com/docs/prod/folders/print/cc1111f32.html) Low Power RF System-on-Chip
+               * Sub-1Ghz transceiver
+               * 8051 MCU
+               * 32k Flash
+               * 4k RAM
+               * USB 2.0
+               * 6 12-bit analog inputs (11 bits with single-ended sensors)
+               * 2 channels of serial I/O
+               * digital I/O
+       * [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
+               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
+* Licenses
+       * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
+       * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
+
+## Artifacts ##
+
+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.
+
+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).  
+
diff --git a/TeleMini/v1.2/telemini-parts-thumb.jpg b/TeleMini/v1.2/telemini-parts-thumb.jpg
new file mode 100644 (file)
index 0000000..cc56555
Binary files /dev/null and b/TeleMini/v1.2/telemini-parts-thumb.jpg differ
diff --git a/TeleMini/v1.2/telemini-parts.jpg b/TeleMini/v1.2/telemini-parts.jpg
new file mode 100644 (file)
index 0000000..08adf3b
Binary files /dev/null and b/TeleMini/v1.2/telemini-parts.jpg differ
diff --git a/TeleMini/v1.2/telemini-top-thumb.jpg b/TeleMini/v1.2/telemini-top-thumb.jpg
new file mode 100644 (file)
index 0000000..aa47526
Binary files /dev/null and b/TeleMini/v1.2/telemini-top-thumb.jpg differ
diff --git a/TeleMini/v1.2/telemini-top.jpg b/TeleMini/v1.2/telemini-top.jpg
new file mode 100644 (file)
index 0000000..bc8ae45
Binary files /dev/null and b/TeleMini/v1.2/telemini-top.jpg differ
index 96f10ad86c9a92454d4179bb3046c61daa4a80e8..1bdbe647a28c583eb0714b29903d83fbaa6ba508 100644 (file)
@@ -334,3 +334,7 @@ Production run of 108 pieces of TeleMetrum v1.2b by
 
 Production run of 120 pieces of TeleBT v1.0 by
 [Advanced Circuits](http://4pcb.com), received 2013.04.08.
+
+## sn 92 ##
+
+TeleMini v1.1 2013.08.25. From Phoenix panel.