Questions tagged [l293d]

DC Motor Driver IC with two H-Bridges

L293D is a integrated circuit for driving DC motors and selenoids. The chip provides two H-Bridges. The tag is often used for motorshields with L293D attached on it.

32 questions
2
votes
1 answer

I would like to know why my four gear motors are rotating at different speeds when connected to 2 L293D motor drivers, controlled by the arduino

Ignore direction of the motors(for now). This is my connection diagram. Any and all improvements to this are welcome. Bottom left motor seems to run at 210-224 rpm Bottom right motor runs at 160-180 rpm Top right motor runs at 210-224 rpm Top left…
2
votes
2 answers

L293D motorshield with batteries doesn't power Arduino

Recently I came across a video about a guy building a remote Bluetooth-controlled Arduino car and I was quite amazed. So I decided I wanted to build it too. I have no Arduino or electronics experience at all other than being an IT professional. So I…
Yestli
  • 31
  • 4
2
votes
1 answer

2 Motor Robot Control with RC Radio

I am making a robot for a local robotics competition. One main function I need to do is move it forward, backward, right, left. Just like an RC car. I have programmed it to do that but it seems like the motors are not going the same speed as each…
Ethan J
  • 35
  • 3
2
votes
2 answers

State machine sketch to drive a DC motor with limit switches

I have a DC motor that will need to use two limit switches to detect end of travel in two directions. I've read that coding a state machine to do this task is the best method, however I have no idea where to even begin. Below you'll find a…
Kreation
  • 121
  • 1
  • 4
1
vote
1 answer

Connect ESP32-CAM to L293D

Disclaimer: I'm a programmer, not an electronics expert. I built this car using an Arduino Uno, and now I want to add a camera to it. I’ve tried researching online, but I couldn’t find much information about connecting the ESP32-CAM to an L293D…
Carina
  • 11
  • 1
1
vote
1 answer

What are the Vs and Vss pins on an L293D chip for?

I made a simple test circuit to help me understand the L293D H-bridge that comes with the Arduino starter kit. Digital output pins of the Arduino are wired to the input pins on the H-bridge. Arduino code alternately sends 1/0 and 0/1 down those two…
Jack M
  • 123
  • 3
1
vote
0 answers

I’m having trouble getting a motor to run for 10 seconds and then reverse direction every time push button is pushed down

i am brand new to arduino and was looking for a little help. i am looking to activate a motor once the button is pushed for 10 seconds and then have it stop. then the next time the button is pushed, it runs in reverse for ten seconds and stops. i…
joe
  • 11
  • 2
1
vote
1 answer

what is the maximum number of servo motors that can be connected to a l293d motor shield?

I have a requirement in which I need to run 2 motors and 6 servos. The motors and servos won't be running simultaneously at any given time. what best can I use. I Was hoping to use l293d shield as it powers 2 DC motors and 2 servos, but how do I get…
1
vote
2 answers

I need a good battery reccomendation

I have simple project composed of an Arduino Nano, a HC-05 module, and a small toy DC motor controlled using a L293D driver, I want to be able to power this circuit entirely using a battery, here is what I tried: -The motor/L293D combo works when…
The Riser
  • 123
  • 1
  • 6
1
vote
0 answers

What do i do to get my bluetooth module to light up?

I'm very new to arduino and am doing my first project, a bluetooth run robot. When i plugged in my module to my laptop to upload the code, the module lights up, and afterwards, i was able to run it on my 12v battery. However, later on, my module…
user69837
  • 11
  • 1
1
vote
1 answer

Stepper motor not working as expected

Kunal Gupta: Guys plss help me .... I am having issues in using stepper motor I have tried both 28bjy with uln2003 and l293d .. giving it output supply of 5V . Motor is vibrating but its shaft is not moving. And even if shaft runs then it is…
Kunal
  • 81
  • 1
1
vote
1 answer

L293D motor shield

I have the L293D motor shield on top of my Arduino UNO. The L293D has a servo attached of 5 volt and a motor of 12 volt there is an external power supply. If I remove the jumper of the board and power my motor with the 12 volt? Will my servo of 5…
Thibault Q
  • 11
  • 1
1
vote
2 answers

L298N motor driver and battery issues

I'm trying to build an Arduino 4WD smart car. so i connected my l298N motor driver module with my v4 shield and used a 4 x 1.5v AA batteries to try and power my 4 motors up. i connected 2 of the motors in parallel so i can use 1 L298N to power it…
1
vote
0 answers

How much power should I supply to L293d shield to run 4 tt gear dc motors and 1 servo sg90?

I'm new to Arduino. I am trying to making an obstacle avoiding car using Arduino Uno and L293d motor driver shield. Four tt gear dc motors and 1 servo motor were connected. How much power should I supply or which batteries and how much should I use?…
Zishan ali
  • 11
  • 1
1
vote
0 answers

motor driver shield covering ports for ultrasonic sensor

im new to arduino and am making an arduino car. the motor driver shield covers the ports (am connecting an ultrasonic sensor) and i know that we can connect it to the 'holes' on the motor driver shield (l293d) but i do not have a solder or header…
V2ube
  • 11
  • 3
1
2 3