Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 18, 2024, 07:05:06 19:05


Login with username, password and session length


Pages: 1 2 [All]
Print
Author Topic: 5V,2A H bridge help  (Read 19774 times)
0 Members and 1 Guest are viewing this topic.
junaid_766
Newbie
*
Offline Offline

Posts: 24

Thank You
-Given: 10
-Receive: 1


« on: September 27, 2008, 02:30:40 14:30 »

I want to make a H bridge with discrete component (Mosfet) which operates on 5V, 2A can anyone post a circuit
Logged
fernandodiaz
Junior Member
**
Offline Offline

Posts: 73

Thank You
-Given: 1
-Receive: 18


« Reply #1 on: September 27, 2008, 07:35:28 19:35 »

Hi my friend.
dont lost time and money  buy
L293E   
chip dc H bridge

http://www.datasheetcatalog.com/datasheets_pdf/L/2/9/3/L293.shtml
and
LMD18200
LMD18201
LMD18245   
http://home.cogeco.ca/~rpaisley4/HBridge.html


I like more L293E 

Can make regulation curent add resistor, and thermal protection IC (read PDFs) to make connections pins
but two work fine...

Best Regards..
Logged
junaid_766
Newbie
*
Offline Offline

Posts: 24

Thank You
-Given: 10
-Receive: 1


« Reply #2 on: September 28, 2008, 05:54:28 05:54 »

thanx
Logged
fernandodiaz
Junior Member
**
Offline Offline

Posts: 73

Thank You
-Given: 1
-Receive: 18


« Reply #3 on: September 28, 2008, 06:07:46 06:07 »



L6203    H bridge  surface mount


http://www.datasheetcatalog.com/datasheets_pdf/L/6/2/0/L6203.shtml
read this
Is special for build robotics projects
Logged
Diramo
Junior Member
**
Offline Offline

Posts: 37

Thank You
-Given: 434
-Receive: 54


« Reply #4 on: September 29, 2008, 12:07:08 12:07 »

MCZ33887EK - low cost H-bridge for motor application, 5V, 28A max. Datasheet here: http://www.freescale.com/files/analog/doc/data_sheet/MC33887.pdf
Logged
junaid_766
Newbie
*
Offline Offline

Posts: 24

Thank You
-Given: 10
-Receive: 1


« Reply #5 on: November 02, 2008, 02:29:51 14:29 »

i had made an inverter (hbridge) and an inverter logic(2x4)  both work perfectly in simulation but when i had join them together an error occur an anyone help me ...im atttach its DSN file
Logged
dennis78
Active Member
***
Offline Offline

Posts: 121

Thank You
-Given: 266
-Receive: 153


« Reply #6 on: November 14, 2008, 10:27:29 22:27 »

