Combining the Ampere of two voltage regulator?

my bad, i forgot the voltage drop of zener diode.

Not to mention that finding zeners that can flow 1.5a/each is quite hard.

If you really need 3amp, you can look into the datasheet of your voltage regulator to see how to expand their current capabilities.

If you really need 3amp, you can look into the datasheet of your voltage regulator to see how to expand their current capabilities.

I posted that for the OP he said in some kind of simulator it didn't work

it didn't work

thank god we don't live in a simulator.

so i cannot use npn transistor?

Yes, you can.

jackrae:
Let's go back a few steps

Question - Why do you think you need a 3A regulated supply ? What is your actual load ? Just because the power supply can provide 3A+ doesn't mean your regulator has to be rated at that figure. If 6 volts meets you back-up needs than "losing" 12.5 across a linear regulator is a shear waste of power (12.5 x 3 = 37.5 watts). If you really need 6 or 12 volts (you seem to be a bit mixed on voltages) then I'd suggest a switched mode regulator that offers over 90% efficiency with very little heat.

I have a solenoid lock,alarm,relay rated at 12v. A couple of 5 inputs to arduino. The gsm shield required is 1.5A. Assuming the arduino is 500mA, gsm is 1.5A, the solenoid lock is 200mA, alarm is 300mA, relay is 50mA then the total is 2550mA or 2.5A. The remaining 500ma is just for extra. The purpose of the back up battery is not to power them all but to only power the arduino and gsm, so that the gsm can still send message and call.

The gsm shield required is 1.5A.

A nice heater element.

Here a NPN setup

Here a NPN setup

The output would fluctuate with the load.

You need 1 small signal pnp, + 2 resistors.

The GSM shield requires 5v @ 1.5A? Really?

I would use an unregulated PSU for the solenoids, because there's not likely to be any good reason to worry about the exact voltage going through a coil. Same for the relays. As long as it's rectified and filtered to remove any serious ripple, they should be perfectly happy. A simple transistor (and protection diodes) to fire them would suffice.

That leaves the control circuitry and the GSM module. At a load of 1.5A, you really need to move to switching regulators. That's way, way too much current to stick with linear. You'll be generating a TON of heat. That means, you're wasting quite a bit of power, and you need sufficient means to remove that heat. Those LM78xx chips say they'll drive 1.5A, but don't even think about asking them to do it IRL.

Yes, because i will use calls too.
http://tronixstuff.wordpress.com/2011/01/19/tutorial-arduino-and-gsm-cellular-part-one/

The GSM shield can often require up to 2A of current in short bursts – especially when turned on, reset, or initiating a call. However your Arduino board can only supply up to just under 1A. It is highly recommended that you use an external 5V power supply capable of delivering 2A of current – from an AC adaptor, large battery with power regulator, etc. Otherwise there is a very strong probability of damaging your shield and Arduino. Ignore this at your own risk. When connecting this supply DO NOT use the DC socket on the Arduino. Instead, connect the 5V (positive) from the supply to the 5V pin on the GSM shield, and the negative to the GND pin.

I'm using linear regulator because it is easy to make and it is only a school project. So i will only use it once. I already have a big heatsink and thermal paste so generating heat is not a problem.

Follow the circuit posted that uses a PNP 'wrapped' around the regulator. It has short circuit protection, is a reprint from the National Semi Linear app notes book (1 of 3) and I would LOVE to get copies of those in digital format $$$... It works very well as I've built several dozen copies of it in the past 20 or so years... and I can tell you from personal experience that although later an that same app note AN??? it (the app note)
shows a version that used an NPN transistor as the pass transistor. The NPN requires either a variable regulator or a diode in the ground lead of the regulator to correct for the .7 V loss in the resultant emitter follower that results from adding the NPN transistor. The NPN version doesn't work as well and requires more parts. The single one I made was real problematical.. the current limiter was an issue... Use the PNP.

Bob

