Power supply
Jay Kickliter
Posts: 446
Normally, I ask questions here to help me in my design research. However, I'm three weeks away from a deadline and just need to be told what to do.
I have a mostly-working Propeller based true RMS power/energy meter; I'll release details on it when it's fully finished. Now I need to get it off the protoboard make my own board and power supply. I need to use this 9 VAC transformer, rectify it, and feet it into a 3.3 V regulator. The circuit, with the Proto Board's regulators bypassed and hooked up to a bench supply, is drawing 90 mA, with an occasional spike to 200 mA when the XBee is transmitting. However, the bench supply isn't showing the spike. Must be short enough for the protoboard's tantalum cap to handle.
Can anyone please tell me what bridge rectifier, input and output capacitors, and regulator to use?
I have a mostly-working Propeller based true RMS power/energy meter; I'll release details on it when it's fully finished. Now I need to get it off the protoboard make my own board and power supply. I need to use this 9 VAC transformer, rectify it, and feet it into a 3.3 V regulator. The circuit, with the Proto Board's regulators bypassed and hooked up to a bench supply, is drawing 90 mA, with an occasional spike to 200 mA when the XBee is transmitting. However, the bench supply isn't showing the spike. Must be short enough for the protoboard's tantalum cap to handle.
Can anyone please tell me what bridge rectifier, input and output capacitors, and regulator to use?
Comments
See http://my.integritynet.com.au/purdic/power1.html and http://www.zen22142.zen.co.uk/Design/dcpsu.htm and http://www.electronics-project-design.com/PowerSupplySchematic.html
for some specific parts recommendations.
I agree that a 9V transformer has a much higher output voltage than is needed to drive a 3.3V regulator. Full-wave bridge-rectified, 9 VAC will turn into more than 11 VDC, including diode drops. Of course, if that transformer is center-tapped, you could do a full-wave rectifier with two diodes and achieve a much more reasonable output level.
-Phil
This assumes, of course, that the filter cap and regulator are proximal to each other on the same PCB. If not, an additional cap, per the regulator's datasheet, will be needed near the regulator.
-Phil
You need a much bigger post-rectifier filter cap than the 10 uF regulator input cap to filter out the 60 Hz ripple. 470 uF should do; 1000 uF would not be excessive. The wall wart power converters that you're accustomed to using have those caps built in.
-Phil
[They're UL-recognized, you don't have to fuse the AC, and all the rest of it.]
Re the rectifier, 1A bridge rectifiers are bog standard.
I like wallwarts as you don't have to worry about wiring mains, mechanical strain relief on the mains wires, mounting the transformer etc. You might even be able to find a 3.3V switching regulator wall wart. Certainly there are 5V ones around.
[If this stuff was easy then everyone would do it.]
http://en.wikipedia.org/wiki/Hipot
In that case, it's not. Don't know why.
Edit: actually, I am reading open from the output of the wallwart its neutral and hot prongs. But I'm also reading 50 V from both output polarities to the hot AC line.
That's what this guy did. However, I don't understand his logic. He's doing half wave rectification and says to use the minimum capacitance on the rectification filter, so as to not distort the pre-rectifier waveform. Is that right? It seems to be that the reverse would be true. My transformers just came in the mail yesterday so I haven't had a chance to breadboard anything yet.
However, I hate to admit I might have wasted everyone's time. We got the circuit to work with a wall-wart and direct 120 VAC voltage divided to 3 VAC. BUT, neutral has to be tied to Vss. We immediately blow a fuse when we hook 'hot' up to the Protoboard's Vss. Seems to me that it shouldn't matter. This makes me worry about what would happen if we hook it up to an outlet that was wired in reverse. I only have one shot to have a PCB expedited in time for the trade show (we won a scholarship for this project and get a booth at an upcoming utilities trade show). I'll design a board over the weekend to be re-configureable as possible, with either wall-wart or native power, and either divided 120 V or post transformer voltage sense.
Thanks for all the help guys, I don't know what I'd do without you.
Attached is a screen shot of our remote monitoring application. The plots from top left CCW are voltage waveform, current waveform, and power(t). The clipping in the current waveform is because for now we're limited in current sense range, the iron plugged in was drawing about 11 amps, but our circuit pegs at 10.6 amps. Later we can expand the range by switching in different burden resistors for the current transformer, or changing the gain on the op amp buffer.
1 - The load on the power supply transformer is relatively constant.
2 - The secondary voltage varies in direct proportion to the primary voltage.
3 - A single diode will charge small capacitor to the peak value of the AC voltage.
4 - An ADC will measure the voltage and a micro will calculate the line voltage
The typical calculation is " a + bx ", where a is a constant offset, x is the reading from the ADC, and b is the multiplication factor required to produce the corresponding input voltage.