Search
Product Info
Ardumoto - Motor Driver Shield
sku: DEV-09213
Replacement: DEV-9815. The new version of this shield allows for either 3.3 or 5v logic, a separate and more robust VIN connection, and moved the PWM input to pin 3. This page is for reference only.
Description: This is a motor shield for Arduino that will control two DC motors. Based on the L298 H-bridge, the Ardumoto can drive up to 2 amps per channel. The board takes its power from the same Vin line as the Arduino board, includes blue and yellow LEDs to indicate active direction, and all driver lines are diode protected from back EMF.
Control for motor attached to OUT1/2 is connected to digital line 12 (direction A) and digital line 3 (PWM A). Control for motor attached to OUT3/4 is connected to digital line 13 (direction B) and digital line 11 (PWM B).
Compatible screw terminals and connectors are listed below.
Documents:
Pricing
Comments
14 comments
Feeds
Currency
Display prices in
Feedback
If you would like to tell us more, you can fill out our form if you need some psycho-suggestive questions. Go to the form.
































I had a go at modding the Ardumoto: http://mechomaniac.com/node/64 to achieve this.
Any chance of making a 3.3V capable board? Either use a motor driver like the TB6612FNG (only 1A per channel) or allow the L298 logic power to be run off the motor power (it can handle up to 7V). There maybe other options, but that is just off the top of my head. Also, I don't know if the logic inverters for motor direction can operate down to 3.3V or not ... I would think so.
My Arduino couldn't pull down the DIR pins all the way which caused random results; the addition of 1 MOhm Resistors fixed that. I also had to rewire the board as I have high-jacked timer 2 for other functions. It seems silly that the PWM for both motors isn't wired to only one timer.
http://www.projectallusion.com/1/post/2009/11/iphone-controlled-solar-powered-arduino-tank.html
I'm a little nervous about the 2 motors I want to hook up to the board.. They are 12v 1.25a motors and what I am nervous about is using a 12v 2a DC power supply on the Duemilanove board as Vin...
Should I be worried about frying the board or any EMF? I know it says the motor shield is diode protected but what about the 12v 2a power going to Vin on the main board and also powering the 2 motors..
Please help.. I use to work with PICs and L298 H-bridge in my own circuit and powering the PIC and L298 with separate supply. Then supplying the 2 motors with their own power supply..