Arduino - Obstacle Avoiding Robot (with L293D)
by MertArduino in Circuits > Arduino
49718 Views, 69 Favorites, 0 Comments
Arduino - Obstacle Avoiding Robot (with L293D)
This instructable is the written version of my "Arduino - Obstacle Avoiding Robot (with L293D)" YouTube video that I've uploaded recently. I strongly recommend you to check it out.
Tutorial
In this video is explained step by step.
Dual H-Bridge Motor Driver for DC or Steppers - 600mA - L293D
This is a very useful chip. It can actually control one motor independently. We will use in its entirety the chip in this tutorial. Pins on the right hand side of the chip are for controlling a one motor. Pins on the left hand side of the chip are for controlling second motor.
You can run four solenoids, two DC motors or one bi-polar or uni-polar stepper with up to 600mA per channel using the L293D.
Hardware Required
- Arduino Uno R3
- Dual H-Bridge L293D Motor Driver
- HC-SR04 Ultrasonic Module Distance Sensor
- Bracket / Holder for HC-SR04
- DC Motors and Wheels
- Bovine Wheel
- Plate or Chassis
- Jumper or Wires
- Batteries and Battery Holdes
- Glue Gun or Cable Ties
- Breadboard
Create a Chassis
In this step; We are doing chassis installation.
You can use any plate for the chassis. But do not use a metal!
- Let's first mount the wheels.
- Then let's mount the battery holder.
- Finally mount Arduino and breadbord.
Create Power Distribution
I am using a breadboard for distribution to VCC and GND. For to be adjacent to the motor driver.
All VCC and GND Connections
All VCC-GND connect with wires to the L293D motor drive and the batteries.
Each chip contains two full H-bridges (four half H-bridges). That means you can drive four solenoids, two DC motors bi-directionally, or one stepper motor. Just make sure they're good for under 600 mA since that's the limit of this chip.
Normally we can connect both of these to the Arduino 5V pin. We used a powerful motor, or a higher voltage motor. So we provided the motor with a separate power supply using pin 8 connected to the positive power supply and the ground of the second power supply is connected to the ground of the Arduino.
DC Motor Connections
You can run four solenoids, two DC motors or one bi-polar or uni-polar stepper with up to 600mA per channel using the L293D.
You can use OUT1 and OUT2 for the left motor.
OUT4 and OUT3 can use for the right motor
Digital Input Connections
The L293D has two +V pins (8 and 16). The pin '+Vmotor (8) provides the power for the motors, and +V (16) for the chip's logic.
Digital 2 to OUT1
Digital 3 to OUT2
Digital 4 to OUT4
Digital 5 to OUT3
HC-SR04 Connections
Sensor VCC to Breadboard VCC
Sensor GND to Breadboard GND
Sensor Trig to Arduino Digital12
Sensor Echo to Arduino Digital11
Finally; Battery, Wheels and Sensor Mounting
We're making the final touches ...
Then connect the robot to the computer for programming.
Code
If I Was Helpful
First of all, I would like to thank you for reading this guide ! I hope it helps you.
If you want to support me, you can subscribe my channel and watch my videos.