Open Source Firmware For A Cheap Programmable Power Supply

A few months ago, someone clued us in on a neat little programmable power supply from the usual Chinese retailers. The DPS5005 is a programmable power supply that takes power from a big AC to DC wall wart and turns it into a tiny bench-top power supply. You can pick one of these things up for about thirty bucks, so if you already have a sufficiently large AC to DC converter you can build a nice 250 Watt power supply on the cheap.

[Johan] picked up one of these tiny programmable power supplies. His overall impression was positive, but like so many cheap products on AliExpress, there wasn’t a whole lot of polish to the interface. Additionally, the DPS5005 lacked the ability to be controlled over a serial port or WiFi.

This programmable power supply is built around an STM32, with the programming pads exposed and labeled on the PCB. The changes [Johan] wanted to make were all in software, leading him to develop OpenDPS, a firmware replacement for the DPS5005. Continue reading “Open Source Firmware For A Cheap Programmable Power Supply”

Ultrasuede Bench Power Supply Got Style

From the look of it sitting on his bench, you’d never guess that [3nz01]’s power supply was actually a couple of el-cheapo modules from eBay, but now we all know the dirty truth.

Re-using or re-purposing an enclosure can be a great way to get a project done faster and get on to the next one. In [3nz01]’s case (tee-hee!), it was an old clock with a broken and annoying buzzer that needed to go. The clock was a nice piece of wood, but that Plexiglas front panel just wasn’t cutting it. That’s why it’s good to have a tailor for a father — a suitable piece of ultrasuede wrapped around the plexi makes the build look swank.

Continue reading “Ultrasuede Bench Power Supply Got Style”

Extech Power Supply: If It Ain’t Broke, Fix It Anyway

[Wolf] came into possession of an Extech power supply that wasn’t quite in working order. It has been used in battery manufacturing and was fairly corroded. He was able to fix it but found there was an issue with the power supply that wasn’t a defect. By design when you turn off the outputs, the voltmeters read zero. That means you can’t adjust the voltage to a known value without turning on the outputs. Sure, you ought to disconnect things before you adjust, but you can only hope you’ll remember.

At first, he tried to use the existing output control switch, but that really cut power. Instead, he turned to a small microcontroller board usually used for servo control. He added a few nice looking pushbuttons to the front panel. There was plenty of room in the enclosure to mount the controller board and four relays. You can see the final result in the video below.

Continue reading “Extech Power Supply: If It Ain’t Broke, Fix It Anyway”

Absolute Power

We recently noticed a very cool-looking series of power supply modules on a few of the Chinese deal web sites. Depending on the model, they provide a digitally-controlled voltage with metering. You need to provide at least a volt or so over the maximum desired output voltage. You can see a video from [iforce2d] below. The module in the video is rated for 5A at 50V maximum, but there are other sizes available. For those interested in graphs and numbers [lgyte] did a lot of characterization of these modules.

There was a time when importing goods from far away places was somewhat of an art. Finding suppliers, working out payment, shipping, and customs meant you had to know what you were doing. Today, you just surf the web, find what you want, pay with PayPal, and stuff shows up on your doorstep from all four corners of the globe.

There is one problem, though. We see a lot of cool stuff from China and some of it is excellent, especially for the price. Frankly, though, some of it is junk. It is hard to tell which is which. What’s more is even though in theory you might be able to return something, usually the freight charges make that impractical. So when you get a dud, you are likely to just eat it and chalk it up to experience. So the question is: how good (or bad) or these power supply modules?

Continue reading “Absolute Power”

Build The Simplest Bipolar Power Supply

How many integrated circuits do you need to build up a power supply that’ll convert mains AC into a stable DC voltage? Would you believe, none? We just watched this video by [The Current Source] (embedded below), where he builds exactly that. If you’re in the mood for a very well done review of diode bridges as well as half- and full-wave rectifiers, you should check it out.

First off, [TCS] goes through the basics of rectification, and demonstrates very nicely on the oscilloscope how increasing capacitance on the output smooths out the ripple. (Hint: more is better.) And then it’s off to build. The end result is a very simple unregulated power supply — just a diode bridge with some capacitors on the output — but by using really big capacitors he gets down into the few-millivolt range for ripple into a constant load.

The output voltage of this circuit will depend on the average current drawn, but for basically static loads this circuit should work well enough, and the simplicity of just tossing gigantic capacitors at the problem is alluring. (We would toss in a linear regulator somewhere.)

Quibbling over circuit designs isn’t why you’re watching this video, though. It’s because you want to learn something. Check out the rest of his videos as well. [TCS] has only been at it a little while, but it looks like this is going to be a channel to watch.

https://www.youtube.com/watch?v=0iDCsrMM7M0

Build Your Own Import Variable Lab Bench Power Supply

Does it ever just kill you that someone in a factory somewhere got to have all the fun of assembling your bench tools? There are a lot of questionable circuit boards floating around the Internet, and they can replicate practically any section of a circuit. When it comes to putting a prototype these days you can pretty much just buy each block of your system’s overview flowchart and string them together. [GreattScott!] combines a few of these into a relatively useful variable power supply with current limiting.

Admittedly, this is more of academic exercise if your only metric for success is monetary savings. Comparable power supplies can be purchased for the same amount of local currency as the parts in this build. However, there is something to be said for making it yourself.

The core of this build is based around the LTC3780, a bit of silicon from LT that offers both buck and boost converting along with a current control mode. It’s useful for a lot of things. The here is rated for up to 130 watts of power, which makes is a decent amount of power for a bench supply.

With a few modifications, like replacing the world’s most untrustworthy potentiometers and adding a nice ABS box, the build is completed. Along the way, [GreatScott!] offers a few tricks for testing and some reminders of how not to make yourself dead when playing with electricity.

The end is a working lab bench supply project that can easily keep a hacker entertained on a lazy Sunday afternoon.

Continue reading “Build Your Own Import Variable Lab Bench Power Supply”

Taking The Converted PC PSU Bench Supply A Step Further

A quality bench power supply is essential for electronics work. Nobody wants to go through the trouble of digging through their electronics bin just to find a wall wart with the right output. And, even if you were so inclined, it would be folly to assume that its output would actually be clean.

You could, of course, purchase a purpose-built bench power supply. But, this is Hackaday, and I’m sure many of you would rather build one yourself from an inexpensive PC power supply. Normally, you’d do this by separating out the different voltage lines into useful groups, such as 12V, 5V, and 3.3V. [Supercap2f] wanted to take this a step further, both to get a more useful unit and to practice his PCB-making.

His design uses a custom circuit design to fuse the circuits, and to provide some basic logic. Using the LCD display, you can see which lines are powered on. There is even a simple 3D printed cover to keep everything neat and tidy. [Supercap2f] has posted all of the design files, so you can build one of these yourself. We’ve seen similar builds in the past, but this is another nice one that anyone with the ability to etch PCBs can build.