initial commit
authorBdale Garbee <bdale@gag.com>
Fri, 28 Nov 2008 18:26:41 +0000 (11:26 -0700)
committerBdale Garbee <bdale@gag.com>
Fri, 28 Nov 2008 18:26:41 +0000 (11:26 -0700)
.gitignore [new file with mode: 0644]
hpim2581-thumb.jpg [new file with mode: 0644]
hpim2581.jpg [new file with mode: 0755]
hpim2582-thumb.jpg [new file with mode: 0644]
hpim2582.jpg [new file with mode: 0755]
index.mdwn [new file with mode: 0644]
local.css [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b84c806
--- /dev/null
@@ -0,0 +1,2 @@
+/.ikiwiki
+/recentchanges
diff --git a/hpim2581-thumb.jpg b/hpim2581-thumb.jpg
new file mode 100644 (file)
index 0000000..1e6f31c
Binary files /dev/null and b/hpim2581-thumb.jpg differ
diff --git a/hpim2581.jpg b/hpim2581.jpg
new file mode 100755 (executable)
index 0000000..c67733d
Binary files /dev/null and b/hpim2581.jpg differ
diff --git a/hpim2582-thumb.jpg b/hpim2582-thumb.jpg
new file mode 100644 (file)
index 0000000..a43b36c
Binary files /dev/null and b/hpim2582-thumb.jpg differ
diff --git a/hpim2582.jpg b/hpim2582.jpg
new file mode 100755 (executable)
index 0000000..7b584a5
Binary files /dev/null and b/hpim2582.jpg differ
diff --git a/index.mdwn b/index.mdwn
new file mode 100644 (file)
index 0000000..524baf6
--- /dev/null
@@ -0,0 +1,43 @@
+# AltusMetrum
+
+<p>
+A quick update as of 24 November 2008.  
+The existing ARM7-based design has been shelved indefinitely.
+Working with Keith Packard, I recently embarked on a complete redesign based on the TI cc1111.
+We got there by deciding we need a low-power RF beacon for post-landing direction finding, learning
+of the existence of this part, then realizing that we could radically simplify things by using it
+as the basis for a completely new avionics design.
+The cc1111 integrates a full 70cm transceiver, 8051 processing core, and peripherals on one chip.
+We add to that a barometric sensor, temperature sensor, accelerometer, eeprom memory, and full LiPo
+battery support powered by a USB interface also used for configuration and post-flight data extraction.
+It looks like we can get all the features we want on a single board for less than the price of most
+commercial altimeter boards, with the only downside being dramatically reduced processing power.
+The schematic is under design review now, PCB layout will begin soon, and we hope
+to be turning on boards and writing firmware over the Christmas / New Years holiday season.
+Stay tuned!
+</p>
+<hr>
+<p>
+Welcome LCA, SCALE, and OLS 2008 attendees!  
+Thanks for looking, but there's not much here yet...
+</p>
+
+<p>
+Information on the OpenAlt model rocketry avionics system coming very soon!
+</p>
+
+<p>
+Here are photos of the version 0.1 PCB, which has enough issues to not be 
+worth duplicating.  Version 0.2 is coming soon, and will be fully documented
+on this site!
+</p>
+
+<a href="hpim2581.jpg"> <img src="hpim2581-thumb.jpg"></a>
+<a href="hpim2582.jpg"> <img src="hpim2582-thumb.jpg"></a>
+
+----
+
+This site is powered by [ikiwiki](http://ikiwiki.info), 
+running on [Debian GNU/Linux](http://www.debian.org) 
+and [Apache](http://www.apache.org).
+
diff --git a/local.css b/local.css
new file mode 100644 (file)
index 0000000..dfe99d3
--- /dev/null
+++ b/local.css
@@ -0,0 +1,14 @@
+/* Embedded Moose local.css for use with ikiwiki
+ * Written by Josh Triplett <josh@freedesktop.org>
+ * Some ideas from the Debian lighttpd index.html page. */
+
+body { background: #e7e7e7; }
+
+#content { background: #ffffff; margin: 10px 0px; border: 2px solid #c0c0c0; padding: 10px; font-family: sans-serif;}
+
+.header { background: #4b6983; border: 2px solid #7590ae; padding: 10px; color: #ffffff; font-family: sans-serif;}
+.header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;}
+
+.actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;}
+#footer { border: none; font-family: sans-serif;}
+