Parallel voltage regulators on Propeller Proto Boards
Duane Degn
Posts: 10,588
I'm using two Propeller Proto Boards stacked on top of each other for one of my robot projects. I wanted to use one battery pack to power both boards. I had read in several voltage regulator data sheets that they were okay to use in parallel (I don't remember which voltage regulars these data sheets were for).
I connect Vin, 5V, 3.3V and ground on the first board to the corresponding voltages on the second board. The regulators on the second board seem to get hotter than the first board.
Is this a mistake to connect the regulators in parallel? I suppose I could just have the boards share Vin and ground if I need to.
I'm attaching the data sheet for the LM1086 regulators used on the PPBs. I couldn't find anything about using them in parallel.
Thanks,
Duane
LM1086IS-3.3-ND_LM1086.pdf
I connect Vin, 5V, 3.3V and ground on the first board to the corresponding voltages on the second board. The regulators on the second board seem to get hotter than the first board.
Is this a mistake to connect the regulators in parallel? I suppose I could just have the boards share Vin and ground if I need to.
I'm attaching the data sheet for the LM1086 regulators used on the PPBs. I couldn't find anything about using them in parallel.
Thanks,
Duane
LM1086IS-3.3-ND_LM1086.pdf
Comments
The reason one is running a bit hotter than the other is it's output is set to a little higher voltage, probably due to tolerances.
This is OK as it will eventually go into over temperature fold back, which is normal and no damage will occur. The other regulator will take up the slack.
Duane
There are some regulators that have enough protection so that they will shut down before permanent damage occurs. These are not really functioning properly in parallel, though they may avoid damage.
There is nothing to be gained by having them parallel if you are only getting power equivalent to one regulator.
But there are ways to use multiple Proto-boards in parallel that are not destructive (safe). Just allocate +5 and +3.3 to separate devices according to available current demands. The only common connections should be Vin and one Ground point.
"In general it is OK to run linear regulators in parallel." - If the output of the regulator was MOSFET in nature I would tend to agree with you, but since the output of most linear regulators use a bipolar transistor configuration, I'm going to have to politely disagree with your statement for similar reasons that it's not a good idea to parallel LEDs.
It looks like I'll need a different solution for my power needs. I had doubled up for a couple of reasons. One was that I had some high power needs and I thought the two regulators working together would take care of that.
I will probably remove the linear regulars completely and use a couple (one for each voltage) of switching regulators for my power needs. This should also help with battery life.
Thanks again.
I'll keep looking. Maybe it's somewhere in Parallax Semiconductor's site. I couldn't find the SD card application note in Propeller download section either.
Thanks,
Duane
I should have been more specific... the app notes would be particular to the voltage regulator that is used and not have any direct ties to Parallax. Leon has the right idea. The method used for the 7805 regulator should work for the 3.3V and 5V regulator used for the Propeller.
Thanks for the clarification.
I did find a lot of great appnotes at Parallax Semiconductors. Is there a reason these appnotes aren't in the Propeller download section?
Thanks to you too Leon. I'll take another look at the data sheets.
I'll probably still go with switching regulators. The first of my two boards controls a bunch of 595 shift registers that are physically located on the second board and the second board sends signals to motor controllers that are on both the first and second boards. I'm afraid I'll get myself in too much trouble trying to keep each board's 5V and 3.3V line separate.
As I understand, the switching regulators are a lot more efficient. Besides, I'm pretty sure I already have some at the correct voltages and power ratings.
I do want to make sure and learn about the transistor solution. I learned a lot of electronics theory (electron theory is probably a better term for what I learned) when I minored in physics but I'm still unclear about all the uses for PNP, NPN, MOSFET and the rest. (I think I remember something about Eli the Iceman?)
Thanks again for everyone's help.
Duane
Take a look at page 24 of the attached data sheet for details on adding a parallel transistor.
Robert
I'm starting to think this shouldn't be too much a concern. If a 595 shift register received 3.2V as Vdd and received a signal voltage of 3.3V, would this cause a problem? I doubt the regulators on the two boards would have a 0.1V difference. I'd think the voltages should be close enough to have devices powered by one board and receiving there logic signal from the other. Do the rest of you agree this shouldn't be a problem?
The 595 data sheet lists the max Vi (input voltage) as Vcc. It also lists IIK (input diode current) as |(conditions) Vi < -0.5V to Vi > Vcc + 0.5V | MAX +/-20mA
I'm I right to interpret this as I have to keep the input current less than 20mA if the input voltage is more than 0.5V greater than Vcc? So if the input voltage were 0.1V higher than Vcc, I don't need to worry about it?
(I just checked. The data sheet quoted above was for a Philips chip. I'm pretty sure the chips I'm using are made by Fairchild. I couldn't find a similar "Vi > Vcc + 0.5V" statement it the Fairchild datasheet.) I'll post the data sheets if anyone whats to look at them. I just don't expect people to dig through the data sheets for me.
I know I could just take Vcc from the same board as the board providing the signal but that would increase the rat's nest of wires I already have.
I'm hoping some of you will have enough experience with this type of stuff to tell me "yes, don't worry about a possible small voltage difference" or "no, you're asking for trouble. Build a bigger rat's nest."
Thanks to everyone for taking time to answer my questions.
Duane
It was always good to have one common ground point, so that the heavy load curents couldn't flow up into sensitive and fragile bits. On my Nascom 2 (back in the 1980s) all the TTL dragged over 2 Amps and the added floppy pulsed heavilly, I had a single bolt that had all the grounds comming from it and then all was good.
( I left that computer behind, when I divorced, and I miss it dreadfully)
Robert