1

In an intro electronics class in high schools, we use 6v battery packs as a way of delivering safe power for experimenting. However, the logistics of constantly getting fresh batteries, and our distaste for using so many batteries is leading to a search for an alternative.

We would like an inexpensive power supply that delivers small amounts of current (Ideally both 5V @ .2A, 12V @ .2A for example). Building such a supply as a project would be possible for a class of the more advanced students. So the question is to find a design. However, it would have to be protected from short circuits, and ideally would indicate to the student (with an LED?) when they have made a mistake and short circuited.

I found one design for a DC circuit, though this one requires DC voltage in: enter image description here

Obviously I could take the above design, add a transformer and full-wave rectifier, but that's both big and clunky as well as possibly not optimal.

In an earlier question, someone suggested a 5V wall wart. student safe power supplyI can find inexpensive 5V wall warts, but would ideally like 12V as well, and have no idea if a given wall wart is short-circuit protected and even if they are, I want an indicator SHOWING when there is a short-circuit. I would like to take one and build in short circuit protection with an LED or alarm showing when a short happens, as well as a power indicator showing when it is on.

Can anyone suggest a design that we can build or buy? Since we are talking dozens of units per class, the cost has to be kept low.

Dov
  • 1,659
  • 3
  • 21
  • 30

3 Answers3

2

If you wanted to roll your own you could do it with a transformer, a full-wave bridge rectifier, a reservoir capacitor, a 7812 and a 7805, like this:

enter image description here

The regulators are self-protecting against overloads, so LEDs showing overcurrent would only be for the benefit of the students, but could certainly be added if desired.

Assuming a 12 volt RMS output for T1, C1 would charge up to about 17 volts, DC, which would put 5 volts across the 7812.

Then, a 200 mA load on the 12 volt line and a 200 mA load on the 5 volt line would mean the current through the 7812 would be 400 mA and it'd be dissipating: \$ \text{0.4A}\times\text{5V} = \text{ 2 watts,}\$ which means you'd need a heat sink on it to keep it from going into thermal overload. With 12 volts on the input of the 7805 and a 200 mA load on it, it'd be dissipating 1.4 watts, so it would need a heat sink as well.

Update:

Per your your comment requesting one transformer and four regulators per table, here's a way to go about it:

enter image description here

I've only shown two regulator stages, for convenience, but any number can be implemented by sizing the transformer properly.

EM Fields
  • 17,377
  • 2
  • 19
  • 23
  • An excellent design. Transformer T1 isolates the line from the circuit, protecting students while experimenting. – Optionparty Dec 27 '15 at 16:54
  • Could I have one box on a desk with the transformer, and have multiple 7805's in small boxes hanging off it? That would keep the weight and cost way down. – Dov Dec 27 '15 at 19:13
  • @Dov: How many regulator boxes per desk? – EM Fields Dec 27 '15 at 19:46
  • 1
    @Dov: Indeed you could, and that's a good idea. Probably the neatest way to do it would be to daisy-chain the AC through the boxes in order to keep from having a lot of cables (one for each box) coming from the transformer. I'll edit my answer sometime tomorrow to show that. – EM Fields 19 mins ago – EM Fields Dec 27 '15 at 19:58
  • @Optionparty: Thanks for the kind words, but an upvote would be nicer. – EM Fields Dec 27 '15 at 20:28
  • @EM Fields probably 4 regulated units per transformer? Looking forward to your full answer! – Dov Dec 27 '15 at 22:02
  • Personally I would use an LM317 instead of the 7812 and 7805, I have a (possibly irrational) hunch that the LM317 is more reliable when it comes to overloads and high temperatures. One thing I think missing from this design is a lower current limit. The inherent current limit in the devices will protect the _power supply_, but because it's limited to well above one ampere, they will not protect the breadboard or the students' circuits. – pipe Dec 28 '15 at 05:07
  • @pipe: 1.) To resolve the possible irrationality of your hunch, peruse the data sheets. 2.) The OP didn't ask for a current limit, but one could certainly be provided, if required. If you have anything specific in mind, why not post an answer with a schematic. – EM Fields Dec 28 '15 at 05:56
  • @Dov: Sorry I didn't get it done today, but I got sidetracked. Mañana... – EM Fields Dec 29 '15 at 04:38
  • @Dov: note that for stability and sanity you should put capacitors on the 12V and 5V rails. 100nF ceramic on each would be sufficient. Additionally, a 330nF or greater capacitor on the input would be wise. – uint128_t Dec 30 '15 at 01:00
  • Although there are valid points to be made about using UL listed parts for liability, I am marking this as the answer (and thanks). First of all because it is instructive about the electronics. Second, because I can always BUY a box with 12V AC out and use that as the power for the other boxes that are low power. – Dov Dec 30 '15 at 03:30
1

I wouldn't recommend building a power supply for others to use, that starts with the mains, unless you are going to have I designed and qualified by correctly certified people. There are too many risks and liability issues. For one PSU for your own use, fine. I have one exactly as described above, use it often.

For example: what if a live wire comes loose and touches the case? You might discover after an accident that you violated ten rules about soldering, earthing, crimping of mains terminals, fuses required, professional certification to sign off on the design, FCC/CE/NEC compliance, etc.

Rather buy something that gets you down to below 20 V, and build from there.

You could buy a qualified 12 V AC wall wart and build the regulator/current limiter.

Or buy a 15 V, 20 A supply, and have a 15 V DC bus from which to hang all the little regulators.

Designing something safe and reliable, to be reproduced, will need a lot of work, on more than the circuit diagram.

tomnexus
  • 7,617
  • 3
  • 19
  • 35
0

Any of the Android style PSUs should suffice. Cut the connector off and fit your own with an LED and resistor to indicate "Power OK". (Not quite the 'short circuit' indication you asked for, but much simpler to implement.)

Note that some Android style chargers send out fixed voltages on the data lines which control charging functions on the phones, etc. These should be left unconnected.

The big advantage with purchase of ready-made units is the reduced liability for you in the event of a malfunction caused by isolation failure and shock of one of your students.

For the 12 V units you could boost from 5 V up to 12 V or get a second wall wart unit. If you're doing mixed analog / digital circuits this may cause problems if the 12 V is connected without power on the 5 V digital circuits so the buck converter may be a safer option in that they should both come on together.

Transistor
  • 168,990
  • 12
  • 186
  • 385
  • I assume you mean a wall wart powering a USB cable? – Dov Dec 27 '15 at 11:19
  • Yes, that would suit for the 5 V units and should have the current limiting built in. The 12 V units are more difficult as it can be very hard to know how good the circuitry is inside and, for example, what's going to happen with a long short-circuit. – Transistor Dec 27 '15 at 11:22
  • Instead of just a "Power OK" LED, make a small box with fuse or current limiter or even an adjustable linear regulator (LM317), powered from the Android PSU or a 12V wall wart. The wall wart should be out of sight and out of the firing line, but accessible if the teacher needs to replace it despite everything. –  Dec 27 '15 at 12:19
  • I wouldn't mind a circuit breaker (although the enterprising juvenile delinquent could hold one down so probably not). But a fuse is definitely out. The whole point of this is to not have to deal with lots of disposables. If a fuse blows every time the student short circuits, that's worse than batteries! – Dov Dec 27 '15 at 13:18
  • I agree. Auto-reset would be much less trouble in class. (To put your mind at ease, circuit breakers will trip even if the switches are forced. The switch should only 'arm' the switch. The trip level won't be very well defined, however.) – Transistor Dec 27 '15 at 14:22