From ca92e93e21d21d9a9d43988fcfb813cc553e7338 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 19 Dec 2017 17:41:41 -0800 Subject: Add EasyMini v2.0 bits Signed-off-by: Keith Packard --- EasyMini/index.mdwn | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'EasyMini/index.mdwn') diff --git a/EasyMini/index.mdwn b/EasyMini/index.mdwn index d1bc1b2..74dffe8 100644 --- a/EasyMini/index.mdwn +++ b/EasyMini/index.mdwn @@ -11,11 +11,10 @@ For the latest EasyMini firmware and related ground station software, please visit the [AltOS](../AltOS) page on this site. EasyMini requires AltOS version 1.3 or later. -These are photos of a prototype version, we haven't take photos of the -production units yet: +These are photos of version 2.0: - - + + ## Features ## @@ -26,13 +25,13 @@ production units yet: * Barometric pressure sensor good to 100k feet MSL * Designed to use a battery supplying 3.7V-12V. * 1.5 x 0.8 inch board designed to fit inside 24mm airframe coupler tube -* 2MB on-board data logging flash +* 1MB on-board data logging flash * Weighs only 6.5g (less than 1/4 oz) ### Developer View ### * Hardware Features - * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip + * [STM32F042])http://www.st.com/en/microcontrollers/stm32f042f6.html) System-on-Chip * ARM Cortex-M0 MCU * 32k Flash * 6k RAM @@ -74,5 +73,10 @@ in the project [hw/easymini](http://git.gag.com/?p=hw/easymini;a=summary). For those who don't have ready access to the gEDA suite, here are pdf snapshots of the files for production PCB version 1.0 in more easily readable form. -* [schematic](v1.0/easymini-sch.pdf) -* [pcb artwork](v1.0/easymini-pcb.pdf) +* [schematic](v2.0/easymini-sch.pdf) +* [pcb artwork](v2.0/easymini-pcb.pdf) + +## Older Version ## + +Easy Mini [version 1.0](v1.0) was largely the same design but used a +different processor. -- cgit v1.2.3 From 957cccbaa3f53cfb8eb57197e28581997e980148 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 19 Dec 2017 17:43:28 -0800 Subject: Fix easymini v2.0 mistakes --- EasyMini/index.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EasyMini/index.mdwn') diff --git a/EasyMini/index.mdwn b/EasyMini/index.mdwn index 74dffe8..c1bf79a 100644 --- a/EasyMini/index.mdwn +++ b/EasyMini/index.mdwn @@ -13,8 +13,8 @@ version 1.3 or later. These are photos of version 2.0: - - + + ## Features ## -- cgit v1.2.3 From 91b98393bfeee7dbf64b68ef3432ca26ae3be97e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 19 Dec 2017 17:51:50 -0800 Subject: More EasyMini fixes --- EasyMini/index.mdwn | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'EasyMini/index.mdwn') diff --git a/EasyMini/index.mdwn b/EasyMini/index.mdwn index c1bf79a..95316a0 100644 --- a/EasyMini/index.mdwn +++ b/EasyMini/index.mdwn @@ -4,12 +4,13 @@ This is a small, baro-only recording dual-deploy altimeter for model rocketry -EasyMini is available from the [Garbee and Garbee](https://shop.gag.com) web -store, and should be available from our distributors soon. +EasyMini version 2.0 is available from the +[Garbee and Garbee](https://shop.gag.com) web store +and from our distributors. -For the latest EasyMini firmware and related ground station software, please -visit the [AltOS](../AltOS) page on this site. EasyMini requires AltOS -version 1.3 or later. +For the latest EasyMini firmware and related ground station software, +please visit the [AltOS](../AltOS) page on this site. EasyMini +version 2.0 requires AltOS version 1.8.4 or later. These are photos of version 2.0: @@ -31,7 +32,7 @@ These are photos of version 2.0: ### Developer View ### * Hardware Features - * [STM32F042])http://www.st.com/en/microcontrollers/stm32f042f6.html) System-on-Chip + * [STM32F042](http://www.st.com/en/microcontrollers/stm32f042f6.html) System-on-Chip * ARM Cortex-M0 MCU * 32k Flash * 6k RAM -- cgit v1.2.3