Using DC Motors | Adafruit Motor Shield
Maybe your like
- Overview
- FAQ
- Make It!
- Preparation
- Parts List
- Solder It
- Use It!
- Library Install
- Power Usage
- Using RC Servos
- Using Stepper Motors
- Using DC Motors
- AF_DCMotor Class
- AF_Stepper Class
- Resources
- Downloads
- Forums
- Single page
- Feedback? Corrections?
- Text View
-
Adafruit METRO 328 Fully Assembled - Arduino IDE compatible Out of Stock
Using DC Motors
This tutorial is for the now ancient V1 Motor shield. Chances are you have a V2, check out the tutorial https://learn.adafruit.com/adafruit-motor-shield-v2-for-arduino This tutorial is for historical reference and previous customers only!
DC motors are used for all sort of robotic projects.
The motor shield can drive up to 4 DC motors bi-directionally. That means they can be driven forwards and backwards. The speed can also be varied at 0.5% increments using the high-quality built in PWM. This means the speed is very smooth and won't vary!
Note that the H-bridge chip is not meant for driving loads over 0.6A or that peak over 1.2A so this is for small motors. Check the datasheet for information about the motor to verify its OK.
To connect a motor, simply solder two wires to the terminals and then connect them to either the M1, M2, M3, or M4. Then follow these steps in your sketch
- Make sure you #include <AFMotor.h>
- Create the AF_DCMotor object with AF_DCMotor(motor#, frequency), to setup the motor H-bridge and latches. The constructor takes two arguments. The first is which port the motor is connected to, 1, 2, 3 or 4. frequency is how fast the speed controlling signal is. For motors 1 and 2 you can choose MOTOR12_64KHZ, MOTOR12_8KHZ, MOTOR12_2KHZ, orMOTOR12_1KHZ. A high speed like 64KHz wont be audible but a low speed like 1KHz will use less power. Motors 3 & 4 are only possible to run at 1KHz and will ignore any setting given
- Then you can set the speed of the motor using setSpeed(speed) where the speed ranges from 0 (stopped) to 255 (full speed). You can set the speed whenever you want.
- To run the motor, call run(direction) where direction is FORWARD, BACKWARD or RELEASE. Of course, the Arduino doesn't actually know if the motor is 'forward' or 'backward', so if you want to change which way it thinks is forward, simply swap the two wires from the motor to the shield.
Page last edited August 27, 2012
Text editor powered by tinymce.
Using Stepper Motors AF_DCMotor Class Related Guides Trainable Robotic Arm By Robert Svec intermediate Arduino Lesson 16. Stepper Motors By Simon Monk intermediate Digital Circuits 7: MCUs... how do they work? By Dave Astels intermediate Memories of an Arduino By Bill Earl beginner Circuit Playground: D is for Diode By Collin Cunningham beginner Circuit Playground Sound-Controlled Robot By Anne Barela beginner Arduino Tips, Tricks, and Techniques By lady ada beginner How to Choose a Microcontroller By mike stone beginner Adafruit Music Maker Shield By lady ada intermediate WiFi Weather Station By M. Schwartz intermediate 36mm LED Pixels By Phillip Burgess beginner DS1307 Real Time Clock Breakout Board Kit By Tyler Cooper intermediate Smart Measuring Cup By Tony DiCola beginner Program an AVR or Arduino Using Raspberry Pi GPIO By Tony DiCola intermediate A REST API for Arduino & the CC3000 WiFi Chip By M. Schwartz beginnerCreate Wishlist
× Title Description Close Search SearchCategories
Tag » Arduino Motor Shield 4 Dc Motors Code
-
Arduino L293D Motor Driver Shield Tutorial
-
Controlling A DC Motor With Motor Shield Rev3
-
Control DC, Stepper & Servo With L293D Motor Driver Shield ...
-
Using L293D 4 DC Motors Shield For Arduino UNO And Mega
-
Arduino L293D Motor Driver Shield Tutorial : 8 Steps - Instructables
-
Control Several Motors With Motor Shield V1 And Arduino - AranaCorp
-
Control 4 DC Motor Using L293D DC Motor Sheidl For Arduino
-
Arduino's L293D Motor Driver Shield Guide - Engineers Garage
-
Arduino L293D Motor Driver Shield Control DC, Servo, And Stepper ...
-
L293D Motor Driver Shield For Arduino - MYTECTUTOR
-
[PDF] L293D Based Arduino Motor Shield
-
Using DC Motors | Adafruit Motor Shield V2
-
Quad DC Motor Driver Shield For Arduino - DFRobot
-
Arduino Motor Shield 4 Channel L293D H-Bridge Dc Motor Control ...
Trainable Robotic Arm By
Arduino Lesson 16. Stepper Motors By
Digital Circuits 7: MCUs... how do they work? By
Memories of an Arduino By
Circuit Playground: D is for Diode By
Circuit Playground Sound-Controlled Robot By
Arduino Tips, Tricks, and Techniques By
How to Choose a Microcontroller By
Adafruit Music Maker Shield By
WiFi Weather Station By
DS1307 Real Time Clock Breakout Board Kit By
Program an AVR or Arduino Using Raspberry Pi GPIO By
A REST API for Arduino & the CC3000 WiFi Chip By