add links directly to the git repo summaries
[web/altusmetrum] / TeleMetrum / index.mdwn
index 11ebac853dff8384d4cd78f86e7753549b9fc9b6..9a7da1a925df1edc497351f4e89ad3baac8b54dc 100644 (file)
@@ -103,20 +103,29 @@ simplify things by building a new altimeter with integrated RF link!
 ## Artifacts ##
 
 The hardware design current gEDA files are available from 
-[git.gag.com](http://git.gag.com).  The 'fab' tag on the master branch reflects
+[git.gag.com](http://git.gag.com) in the project 
+[hw/telemetrum](http://git.gag.com/?p=hw/telemetrum;a=summary).  The 'fab' 
+tag on the master branch reflects
 the artwork as sent out for PCB fab.  The 'loaded' tag on the master branch
 indicates the parts Bdale loads for a functional board, but the schematic
 does not reflect the cuts and jumps or added resistors.  The 'nextcut' branch 
 is work towards our next PCB revision.  The 'ground' branch has a cut-down
 schematic used to generate the BOM for partially loading boards to use in
-the matching TeleTerra ground station design.
+the matching [TeleTerra](../TeleTerra) ground station design.
 
-Keith has working data collection firmware, however the firmware is under a 
-massive, rapid rewrite to eliminate FreeRTOS which is much more generalized 
-and capable than we need... and consuming more system resources than we 
-can tolerate.  As soon as we're over this transition, the sourcecode to the
-firmware and related tools will also be made available.
+For those who don't have ready access to the gEDA suite, here are pdf snapshots
+of files in more easily readable form.  The schematic and BOM are from the 
+'nextcut' branch as of 20 April 2009, the artwork is of the v0.1 boards:
 
-As of 11 April 2009, the first two boards are fully checked out, we have some
-initial firmware capable of data logging ready, and as soon as we get a good
-day to fly we hope to log our first flight data!
+* [schematic](telemetrum.pdf)
+* [pcb artwork](telemetrum.pcb.pdf)
+* [bill of materials](telemetrum.bom)
+
+
+Keith has working firmware that has now been flown once and successfully 
+collected flight data to apogee.  The source is also available from 
+[git.gag.com](http://git.gag.com) in the project 
+[fw/altos](http://git.gag.com/?p=fw/altos;a=summary).  Not that actually
+building these sources requires a modifified version of sdcc and a set of
+helper utilities that we're not publishing since we hope to have the important
+bits accepted upstream shortly.  Watch this space for more details soon.