From b8238590f75550340bc9f915516ec5c0621d5955 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 27 Mar 2010 23:39:25 +0100 Subject: digital/mimot/pcb: new mini motor control and driver, closes #111 --- digital/mimot/README | 27 +++++++++++++++++++++++++++ digital/mimot/pcb/mimot.brd | Bin 0 -> 76940 bytes digital/mimot/pcb/mimot.sch | Bin 0 -> 318673 bytes 3 files changed, 27 insertions(+) create mode 100644 digital/mimot/README create mode 100644 digital/mimot/pcb/mimot.brd create mode 100644 digital/mimot/pcb/mimot.sch (limited to 'digital') diff --git a/digital/mimot/README b/digital/mimot/README new file mode 100644 index 00000000..816e940d --- /dev/null +++ b/digital/mimot/README @@ -0,0 +1,27 @@ +mimot - Mini motor control, with motor driver. + +This board use an AVR to control up to 2 motors. It includes on the same +board the power driver to be connected directly on motors. + +It can drive motor up to 5 A at 9 V to 28 V. + + +Copyright (C) 2010 Nicolas Schodet + +APBTeam: + Web: http://apbteam.org/ + Email: team AT apbteam DOT org + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/digital/mimot/pcb/mimot.brd b/digital/mimot/pcb/mimot.brd new file mode 100644 index 00000000..f7fb139e Binary files /dev/null and b/digital/mimot/pcb/mimot.brd differ diff --git a/digital/mimot/pcb/mimot.sch b/digital/mimot/pcb/mimot.sch new file mode 100644 index 00000000..be8c04c6 Binary files /dev/null and b/digital/mimot/pcb/mimot.sch differ -- cgit v1.2.3