I am doing the "Learning the Art of Electronics" course and I am in need for a lab power supply. All I have is a single-channel one (discussed here:
https://www.eevblog.com/forum/beginners/power-supply-ripple/) and I get by with that and a couple batteries.
I have read in multiple places that a lot can be learnt from building a power supply, so I thought I'll have a go at it.
I have a couple 15V 1A transformers and a 2x 10V 2 A one that I salvaged. All were enclosed into sealed plastic cases, so I guess current ratings will be a little higher with better dissipation. Not planing on exceding them, but good to know. I also have two 6800uF 50V caps also salvaged, which I could use for the filter caps. I will buy some new ones anyway just in case.
The specs I am aiming at are:
-Two chanels (just two identical circuits on the same enclosure) at 0-15..20 V , 0-0.5 A
-Hopefully arduino controlled (PWM DAC...), although I don't mind using pots for current and voltage setting, I will just use an arduino and
some lcd / 7-segments to display voltage and current, as it's cheaper than panel meters. That would be one arduino per channel to keep both
isolated, maybe some opto- isolated communication between them so I can do tracking or whatever.
- 0.01 V and 1mA resolution.
What I thought:
I could maybe connect each 15 V transformer with each 10 V tap on the other one, so I will get two 25V ac outputs. Maybe taps could be switched depending on the set voltage (say 10 V tap for under 10V and the 25 V one for over that). However maybe it's not worth it given the max power disipation of +- 20 W.
My plan is to test some schematics that I found online and see how it works. I will be posting the results I get here.
I would like to start with the one attached, which I found here:
https://www.electro-tech-online.com/threads/lm723-based-psu-with-min-voltage-of-0-00v.150216/page-3 (AGND just connected do GND).
I had read through the thread and also the voltage regulation chapter on The Art of Electronics and I think I got a light grasp on how the LM723 ic works. I will order the components that I haven't got around and test it out. I will only use one series pass transistor given the smaller current. Any ideas or suggestions are welcome.
Equipment that I have: The said power supply, an atx one for higher current stuff, a rigol 1054z scope, an UT61E multimeter, a 5200a function generator and recently an electronic load which is described here:
https://www.eevblog.com/forum/projects/arduino-based-electronic-load/ EDIT: ALL FILES AND A PROJECT SUMMARY ARE AVAILABLE HERE:Schematics, PCBs, firmware, 3d printed parts, front panel overlay... :
https://github.com/Juan-Gg/Linear-lab-bench-power-supply/tree/masterA short description:
https://juangg-projects.blogspot.com/2019/05/linear-lab-power-supply.htmlMany thanks to everyone that helped me out. I hope I can give this back.
Juan
/EDIT