X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=EasyMotor%2Findex.mdwn;h=5efb5950cedd69c706f7c89ab4bbde6c9b342ae1;hb=9bed5c3b71410dfa7a3a2fc1d855d144e22edcce;hp=1e9c0681818dd89e61ce17d5e04f6a6b60ce4a9c;hpb=101143839fa9ae8658ca43a4980d24568de712ed;p=web%2Faltusmetrum diff --git a/EasyMotor/index.mdwn b/EasyMotor/index.mdwn index 1e9c068..5efb595 100644 --- a/EasyMotor/index.mdwn +++ b/EasyMotor/index.mdwn @@ -23,7 +23,7 @@ This is what a production v3 board looks like: ### Developer View ### * Hardware Features - * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip + * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip * ARM Cortex-M0 MCU * 32k Flash * 6k RAM @@ -38,16 +38,17 @@ This is what a production v3 board looks like: * low noise 5V switching regulator to power pressure sensor * precision divider with 0.1% resistors to scale pressure sensor analog output to match SOC analog input voltage range + * Software Features * Written mostly in C with some ARM assembler * Runs from on-chip flash, uses on-chip RAM, stores flight data to serial flash * USB serial emulation for "console" interface * Tools Used - * [lepton-eda](https://github.com/lepton-eda/lepton-eda) for schematic capture - * [pcb-rnd](http://repo.hu/projects/pcb-rnd/) for PCB layout + * [lepton-eda](https://github.com/lepton-eda/lepton-eda) for schematic capture + * [pcb-rnd](http://repo.hu/projects/pcb-rnd/) for PCB layout * Licenses - * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html) - * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) + * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html) + * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) ## Example Installations ##