Stepper Motors
To use Cambridge Digital Technology's stepper motors you need a controller and a motor driver to translate low-power signals into the high-power pulses required to turn the motor's coils in sequence. Unlike standard DC motors, stepper motors do not rotate continuously when power is applied; they move in discrete, precise increments (steps) for every pulse received.

HOW TO USE:

1. Identify Your Motor and Driver

2. Standard Wiring Setup

3. Basic Control Sequence

To make the motor move, your code must send a sequence of high/low pulses to the driver: 

  1. Set Direction: Pull the DIR pin HIGH for clockwise or LOW for counter-clockwise.
  2. Send Pulses: Send a pulse to the STEP pin. Each pulse causes the motor to move exactly one step (usually or 200 steps per revolution).
  3. Control Speed: The faster you send these pulses (shorter delay between them), the faster the motor rotates.

4. Safety and Tuning

Servo Motors

To use a servo motor, you provide it with power, ground, and a control signal. Unlike standard DC motors, a hobby servo typically rotates to a specific angle (usually between 0 deg and 180 deg) based on the "pulse width" of the signal it receives.

Choosing the Right Type