REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
(OP)
Here is the deal. We have a couple custom circuits that we are designing that use no more than 1A at 5V. Power supplies to run our circuits will vary so we want to make something that will accept say 10-100V AC or DC. Usually we might do a bridge and a reg but regs rarely deal with this much fluctuation.
I have seen this type of supply on several modern components and not sure how it is done. There is a small LCD monitor that accepts 10-400V !! With what we are doing now, ours will blow up at 32V. We really need to handle fairly dirty AC well and power a PIC without problems.
Looking for a diagram or maybe even a contact if someone wishes to chat.
Thanks
I have seen this type of supply on several modern components and not sure how it is done. There is a small LCD monitor that accepts 10-400V !! With what we are doing now, ours will blow up at 32V. We really need to handle fairly dirty AC well and power a PIC without problems.
Looking for a diagram or maybe even a contact if someone wishes to chat.
Thanks





RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
Keith Cress
kcress - http://www.flaminsystems.com
RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
One way to do this would use the following blocks:
First, a rectifier/filter cap to convert everything to DC. Easily done over a 10 volt to 100 volt range.
Then using high voltage components, build a comparator circuit to switch the input DC voltage to a pre-regulator if it is above some voltage, say 25 volts. This doesn't have to be terribly accurate.
The pre-regulator would be a DC/DC converter that converts 25 to 100 volts input down to 20 volts, which would be applied to power your 5 volt/1 amp regulator. A custom design using high voltage components is probably what you'll need. Again, the accuracy & regulation doesn't have to be terribly accurate.
If the input DC voltage is less than 25 volts, the comparator/switch circuit would apply it directly to the 5 volt regulator.
You should build in some hysteresis to the comparator so it's not switching back and forth in the input voltage is neat the threshold.
Depending on how you realize this, this might be able to handle full range fluctuations, but that would require some modeling, breadboarding and testing.
RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
Dan - Owner

http://www.Hi-TecDesigns.com
RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
I've created circuits similar to what you need, "something that will accept say 10-100V AC or DC". One was a PFC converter (what's used often for AC) which, when given a DC signal, works as a boost-mode converter with no changes; same inputs, no AC/DC switch, no re-wiring for AC vs. DC. 1A at 5V = 5W; That means you'd have about 7W or so input. You'd still have to satisfy EISA and FCC and maybe E star if it's commercial.
RE: REALLY NEED HELP DESIGNING AC/DC POWER SUPPLY CIRCUIT FOR PCB
Some extra tips, depending on how reliable this needs to be:
1) There will be positive spikes on the collector, due to leakage inductance of the primary. If the NPN can't handle these, bridge the collector to emitter with an energy-absorbing surge protector.
2) Watch out for saturation of the transformer core. You might want to sense the peak current with a small resistor from the NPN emmitter to ground. If the peak exceeds what the transformer can handle, cut off the pulse.
3) The output will have a lot of ripple and noise. You may want to follow that with a standard DC regulator.