Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1020 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 1020 Bytes

Stepper Motor Application for Simple Reliability Test of Flexible Electronics

WIP

Hardware Used

  1. Arduino Uno
  2. Arduino 2A Motor Shield : User Manual
  3. NEMA 17 Stepper Motor

Wiring Configuration

Software

The Arduino Stepper library is used. The program is based off its inbuilt examples stepper_oneRevolution and stepper_oneStepAtATime.

Note:

  1. For the NEMA 17 Stepper Motor tested, the datasheet states that for one coil black is the coil end and yellow is the centre tap wire, but it was found that the opposite is true.
  2. Select the number of revolutions per step based on the motor used
  3. These examples use Signed Magnitude mode on the shield