eloso:
I'm using linear regulator because it is easy to make and it is only a school project. So i will only use it once. I already have a big heatsink and thermal paste so generating heat is not a problem.

I think you under-estimate how hot a regulator will get passing 1.5A of current. I'm too lazy to do the math, but if it's dropping any voltage whatsoever, it may be impractical to keep the die temperature cool enough to survive. I built a 28v-to-15v regulator to supply 100mA or so of current, and the little 1"x2"x0.5" heatsinks got hot enough that I couldn't touch them comfortably. You're asking for a lot more current than that. Trust me -- that "1.5A" spec on the regulator is nothing short of wishful thinking. There's no way you'll keep the case cool enough that the die won't damage itself at that kind of load.

That is unless the 1.5A spec is for a very brief, worst-case, transient load... and average current is really significantly less.

Do you really think you'll use that much power. The link the OP posted said bust up to 2 amps The Lm78 can handle 2.2 Amps in short burst.

These burst of the SM5100B cellular module only last 4.6 mS

be80be:
You don't want to do that there not going to do what you think. One will try to put out more the it should and basically cutoff the second one. See there not going to supply the same voltage.

I would do this use a PNP to get you more current

Here's a circuit that I use for more regulated power... the small resistor values cause the 78XX part to provide current limit (around 10 amps with these values) and since the regulator and pass transistor are on the same heatsink, the thermal protection of the 78XX is also provided.

Note the way the output is connected... this provides remote current sensing which compensates for drop along long wires if they are used.

Only disadvantage to this circuit is that a minimum load of a few milliamps is required because of the design of the 78XX regulator. If you use an LM-317 instead, then this is not a problem.

(edit to add): If you use a 79XX regulator and an NPN 2N3055 and reverse the plus and minus terminals, you get the same circuit.

dhenry:
thank god we don't live in a simulator.

You don't really know that. (Sorry, off topic, but couldn't resist. ;))

Here's a circuit

The 0.15ohm ressitor needs to be 100x of its current value.

You can buffer that pnp with a power npn / n-ch mosfet so you can use a smaller pnp device instead.

pekkaa:

dhenry:
thank god we don't live in a simulator.

You don't really know that. (Sorry, off topic, but couldn't resist. ;))

The latest on that is that they have proposed tests to see if we are real or not.

As long as there is a ground connection between the power supplies you don't have to connect the Positive outputs together. Therefore you can have 1,2,3,4,5... regulators connected together (as long as there is a common ground)!

SirNickity:

eloso:
I'm using linear regulator because it is easy to make and it is only a school project. So i will only use it once. I already have a big heatsink and thermal paste so generating heat is not a problem.

I think you under-estimate how hot a regulator will get passing 1.5A of current. I'm too lazy to do the math, but if it's dropping any voltage whatsoever, it may be impractical to keep the die temperature cool enough to survive. I built a 28v-to-15v regulator to supply 100mA or so of current, and the little 1"x2"x0.5" heatsinks got hot enough that I couldn't touch them comfortably. You're asking for a lot more current than that. Trust me -- that "1.5A" spec on the regulator is nothing short of wishful thinking. There's no way you'll keep the case cool enough that the die won't damage itself at that kind of load.

That is unless the 1.5A spec is for a very brief, worst-case, transient load... and average current is really significantly less.

I see, but based on the replies in my topic i can draw a lot of current from pnp transistor not the regulator. My heatsink is 80mmx41mmx15mm. Thank you for the warning. Now i will focus on adding a pnp transistor.

I tried this circuit a while ago in a breadboard and it is not a working. I tried to draw 1 ampere by using a load of 10 ohm 5 watt resistor and the regulator gets very hot the pnp transistor is very cold and it seems it is not the one supplying it. I'm sure my connections are correct.

http://www.zen22142.zen.co.uk/Circuits/Power/boosti.htm

be80be:
You don't want to do that there not going to do what you think. One will try to put out more the it should and basically cutoff the second one. See there not going to supply the same voltage.

I would do this use a PNP to get you more current

what is the watts of the resistor?