Difference between revisions of "Motors"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
*[http://www.arduino.cc/en/Tutorial/StepperUnipolar Unipolar Stepper Motor] | *[http://www.arduino.cc/en/Tutorial/StepperUnipolar Unipolar Stepper Motor] | ||
− | + | ==Micro controller driving== | |
[http://www.tigoe.net/pcomp/code/category/code/arduinowiring/51 Stepper Motor Control] | [http://www.tigoe.net/pcomp/code/category/code/arduinowiring/51 Stepper Motor Control] | ||
== Servo Motors == | == Servo Motors == | ||
A servo motor can be any kind of motor that is equipped with a position sensor. The information from that sensor is then used to control the motor. In common "RC" servos the sensor is a potentiometer and all the drive electronics are packaged inside the case with the motor. | A servo motor can be any kind of motor that is equipped with a position sensor. The information from that sensor is then used to control the motor. In common "RC" servos the sensor is a potentiometer and all the drive electronics are packaged inside the case with the motor. |
Revision as of 10:25, 1 April 2008
General
Stepper Motors
A electric motor that turns a well define amount ( say 7 degrees ), a step, when connected to the right power source. Repeated activation will cause the motor to move any number of steps in either direction desired. Used for carefully controlled motion. Microcontrollers are often used as part of the drive system for a stepper motor.
Uses
- Printers
- Machine tools
- Robots
Links:
Micro controller driving
Servo Motors
A servo motor can be any kind of motor that is equipped with a position sensor. The information from that sensor is then used to control the motor. In common "RC" servos the sensor is a potentiometer and all the drive electronics are packaged inside the case with the motor.