There has been a lot of DIY effort to make a good, cheap constant current electronic load. I must give homage to the efforts of past attempts, mostly successful, to create something useful for evaluating a power supply's capability or a battery's capacity. It's not easy.
One of the best is Dominik's: https://github.com/Dominik-Workshop/Electronic_load/tree/master
His implementation covers most of the bases and we used it as a benchmark. But it is a bit lacking in user stupidity protection. (And we wanted more.)
Another implementer worth mentioning (besides our eminent Hackaday colleagues) is John Sculley with his excellent treatise on YouTube: https://www.youtube.com/playlist?list=PLUMG8JNssPPzbr4LydbTcBrhoPlemu5Dt
But alas, Mr. Sculley descends into the mire of fixing unforeseen predicaments in a seemingly never-ending fix-it scenario. I guess a nice way of putting it is "Feature Creep".
We recommend viewing Kerry Wong's excellent YouTube videos (https://www.youtube.com/watch?v=WUPrj03UbTM) on Linear MOSFETs for an education in the reality of "Safe Area of Operation", or SOA, for the uninitiated.
A Bit of History
Paul has been working on this for a while. I entered the scene when he had a problem with oscillation that he couldn't explain while evaluating his latest prototype. Paul's blog on this subject is here: https://www.paulvdiyblogs.net/2024/04/
Project Status (2024-06-09):
Paul received the latest PCB version (v5.1) a couple of weeks ago. The only significant problem identified so far is that the two fans cannot share a single TACH output.
There are now two fans for thermal management. The two fans are wired in parallel -- there are two 4-pin fan connectors on the PCB. One fan, 92mm, sits below the heat sink and blows cool air up into the fins. The other 92mm fan is mounted at the rear of the enclosure and suck hot air out of the enclosure. This has been tested to 180W, the limit of Paul's power supplies.
The enclosure is another problem. It should be plastic, to isolate the heatsink (which is connected to the output terminal) from the user. Paul found an acceptable enclosure -- a Teko AUS 33.5 (198x178x108mm) -- but it is not readily available in the USA and the shipping is costly. Paul is going to create PCB panels for the front and back to make it look less DIY, so this is the only enclosure we recommend now. This is what the inside of the enclosure looks like with the current PCB revision:
Target Specs:
Input Voltage: 1V - 100VDC
Input Current: 1mA - 4A for 40V < Vin < 100V, 1mA - 10A for 1V < Vin < 40V.
Maximum Power Dissipation: 150-200W (Depends upon heatsink and Fan.)
Voltage Accuracy: 0.2% (Trimmed, but there are temperature drift terms.)
Current Accuracy: 0.6% (Trimmed. Best guess right now. Mostly temp drift error.)
Lowest Conductance: TBD. (Current NFETs + Sense R + Relay contact R = 75mR)
Ripple: TBD
Protection: Reverse polarity to -100V. 15A fast blow fuse at input.
Power Input: 12VDC/1A Wall Adapter. Reverse polarity protected to -24V.
Cost: $TBD (Maybe $100 depending upon enclosure/fans/heatsink and where you order components.)
User Interface:
Display: 128x128 Color OLED.
User Input: Rotary Encoder with push switch. Remote/Local voltage sensing switch on front panel.
The Software:
Paul is working on it. He's using an off-the-shelf ESP32 DEVKIT.
The Hardware
Here is our current working schematic (as of 2024-05-19). Yes, it's all on one page. It's easy to see where all of the global nets go and there's no hunting through interminable itty-bitty letter-sized sheets to find the ultimate termination of a signal path. Sorry to disappoint.
The first thing to notice is that there is a relay and fuse to protect the circuit guts against inadvertent stupidity. It's better to replace a fuse than toss an entire circuit in the trash. The nice things about relays are that they don't leak current when they're open and have decent contact resistance...
Read more »
Hi Bud!
I've gone over the project logs and had a quick question.
I've wanted to do my own current load for ages, but getting the current loop right always made me run away from the project as it seems too daunting a task. I was interested in doing my own take on this, but learning from your current loop.
My goals are slightly different from yours and I was aiming for a minimum of 20A current (I'm not decided on voltage yet) as that's more within the range of what I want to test.
Would I be correct in saying that simply tripiling up the current sense resistors (R6,R7,R13,R14) would triple the current in the loop?
If so, it would be a simple change to get the loop into the spec I'm looking for.
The only other thing I see that I'd need to change is the gain around U3 which I believe would be as simple as changing R27 to soimething like 33K or lower?
Great work on the project by the way!
JB