From 4692989d1d0b04df591963596088f9c3d04f9f8a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 24 Jan 2013 14:30:25 -0800 Subject: Add pre-release version of 1.2 for MicroPeak Signed-off-by: Keith Packard --- MicroPeak/index.mdwn | 17 +++++++++++++++++ .../releases/1.2/MicroPeak-Linux-1.1.9.3.tar.bz2 | Bin 0 -> 1872819 bytes MicroPeak/releases/1.2/MicroPeak-Mac-1.1.9.3.dmg | Bin 0 -> 2729984 bytes MicroPeak/releases/1.2/MicroPeak-Windows-1-1-9-3.exe | Bin 0 -> 3429446 bytes 4 files changed, 17 insertions(+) create mode 100644 MicroPeak/releases/1.2/MicroPeak-Linux-1.1.9.3.tar.bz2 create mode 100644 MicroPeak/releases/1.2/MicroPeak-Mac-1.1.9.3.dmg create mode 100644 MicroPeak/releases/1.2/MicroPeak-Windows-1-1-9-3.exe (limited to 'MicroPeak') diff --git a/MicroPeak/index.mdwn b/MicroPeak/index.mdwn index 05e432e..b98b8eb 100644 --- a/MicroPeak/index.mdwn +++ b/MicroPeak/index.mdwn @@ -19,6 +19,23 @@ The MicroPeak manual is available in [html](../AltOS/doc/micropeak.html) and [pdf](../AltOS/doc/micropeak.pdf) formats. +## Software ## + +The MicroPeak application runs on Linux, Mac OS X and Windows. It +communicates with the MicroPeak USB adapter to download and analyze +flight data. It's written in [Java](http://java.com) and offers the +same functionality and interface on all three platforms. It uses the +FTDI USB Serial drivers to communicate with the hardware. If you're +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. + +### Latest version ### + + * [Windows](releases/1.2/MicroPeak-Windows-1-1-9-3.exe) + * [Linux](releases/1.2/MicroPeak-Linux-1.1.9.3.tar.bz2) + * [Mac OS X](releases/1.2/MicroPeak-Mac-1.1.9.3.dmg) + ## Hardware Features ## * Measure ground pressure and peak altitude pressure. diff --git a/MicroPeak/releases/1.2/MicroPeak-Linux-1.1.9.3.tar.bz2 b/MicroPeak/releases/1.2/MicroPeak-Linux-1.1.9.3.tar.bz2 new file mode 100644 index 0000000..ff6c0f4 Binary files /dev/null and b/MicroPeak/releases/1.2/MicroPeak-Linux-1.1.9.3.tar.bz2 differ diff --git a/MicroPeak/releases/1.2/MicroPeak-Mac-1.1.9.3.dmg b/MicroPeak/releases/1.2/MicroPeak-Mac-1.1.9.3.dmg new file mode 100644 index 0000000..5f206dc Binary files /dev/null and b/MicroPeak/releases/1.2/MicroPeak-Mac-1.1.9.3.dmg differ diff --git a/MicroPeak/releases/1.2/MicroPeak-Windows-1-1-9-3.exe b/MicroPeak/releases/1.2/MicroPeak-Windows-1-1-9-3.exe new file mode 100644 index 0000000..aa1c974 Binary files /dev/null and b/MicroPeak/releases/1.2/MicroPeak-Windows-1-1-9-3.exe differ -- cgit v1.2.3 From 276e835bb14b95a7565f92b3893fe280473c06c0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 24 Jan 2013 15:32:56 -0700 Subject: automatic index generation --- MicroPeak/releases.mdwn | 1 + MicroPeak/releases/1.2.mdwn | 1 + 2 files changed, 2 insertions(+) create mode 100644 MicroPeak/releases.mdwn create mode 100644 MicroPeak/releases/1.2.mdwn (limited to 'MicroPeak') diff --git a/MicroPeak/releases.mdwn b/MicroPeak/releases.mdwn new file mode 100644 index 0000000..60c68c4 --- /dev/null +++ b/MicroPeak/releases.mdwn @@ -0,0 +1 @@ +[[!map pages="MicroPeak/releases/* and ! MicroPeak/releases/*/*"]] diff --git a/MicroPeak/releases/1.2.mdwn b/MicroPeak/releases/1.2.mdwn new file mode 100644 index 0000000..7ead9f1 --- /dev/null +++ b/MicroPeak/releases/1.2.mdwn @@ -0,0 +1 @@ +[[!map pages="MicroPeak/releases/1.2/* and ! MicroPeak/releases/1.2/*/*"]] -- cgit v1.2.3 From 9bb2ee8190871aacfe6ee7aab7c2905e7231430b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 25 Jan 2013 16:45:39 -0800 Subject: Link MicroPeakUSB page from MicroPeak page Signed-off-by: Keith Packard --- MicroPeak/index.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MicroPeak') diff --git a/MicroPeak/index.mdwn b/MicroPeak/index.mdwn index b98b8eb..5938b00 100644 --- a/MicroPeak/index.mdwn +++ b/MicroPeak/index.mdwn @@ -13,6 +13,8 @@ Production units are available from the [Garbee and Garbee](http://auric.gag.com/index.php?route=product/product&product_id=80) web store and [Apogee Components](http://www.apogeerockets.com/Electronics_Payloads/Altimeters/MicroPeak_Altimeter) +Data download is available using the [MicroPeak USB adapter](../MicroPeakUSB). + ## Documentation ## The MicroPeak manual is available in @@ -22,7 +24,7 @@ The MicroPeak manual is available in ## Software ## The MicroPeak application runs on Linux, Mac OS X and Windows. It -communicates with the MicroPeak USB adapter to download and analyze +communicates with the [MicroPeak USB adapter](../MicroPeakUSB) to download and analyze flight data. It's written in [Java](http://java.com) and offers the same functionality and interface on all three platforms. It uses the FTDI USB Serial drivers to communicate with the hardware. If you're -- cgit v1.2.3