diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-01-01 10:58:23 -0700 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-01-01 10:58:23 -0700 |
| commit | 6bb7e50b721cb2e7606a8adcebde8533a94fc1b3 (patch) | |
| tree | a265e4df2ec12a0033d7616359609221f0199978 | |
| parent | d168309fee4145539dde3482e5e79aca171b0cdf (diff) | |
finish features list
| -rw-r--r-- | AltusMetrum/index.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/AltusMetrum/index.mdwn b/AltusMetrum/index.mdwn index 2d70e9e..b8c4caa 100644 --- a/AltusMetrum/index.mdwn +++ b/AltusMetrum/index.mdwn @@ -29,6 +29,25 @@ Here are photos of the front and back sides of the version 0.1 prototype PCB. * NXP LPC-2148 Processor (ARM7TDMI-S) * 512k Flash memory, 32k RAM * USB plus lots of analog, digital, and serial I/O +* Microchip 24FC1025 CMOS serial EEPROM + * 128k x 8 + * I2C interface +* Various Sensors + * Freescale MP3H6115A pressure sensor + * Freescale MMA7260QT 3-axis accelerometer + * Microchip MCP9700A temperature sensor + * (Honeywell 2-axis magnetic sensor left out of v0.1) +* Software Features + * Written mostly in C with some ARM assembler + * Runs from on-chip flash, uses on-chip RAM, stores flight data to + serial EEPROM chip + * USB serial emulation for "console" interface + * Uses GCC, newlib, FreeRTOS, LPCUSB + * Based on a demo package written for the Olimex LPC-P2148 eval board + by J C Wren +* Licenses + * The hardware is licensed under the TAPR OHL + * The software is licensed GPL version 2 ## Problems ## |
