Add basic MPSerial info
authorKeith Packard <keithp@keithp.com>
Tue, 18 Dec 2012 08:12:48 +0000 (00:12 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 18 Dec 2012 08:13:05 +0000 (00:13 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
MPSerial.mdwn [new file with mode: 0644]
MPSerial/index.mdwn [new file with mode: 0644]
index.mdwn

diff --git a/MPSerial.mdwn b/MPSerial.mdwn
new file mode 100644 (file)
index 0000000..c04a714
--- /dev/null
@@ -0,0 +1 @@
+[[!map pages="MPSerial/* and ! MPSerial/*/*"]]
diff --git a/MPSerial/index.mdwn b/MPSerial/index.mdwn
new file mode 100644 (file)
index 0000000..b31f12a
--- /dev/null
@@ -0,0 +1,47 @@
+[[!meta title="MPSerial"]]
+<img src="../logos/micropeak-oneline.svg" height="100"/>
+
+# MicroPeak Serial Interface (MPSerial) #
+
+The MicroPeak Serial Interface board provides a way to capture flight
+logs over a USB connection to a computer running Linux, Mac OS or
+Windows.
+
+## MicroPeak Data ##
+
+ * Stored in on-chip 512B eeprom
+ * Records raw barometer readings every 192ms
+ * Enough storage for 48 seconds
+
+No changes are needed to the MicroPeak hardware, but new firmware that
+includes the data download feature is necessary to use the MicroPeak
+Serial Interface.
+
+## MicroPeak Interface ##
+
+MicroPeak transmits the entire flight log via the LED just after
+reporting the last flight altitude at power up. The data are
+transmitted in regular serial format at 9600 baud.
+
+The MicroPeak Serial Interface board contains a phototransistor,
+op-amp and serial-to-USB interface chip.
+
+## Developer View ##
+
+Here's a close-up view of the hardware
+
+ * Hardware Features
+       * ROHM RPM-075PT Phototransistor
+               * Peak sensitivity matches MicroPeak LED color
+       * [ST Micro TSV521](http://www.st.com/internet/analog/product/251123.jsp) CMOS op-amp
+               * Low power
+       * [FTDI FT230](http://www.ftdichip.com/Products/ICs/FT230X.html) Serial to USB adapter
+               * Drivers available for Linux, Mac OS X and Windows.
+
+ * Tools Used
+       * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
+
+ * Licenses
+       * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
+
+<center><img src="../logos/micropeak.svg" height="64"/>
index 0502ad94e4ef8cffc4730e148f818463d3f76c24..0ab47e352b39a4f8a1dbb17bfb92e0b5630ab943 100644 (file)
@@ -68,6 +68,10 @@ is a higher-performance alternative to [TeleDongle](TeleDongle/).
 is a high-end flight computer with 6 pyro channels, more and better sensors,
 GPS, and a high performance bidirectional RF telemetry link.
 
+* [MicroPeak Serial Interface](MPSerial/)
+provides an interface between [MicroPeak](MicroPeak/) and USB to
+download flight log data.
+
 * [OpenAlt](OpenAlt/)
 was Bdale's original project here, a dual-deploy rocketry altimeter.  One 
 prototype was built, but never flown.  This project is now indefinitely on hold.