Arduino Control DC Motor Speed and Direction Using a Potentiometer & Buttons

by RonFrtek in Circuits > Arduino

2606 Views, 2 Favorites, 0 Comments

Arduino Control DC Motor Speed and Direction Using a Potentiometer & Buttons

Arduino Control DC Motor Speed and Direction using a potentiometer & buttons

In this tutorial we will learn how to use a L298N DC MOTOR CONTROL driver and a potentiometer to control a DC motor speed and direction with two buttons.

Watch a demonstration video.

What You Will Need

s-l640.jpg
41BWeFs+hHL.jpg
pctdetail.775-114.1.jpg
battery-pack.png
F4O2K8LK54FYLTM.LARGE.jpg
FZEK4WBK3XGYAP0.LARGE.jpg
jumper-wires.jpg
New-Mini-Universal-Test-Protoboard-400-Tie-Points-PCB-Breadboard-for-Arduino.jpg
FGDAL8PK3DWSRB9.LARGE.jpg
  • Arduino UNO
  • L298N DC MOTOR CONTROLER
  • DC Motor
  • Battery pack
  • Potentiometer
  • Jumper wires
  • Two push buttons
  • 2x 1K ohm resistor
  • Breadboard
  • Visuino program: Download Visuino

The Circuit

dc-motor-buttons.jpg

  • Connect Arduino Pin 5V to breadboard positive pin (red line)
  • Connect Arduino Pin GND to breadboard negative pin (blue line)
  • Connect button1 first pin to breadboard positive pin (red line)
  • Connect button1 second pin to arduino digital pin 6
  • Connect button1 second pin to resistor1
  • Connect button2 first pin to breadboard positive pin (red line)
  • Connect button2 second pin to arduino digital pin 7
  • Connect button2 second pin to resistor2
  • Connect resistor1 to breadboard negative pin (blue line)
  • Connect resistor2 to breadboard negative pin (blue line)
  • Connect digital pin(2) from Arduino to motor driver pin (IN2)
  • Connect digital pin(3) from Arduino to motor driver pin (IN1)
  • Connect DC one motor to one side of motor driver
  • Connect Power supply (batteries) pin (gnd) to motor driver controler pin (gnd)
  • Connect Power supply (batteries) pin (+) to motor driver controler pin (+)
  • Connect GND from Arduino to motor driver controler pin (gnd)
  • Connect potentiometer pin (DTB) to Arduino Analog pin (A0)
  • Connect potentiometer pin (VCC) to Arduino pin (5V)
  • Connect potentiometer pin (GND) to Arduino pin (GND)

Start Visuino, and Select the Arduino UNO Board Type

FRWQB80K1RVKKV9.LARGE.jpg
F311FBVK5AHN5HJ.LARGE.jpg

To start programming the Arduino, you will need to have the Arduino IDE installed from here: http://www.arduino.cc/.

Please be aware that there are some critical bugs in Arduino IDE 1.6.6. Make sure that you install 1.6.7 or higher, otherwise this Instructable will not work! If you have not done follow the steps in this Instructable to setup the Arduino IDE to program ESP 8266! The Visuino: https://www.visuino.eu also needs to be installed. 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

In Visuino Add AND Connect Components

2020-04-25_18-08-01.jpg
2020-04-25_18-09-47.jpg
2020-04-25_18-09-23.jpg
2020-04-25_18-12-20.jpg
2020-04-25_18-12-46.jpg
dc-motor1.png
  • Add "Dual DC Motor Driver Digital and PWM Pins Bridge (L9110S, L298N)" component
  • Add "Speed and Direction To Speed" component
    In the "Properties window " set "Initial Reverse" to "True"
  • Add "SR Flip-Flop" component
  • Connect Arduino Board digital pin[6] to "SRFlipFlop1" pin[Set]
  • Connect Arduino Board digital pin[7] to "SRFlipFlop1" pin[Reset]
  • Connect Arduino Board AnalogIn pin[0] to "SpeedAndDirectionToSpeed1" pin[Speed]

  • Connect "SRFlipFlop1" pin[Out] to "SpeedAndDirectionToSpeed1" pin[Reverse]

  • Connect "SpeedAndDirectionToSpeed1" pin[Out] to "DualMotorDriver1" > Motors[0] pin [In]

  • Connect "DualMotorDriver1" > Motors[0] pin [Direction(B] to Arduino board digital pin[2]

  • Connect "DualMotorDriver1" > Motors[0] pin [Speed(A)] to Arduino board digital pin[3]

Generate, Compile, and Upload the Arduino Code

F314C8EJJ4ZYH0D.LARGE.jpg
FVS3Y85JJ4ZYH0Q.LARGE.jpg

In Visuino, Press F9 or click on the button shown on Picture 1 to generate the Arduino code, and open the Arduino IDE

In the Arduino IDE, click on the Upload button, to compile and upload the code (Picture 2)

Play

If you power the Arduino Uno module and add batteries for motor controller, the DC motor is ready to spin.

By sliding potentiometer you can regulate the motor speed and change the direction by pushing the buttons.

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