How To Motors
How To Motors
Living
Outside
Play
Technology
Workshop
How-To: Motors
by audreyobscura on February 7, 2012 Table of Contents How-To: Motors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Intro: How-To: Motors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 1: The Fundamentals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 2: DC Motors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 3: Stepper Motors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 4: Servo Motors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 5: Vibrating Motors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 6: Where to start? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 7: Using a Stepper Motor with an Arduino . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 8: Using a DC Motor/Vibrating Motors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 9: Using a Servo Motor with an Arduino . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2 2 3 3 4 5 5 5 7 7 8 8
http://www.instructables.com/id/How-To-Motors/
Motors are classified by having the following properties: There's a permanent magnet (or magnets) around the edge of the motor case that remains static, so it's called the stator of a motor. Inside the stator, there is a wire coil, mounted on an axle that spinsaround at high speed - this is called the rotor.
http://www.instructables.com/id/How-To-Motors/
Step 2: DC Motors
DC motors are in many ways the simplest electric motors. Most DC "brushed" motors operate in the same way. There is a stator and a rotor. The magnets on the stator and a coil on the rotor which is magnetically charged by supplying current to it. The presence of brushes (static, permanent mechanisms) within the motor, which propel the electromagnetic rotor forward. Utilizing a DC power source, very few controls are needed. Speed of the motor can be controlled by the amount of current reaching the coils from the battery to the commutator. If you reverse the leads, or wires, coming off of the motor - the motor will spin the opposite direction as it was previously.
http://www.instructables.com/id/How-To-Motors/
http://www.instructables.com/id/How-To-Motors/
Above we see a motor that is fixed to a piece of sheet metal. Notice how the sheet metal undulates at the vibrating motor spins.
http://www.instructables.com/id/How-To-Motors/
How you modify the sketch will depend on what you are trying to accomplish with the motor. Playing with some of the other sketches in the example sketch library will help you develop a greater understanding of how stepper motors are able to communicate with Arduino Boards.
Image Notes 1. loads Stepper code library 2. establishes the stepper motor as a variable 3. sets the speed in rpm's and, establishes a serial connection between your computer and the board. 4. spins the motor. 5. establishes how many steps you would like your stepper motor to execute.
http://www.instructables.com/id/How-To-Motors/
http://www.instructables.com/id/How-To-Motors/
Related Instructables
Arduino 4wd robot with ping How to wire an sensor "J-Bot" arduino-based by JamecoElectronics 3-axis CNC machine by aggrav8d
Comments
2 comments
Add Comment
Feb 17, 2012. 3:26 PM REPLY
randofo says:
Great overview! And good work on the animated gifs.
mikeasaurus says:
My brain just grew a little after reading this!
http://www.instructables.com/id/How-To-Motors/