automatic index generation
[web/altusmetrum] / MPSerial / index.mdwn
1 [[!meta title="MPSerial"]]
2 <img src="../logos/micropeak-oneline.svg" height="100"/>
3
4 # MicroPeak Serial Interface (MPSerial) #
5
6 The MicroPeak Serial Interface board provides a way to capture flight
7 logs over a USB connection to a computer running Linux, Mac OS or
8 Windows.
9
10 Here's a picture of the prototype.
11
12 <a href="v0.1/mpserial.jpg"><img src="v0.1/mpserial-640.jpg"></a>
13
14 The final board will have an LED to help check alignment between the
15 MicroPeak LED and the MicroPeak Serial phototransistor.
16
17 ## MicroPeak Data ##
18
19  * Stored in on-chip 512B eeprom
20  * Records raw barometer readings every 192ms
21  * Enough storage for 48 seconds
22
23 No changes are needed to the MicroPeak hardware, but new firmware that
24 includes the data download feature is necessary to use the MicroPeak
25 Serial Interface.
26
27 ## MicroPeak Interface ##
28
29 MicroPeak transmits the entire flight log via the LED just after
30 reporting the last flight altitude at power up. The data are
31 transmitted in regular serial format at 9600 baud.
32
33 The MicroPeak Serial Interface board contains a phototransistor,
34 op-amp and serial-to-USB interface chip.
35
36 ## Developer View ##
37
38 Here's a close-up view of the hardware
39
40  * Hardware Features
41         * ROHM RPM-075PT Phototransistor
42                 * Peak sensitivity matches MicroPeak LED color
43         * [ST Micro TSV521](http://www.st.com/internet/analog/product/251123.jsp) CMOS op-amp
44                 * Low power
45         * [FTDI FT230](http://www.ftdichip.com/Products/ICs/FT230X.html) Serial to USB adapter
46                 * Drivers available for Linux, Mac OS X and Windows.
47
48  * Tools Used
49         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
50
51  * Licenses
52         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
53
54 <center><img src="../logos/micropeak.svg" height="64"/>