How To Control Stepper Motor With Joystick Using Arduino

About the project

In this simple tutorial we will learn how to control a 4-wire stepper motor with a joystick using Arduino. Watch the Video!

Project info

Difficulty: Easy

Platforms: ArduinoDigilentSparkFunVisuino

Estimated time: 1 hour

License: GNU General Public License, version 3 or later (GPL3+)

Items used in this project

Hardware components

Jumper wires (generic) Jumper wires (generic) x 1
Arduino UNO Arduino UNO x 1
Digilent Stepper Motor Digilent Stepper Motor x 1
SparkFun Thumb Joystick Breakout SparkFun Thumb Joystick Breakout x 1

Software apps and online services

Visuino Visuino
Arduino IDE Arduino IDE

Story

Also check out this amazing tutorial: Arduino Nano and Visuino: Control 2 Stepper Motors With Joystick

Step 1: What You Will Need

1 / 5

  • Arduino UNO (or any other board)
  • Stepper motor 28byj-48 & stepper motor driver board
  • Analog Joystick module
  • Jumper wires
  • Visuino program: Download Visuino

Step 2: Brought by PCBWay

1 / 2

Thank you PCBWay for supporting this tutorial and helping users learn more about electronics.

NEW! Now you can get Aluminum PCB & FLEX PCB in their Special Offer!

What I like about the PCBWay is that you can get 10 boards for approximately $5 which is really cost effective for professional made boards, not to mention how much time you save!

Go check them out here. They also offer special discounts celebrating their 9th anniversary More info here.

Step 3: The Circuit

  • Connect Arduino pin [5V] to Driver Board pin [VCC]
  • Connect Arduino pin [GND] to Driver Board pin [GND]
  • Connect Arduino digital pin [2] to Driver Board pin [IN1]
  • Connect Arduino digital pin [3] to Driver Board pin [IN2]
  • Connect Arduino digital pin [4] to Driver Board pin [IN3]
  • Connect Arduino digital pin [5] to Driver Board pin [IN4]
  • Connect Arduino pin [5V] to Joystick pin [VCC]
  • Connect Arduino pin [GND] to Joystick pin [GND]
  • Connect Arduino analog pin [0] to Joystick pin [VRX]

Step 4: Start Visuino, and Select the Arduino UNO Board Type

Start Visuino as shown in the first picture Click on the "Tools" button on the Arduino component (Picture 1) in Visuino When the dialog appears, select "Arduino UNO" as shown on Picture 2

Step 5: In Visuino Add Components

1 / 3

  • Add "4 Wire Stepper Motor" component
  • Add "Joystick" component
  • Add "Dead Zone Scaled Analog" component

Step 6: In Visuino Set Components

1 / 2

  • Select "Stepper1" and in the properties window select "Steps Per Second" and click on the pin Icon and select "Float SinkPin"
  • Select "DeadZoneScaled1" and in the properties window set "Output Range" > "Max" to 800 and "Output Range" > "Min" to -800
  • This is the Max speed and you can adjust it to your needs

Step 7: In Visuino Connect Components

1 / 2

  • Connect Arduino Analog pin [0] to "Joystick1" Axis X [In]
  • Connect "Joystick1" Axis X [Out] to "DeadZoneScaled1" pin [In]
  • Connect "DeadZoneScaled1" pin [Out] to "Stepper1" pin [Steps Per Second]
  • Connect "Stepper1" pin [0] to Arduino digital pin [2]
  • Connect "Stepper1" pin [1] to Arduino digital pin [3]
  • Connect "Stepper1" pin [2] to Arduino digital pin [4]
  • Connect "Stepper1" pin [3] to Arduino digital pin [5]

Step 8: Generate, Compile, and Upload the Arduino Code

In Visuino, at the bottom click on the "Build" Tab, make sure the correct port is selected, then click on the "Compile/Build and Upload" button.

Step 9: Play

If you power the Arduino module and press the Joystick the Stepper Motor will start to rotate in forward direction or reversed direction.

Congratulations! You have completed your project with Visuino. Also attached is the Visuino project, that I created for this Project, you can download it here and open it in Visuino: https://www.visuino.eu

Schematics, diagrams and documents

Visuino File

Code

Visuino File

Credits

Photo of Ron

Ron

Arduino Developer

   

Leave your feedback...