Author Topic: L293B problem with output voltage  (Read 3767 times)

0 Members and 1 Guest are viewing this topic.

Offline jhonilsonTopic starter

  • Jr. Member
  • **
  • Posts: 23
  • Helpful? 0
L293B problem with output voltage
« on: June 25, 2008, 09:40:12 AM »
    Hi. i am using L293B H bridge.
   I am trying one 6v motor (from radio control car), when i connet the suply voltage (5v)  directly to the motor, it work very fine but when i use the l293B the power in the motor is less and not work corretly.
 
   I really need to use the motors with all the power it. The L293B decreases the power of the motors.  This is Normal??? What i can to do for solve the problem???

  Gracias

Offline karlis

  • Full Member
  • ***
  • Posts: 79
  • Helpful? 0
    • sctg clans website
Re: L293B problem with output voltage
« Reply #1 on: June 25, 2008, 09:52:48 AM »
check shematic of H-bridge, maybe you have wrongly connected something ? h-bridges are like relay's who are basicly switches for bigger power..

i`m looking for some h-bridge's too could you tell me where did you bought it?

Offline jhonilsonTopic starter

  • Jr. Member
  • **
  • Posts: 23
  • Helpful? 0
Re: L293B problem with output voltage
« Reply #2 on: June 25, 2008, 12:09:26 PM »
  I live not in USA.  i am sure that i connect everything ok.
  Here some links of H bridges

http://www.st.com/stonline/books/pdf/docs/1328.pdf

http://www.todomicrostamp.com/pocket_projects.php?proyecto=4

thanks

Offline izua

  • Supreme Robot
  • *****
  • Posts: 682
  • Helpful? 0
    • izua electronics
Re: L293B problem with output voltage
« Reply #3 on: June 25, 2008, 05:57:00 PM »
here's a hint: transistors have losses. here's another hint: every power driver has some transistors.
if you want to deliver 100% voltage from the battery to the motors, use a relay. but you won't be able to do speed control.
« Last Edit: June 26, 2008, 12:53:07 AM by izua »
Check out my homepage for in depth tutorials on microcontrollers and electronics.

Offline bens

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 335
  • Helpful? 3
Re: L293B problem with output voltage
« Reply #4 on: June 25, 2008, 06:37:55 PM »
Elaborating a bit more on what izua has said, if you check your datasheet, you'll see a spec called "total voltage drop" or something similar.  This is the voltage drop between your input and your output and it's not something you can make better by any means other than increasing your input voltage.  If you want a smaller voltage drop, look into using MOSFET-based drivers (MOSFETs typically have much smaller drops and they have some other benefits as well).

Looking at the datasheet for your driver, it would appear that the typical high output voltage is VIN - 1.4 and the typical low output voltage is 1.2, so the voltage across your motor is typically somewhere around 2.6 V lower than VIN when the motor is pulling 1 A.  What this means is that when you try to power your L293B using a 5 V power source, your motor is only seeing perhaps 2.4 V across it (maybe more, maybe less, depending on current).

- Ben