How to Control Stepper Motor With Joystick Using Arduino

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

Watch the Video!

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

 

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

 

What You Will Need

What You Will Need photo 2

What You Will Need photo 3

What You Will Need photo 4

What You Will Need photo 5

STEP 2
Brought by PCBWay

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.

Brought by PCBWay

Brought by PCBWay photo 2

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]

 

 

The Circuit

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

Start Visuino, and Select the Arduino UNO Board Type

Start Visuino, and Select the Arduino UNO Board Type photo 2

STEP 5
In Visuino Add Components
  • Add "4 Wire Stepper Motor" component
  • Add "Joystick" component
  • Add "Dead Zone Scaled Analog" component

In Visuino Add Components

In Visuino Add Components photo 2

In Visuino Add Components photo 3

STEP 6
In Visuino Set Components
  • 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

 

In Visuino Set Components

In Visuino Set Components photo 2

STEP 7
In Visuino Connect Components
  • 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]

 

In Visuino Connect Components

In Visuino Connect Components photo 2

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.

Generate, Compile, and Upload the Arduino Code

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

icon step-joystick.zip 9KB Download(0)
License
All Rights
Reserved
licensBg
0