Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Rotates only by fixed amounts, and controlled by a sequence of digital outputs
  • Stepper motors typically (for bipolar steppers) have 4 wires, two each for adjacent coils.
  • Other, more complicated drive patterns such as full-step drive (two phases on), half-stepping etc. possible.
  • Step angles of 1.8o, 3.6o, 7.2o etc. are typical.
  • Positioning is relative - you can make it move by a certain angle (certain number of steps x step angle) from the current position. This is unlike servo motors which do absolute positioning where you don't need to know the current position to control the final position).


Courtesy : https://howtomechatronics.com/how-it-works/electrical-engineering/stepper-motor/

...

  • Open loop control – no feedback-based correction built into the motor unlike servos. You can only give pulses / commands and hope for the best.
  • Good for positional control where turn angle is not limited and where the torque required is relatively constant.
  • Used in printers, 3D printers, rack and pinion (see the animation below) based actuators.

To do : Lookup and go through Arduino Stepper Library

...