Schematic is good, but i think that you have problem with dead-time. Most of electronics simulators have problems in simulating H-bridge circuit. Ignore it for your real plans. This schematic principile work in real world, but without generating dead-time you can have problems with overheat or destroy transistors. In small time steps (when  bridge switching) you can have situation that Q5-Q7 or Q6-Q8 are ON im same time. This situation provide short high current peak through Q5-Q7 or Q6-Q8. It peaks is reason for overheating  or destroying transistors. For detailed information you can find on net (e.g. http://www.powerdesigners.com/InfoWeb/design_center/articles/Inverters/inverters.shtm).
Logged
sohel
Senior Member
****
Offline Offline

Posts: 442

Thank You
-Given: 167
-Receive: 149



« Reply #7 on: November 15, 2008, 08:50:24 08:50 »

u may read pic ref  from microchip AN967, AN877, AN843
Logged
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #8 on: January 07, 2009, 12:52:38 12:52 »

Hi Junaid,
I have seen your simulation. You have to understand the difference between simulation in Proteus and Real Life Application. Proteus simulates the Circuit without High Side Drive requirement but in Practical Circuit you require High Side driver for 2 High Side Mosfets which will provide Virtual Ground to those 2 High Side Mosfets. Otherwise all the Mosfets will conduct at the same time and all the Mosfets will be burned and the whole circuit may also be destroyed. You must have adequate knowledge regarding High and Low side Mosfet Driving procedure before attempting the H Bridge Circuit on ground. I will try to provide you a Practical Circuit
Logged
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #9 on: January 07, 2009, 05:49:38 17:49 »

Hi Junaid,

You can try with the following Circuit. Hope, this will solve your problem. You can use this circuit  upto 10-15A and 25V for low frequency application. Good luck.

Logged
free
Active Member
***
Offline Offline

Posts: 115

Thank You
-Given: 71
-Receive: 13


« Reply #10 on: January 13, 2009, 01:24:57 01:24 »

hi tAhm1D,

How to make 200mA constant current output from your schematics ?
I want to build 24v with 200mA constant current bipolar square wave at 50Hz.
Logged

Some dream to escape reality, some to change it forever.
- Soichiro Honda -
caveman508
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 12
-Receive: 6

READ, REAd, REad, Read


« Reply #11 on: January 13, 2009, 02:45:14 02:45 »

Free

You can use PWM from a PIC (or other controller) to control current, based on a current sense system and a flip-flop for a steering device an a bit of simple AND gate type-logic.  The "steering" FF needs to control the output of the PWM so that each side (polarity) sees the same pulse width.

That was a short answer, sorry.  I am just not clear what hardware and topology you have in mind.   

With this circuit (I am not sure, I am a firmware kind of guy with a fair knowledge of hardware), you will have to filter the output and set the table values for the PWM to do a square wave, I suppose you could do it with that sort of system.

I do know (been there with this stuff "H bridges" for many applications) that a fast PWM, say 50KHz can do this job.

I can be more helpful when I know what topology you plan to go with.

200mA seems small, but the same problems and control remain.  In my past, fun, but not easy.

Caveman
Logged
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #12 on: January 13, 2009, 03:56:08 15:56 »

Hi free,

To use this circuit for 24v and 200mA, change the values of R5, R6, R7, R8 to 1k. Do not connect the sources of Q2 and Q4 directly to ground, instead add a resistor in the path as a sense resistor. Using the formula,   V=IR,   there will be a voltage drop of 600mV across this resistor if its value is 3ohm. This 600mV will turn on 2 transistors which can ground the gates of Q2 and Q4, turning these off and therefore stopping the bridge from operating when output current becomes >200mA. The heat across the sense resistor will be:
P=VA or P=I*I*R or P=(V*V)/R, thus P=120mW. So you can choose a 1/4W resistor, or for more safety a 1/2W resistor.

You can use IRFZ44N MOSFETs as they can handle 24v and 200mA with no problems, but you can replace them with less powerful MOSFETs if you want.

For input signal, you can use SG3526 or 4047 or a 555 followed by Flip Flop stage or any oscillator that produces complementary outputs at 50Hz.

If you are still not clear, I can post a circuit.
Logged
free
Active Member
***
Offline Offline

Posts: 115

Thank You
-Given: 71
-Receive: 13


« Reply #13 on: January 14, 2009, 01:07:03 01:07 »

hi tAhm1D,

Please post the circuit....
Logged

Some dream to escape reality, some to change it forever.
- Soichiro Honda -
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #14 on: January 14, 2009, 04:59:04 16:59 »

hi tAhm1D,

Please post the circuit....

Hi free,

I have made the circuit for you. Hope this will fulfill your requirement. This circuit is made for currents around 200mA, but if you remove R9, R10, R11, Q5, Q6 and replace fuse with appropriate amperage, you can use this circuit to upto 24v, 5-10A max with appropriate heat sink arrangement.

« Last Edit: January 14, 2009, 06:56:46 18:56 by tAhm1D » Logged
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #15 on: January 14, 2009, 05:03:43 17:03 »

Hi Junaid,

For a working H-bridge circuit (I have posted it today), you can find it here:

http://www.sonsivri.com/forum/index.php?topic=15212.new#new
Logged
caveman508
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 12
-Receive: 6

READ, REAd, REad, Read


« Reply #16 on: January 14, 2009, 08:24:36 20:24 »

This circuit should work, but be aware that during current limit, the two lower FETs (Q2 & Q4) will be forced into the linear region and begin to dissipate a fair amount of heat.  Make sure they are properly mounted to a heat sink that is capable of dissipating 10 or more watts.
Logged
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #17 on: January 14, 2009, 09:22:57 21:22 »

This circuit should work, but be aware that during current limit, the two lower FETs (Q2 & Q4) will be forced into the linear region and begin to dissipate a fair amount of heat.  Make sure they are properly mounted to a heat sink that is capable of dissipating 10 or more watts.

Hi caveman508,
If you look at the Circuit, you will find that all the Fets are always in Linear Region as the Circuit itself is Linear Type and the Frequency is 50 HZ. If you look at the Oscillating IC 4047, you can find that with Variable Resistor RV1 and Capacitor C3, it is producing 100 Hz and supplying to pin 10 and 11  opposite phased 50HZ to drive the Mosfets.

The Fets will handle max 5-8 watt load and hence for irf z44 this is very low amount of load and even then it is wise always to use heat sink with Mosfets.

Whenever load exceeds 200 mili amp, the transistors Q5 and Q6 will make the circuit off.
Very simple circuit but one has to understand clearly. I understand your concern and assure you that your concern has been addressed properly in the circuit.
Logged
free
Active Member
***
Offline Offline

Posts: 115

Thank You
-Given: 71
-Receive: 13


« Reply #18 on: January 14, 2009, 10:24:39 22:24 »

hi caveman508 and tAhm1D,

Your posts are very helpful to me, I will try the circuit.
Logged

Some dream to escape reality, some to change it forever.
- Soichiro Honda -
ajmain
Guest
« Reply #19 on: January 18, 2009, 01:23:22 13:23 »

Hi,
The sense is not really essential. It can be left out as irfz44 is a powerful mosfet and can handle currents of >200mA if necessary and the input fuse will suffice.
But if your requirement is a necessary precise and limited 200mA, then the circuit is fine.

Just a question to caveman508, why would the mosfets be heated? Aren't they going to be turned off?
Logged
caveman508
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 12
-Receive: 6

READ, REAd, REad, Read


« Reply #20 on: January 18, 2009, 04:42:05 16:42 »

This circuit will limit the current by dragging down on the gates of the lower FETs, not turning them off, but rather in that tricky area called the "linear" region.  Normally, in an H bridge, the FETs are biased such that they are saturated ON or totally OFF.  When a FET is driven into saturation, the only drop it has in voltage from Drain to Source is the rated specification called Rds-on that is the Resistance Drain to Source when ON, which can be in the 10's of milli-ohms easily.

So, in the case of current limit, and supposing that the top FET is fully on, the current limit is being done by the lower FET.  the power dissipated by the lower FET will be 24V * 200mA = 4.8 Watts.

I am not an analog engineer, so I could be wrong, but that is what I see.

Maybe Tahmid can better explain the biasing during both normal mode and during current limit.

Hope that helps,

Caveman
Logged
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #21 on: January 18, 2009, 07:44:01 19:44 »

Hi,
Heat dissipation of 4.8 watts is no problem for all the fets as each irfz44N can withstand unto 140watts. Yes, even the sense Transistors are not required for 200mA current,which is very less in comparison with the capability of the H Bridge Circuit. However, it is provided to show a precise circuit.
This is a low power linear circuit, so much calculation is not required. For High Frequency, High Powered circuit, lot of parameters should have to be calculated. Since my good friend caveman508 has touched regarding structural linear region of Mosfets, I would say something regarding that in brief. Mosfets fall in the structural linear state when the Drain voltage becomes less than the gate voltage and then Drain to Source Channel becomes very narrow and every possibility that the Mosfets become hot and get damaged as it fail to dissipate the internal heat created in access of Rds On. Here, the case in not like that as assumed by caveman508. Here, with access load, the gates of the lower fets will be off and hence circuit will be off till the required condition prevails.
Logged
caveman508
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 12
-Receive: 6

READ, REAd, REad, Read


« Reply #22 on: January 18, 2009, 08:41:58 20:41 »

I will leave the rest of this discussion to all of you.

Best wishes,

Caveman
Logged
sohel
Senior Member
****
Offline Offline

Posts: 442

Thank You
-Given: 167
-Receive: 149



« Reply #23 on: January 18, 2009, 10:33:02 22:33 »

((caveman = digital) anding (tahmid = analog)) % yesno

Posted on: January 18, 2009, 10:47:19 22:47 - Automerged

please cotinue. it will answer a lot of quary.
Logged
sohel
Senior Member
****
Offline Offline

Posts: 442

Thank You
-Given: 167
-Receive: 149



« Reply #24 on: January 19, 2009, 02:57:47 02:57 »

A transistor drive pulse of less then 12v could result in excessive heating which occurs when the transistor being driven are operating in the linear mode of operation. which by the physical transistor construction, happens to be the most resistive regions of operation.,  by the way could u please upload another design for H-BRIDGE and Full-BRIDGE ?  SORRY IF I AM WRITEEN WRONG. NEED TO SLEEP.
Logged
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #25 on: January 21, 2009, 10:16:14 10:16 »

Hi,
For most of the Mosfets it is normally 8v not 12v. But exceptions are there, please find out some Mosfets known as Logic Level Mosfets which can operate at 5v.
Logged
free
Active Member
***
Offline Offline

Posts: 115

Thank You
-Given: 71
-Receive: 13


« Reply #26 on: January 22, 2009, 01:23:20 01:23 »

hi tAhm1D,

I built the circuit from you, but it's not working fine on me.
When I use 24v supply no output voltage, but it's working if the supply about 14 - 16v, stranger..
I replace the mosfet with lower ampere, same result.
I want to build it again.
Logged

Some dream to escape reality, some to change it forever.
- Soichiro Honda -
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #27 on: January 22, 2009, 10:20:04 10:20 »

Hi,
The circuit is supposed to be Ok. Probably you could not select appropriate parts.
Try the same circuit without R9, R10, R11, Q5, Q6 and observe the output. Then, if the circuit is alright, put these parts again and select the proper sense resistor R9. Change its value to observe the output.
Logged
caveman508
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 12
-Receive: 6

READ, REAd, REad, Read


« Reply #28 on: January 22, 2009, 02:47:59 14:47 »

R9 MUST remain in circuit for it to work.

To disable the current limit function, simply disconnect the collector of Q5 & Q6.

Caveman
Logged
ajmain
Guest
« Reply #29 on: January 22, 2009, 03:55:48 15:55 »

You can connect the sources of the low side MOSFETs directly to ground to disable current limit.
Logged
tAhm1D
Senior Member
****
Offline Offline

Posts: 326

Thank You
-Given: 103
-Receive: 180



« Reply #30 on: January 22, 2009, 04:26:35 16:26 »

Hi caveman508,
ajmain got the idea clearly.  R9 is not required and the sources of the low side Mosfets can be connected directly to ground to disable current limit.

Logged
Pages: 1 2 [All]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC