From: Bdale Garbee Date: Thu, 1 Jan 2009 17:58:23 +0000 (-0700) Subject: finish features list X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6bb7e50b721cb2e7606a8adcebde8533a94fc1b3;p=web%2Faltusmetrum finish features list --- 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 ##