Difference between revisions of "Stepper Motor Tutorial"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
== Process == | == Process == | ||
+ | === Connecting Stepper Motor to Arduino === | ||
+ | 1. Connect stepper motor and stepper driver by connecting the white plug of the motor into the white opening of the driver. | ||
+ | 2. Connect wires from IN1, IN2,IN3, and IN4 of stepper driver, and connect to pins 8, 9, 10, and 11 respectively. | ||
+ | 3. Connect negative wire of stepper driver to ground (GND) of Arduino and positive wire of stepper drive to 5V power source of Arduino. | ||
+ | |||
+ | === Code === | ||
+ | |||
== Authors == | == Authors == | ||
Elizabeth Saliba | Elizabeth Saliba |
Revision as of 01:16, 1 April 2019
Contents
Overview
A stepper motor is a DC motor that is used for making precise adjustments in position by taking discrete steps. There are many types of stepper motors that are used for different functions that vary in motor size, step count, gearing, shaft style, wiring, coils, and phases.
Materials/Prerequisites
- Stepper motor
- Stepper driver
- Breadboard
- Jumper wires
- Arduino hardware and software
Process
Connecting Stepper Motor to Arduino
1. Connect stepper motor and stepper driver by connecting the white plug of the motor into the white opening of the driver. 2. Connect wires from IN1, IN2,IN3, and IN4 of stepper driver, and connect to pins 8, 9, 10, and 11 respectively. 3. Connect negative wire of stepper driver to ground (GND) of Arduino and positive wire of stepper drive to 5V power source of Arduino.
Code
Authors
Elizabeth Saliba
Liza Kaniewski
Michael Williams (TA)