creating index page EasyTimer/v1
[web/altusmetrum] / TeleGPS / index.mdwn
index e42f793b70177879f794df2e8f29fbd4a7f9d85c..5f5aa5ff8d76ed1f4475bcc16e8d928b5df4fce1 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta title="TeleGPS"]]
 # TeleGPS
 
 This is a GPS-based position tracker and logger.  It uses the same GPS
@@ -13,6 +14,11 @@ These are photos of production version 1.0:
 <a href="v1.0/telegps-v1.0-top.jpg"> <img src="v1.0/telegps-v1.0-top-thumb.jpg"></a>
 <a href="v1.0/telegps-v1.0-bottom.jpg"> <img src="v1.0/telegps-v1.0-bottom-thumb.jpg"></a>
 
+## Documentation ##
+
+The manual for TeleGPS is available in [html](../AltOS/doc/telegps.html) and 
+[pdf](../AltOS/doc/telegps.pdf) formats.
+
 ## Software ##
 
 The TeleGPS application runs on Linux, Mac OS X and Windows. It's written 
@@ -23,10 +29,12 @@ running Mac OS X or Windows, a compatible version of those drivers is
 included with the software. You can also install a different from from
 the [FTDI Driver](http://www.ftdichip.com/FTDrivers.htm) page.
 
+TeleGPS is part of the larger [AltOS](/AltOS) suite of software, which also
+includes a dedicated [MicroPeak](/MicroPeak) application.
+
 ### Available Versions ###
 
-[[!inline pages="./releases/* and !*/Discussion and !*.sh and !*.html and !*.bz2 and !*.zi
-p and !*.exe and !*.dmg" show="10" rss="no" raw="yes" ]]
+[[!inline pages="./releases/* and !*/Discussion and !*.sh and !*.html and !*.bz2 and !*.zip and !*.exe and !*.dmg" show="10" rss="no" raw="yes" ]]
 
 ## Features ##
 
@@ -34,11 +42,13 @@ p and !*.exe and !*.dmg" show="10" rss="no" raw="yes" ]]
 
 * GPS tracker and logger
 * Offers custom digital telemetry, APRS and direction beacons
+* 16mW transmit power
 * High-dynamics GPS receiver for accurate tracking
 * Uses 3.7V Lithium Polymer battery.
 * 1.5 x 1.0 inch board designed to fit inside 29mm airframe coupler tube
 * 2MB on-board data logging flash
 * Built-in USB connection for configuration, data download and battery charging
+* 12.3g flight weight (including antenna, excluding any battery)
 
 ### Developer View ###
 
@@ -52,6 +62,8 @@ p and !*.exe and !*.dmg" show="10" rss="no" raw="yes" ]]
                * I2C, SPI, async serial
                * digital I/O
        * [uBlox Max 7Q](http://www.u-blox.com/en/gps-modules/pvt-modules/max-7.html) GPS receiver
+       * [TI CC115L](http://www.ti.com/product/cc115L) 70cm transmitter
+       * Built-in USB data download and battery charger connection
        * 2MB SPI flash
 * Software Features
        * Written mostly in C with some ARM assembler