Quick & Capable WiFi For Your Nice-Power Supply

Photo of a Nice-Power supply

Rejoice, those of us who have purchased a Nice-Power lab PSU from an Eastern source. Yes, the name might sound like a re-brand of a generic product, maybe you will even see this exact PSU on a shelf at a physical store near you, under a more local brand name and with a fair markup. Nevermind the circumstances, the most important part is that [Georgi Dobrishinov] found a way to add an ESP8266 to the PSU by tapping its internal UART control interface, and wrote a web UI for all your Internet-of-Lab-PSUs needs, called the PowerLinkESP project.

All you need is a Wemos D1 development board, or any other ESP8266 board that has UART pins exposed and handles 5 V input. [Georgi] brings everything else, from pictures showing you where to plug it in and where to tap 5 V, to extensive instructions on how to compile and upload the code, using just the Arduino IDE. Oh, and he tops it off with STLs for a 3D printed case, lest your Wemos D1 board flop around inside.

With [Georgi]’s software, you can monitor your PSU with interactive charts for all readings, export charts in both PNG and CSV, and access a good few features. Your ESP8266’s network uplink is also highly configurable, from an STA mode for a static lab config, to an AP mode for any on-the-go monitoring from your phone, and it even switches between them automatically! The firmware makes your PSU all that more practical, to the point that if you’re about to build an interface for your PSU, you should pay attention to [Georgi]’s work.

Lab PSUs with WiFi integration are worth looking into, just check out our review of this one; smart features are so nice to have, we hackers straight up rewrite PSU firmware to get there if we have to. Oh, and if you ever feel like standardizing your work so that it can interface to a whole world of measurement equipment, look no further than SCPI, something that’s easier to add to your project than you might expect, even with as little as Python and a Pi.

10 thoughts on “Quick & Capable WiFi For Your Nice-Power Supply

    1. The version of Nice-Power I have only features rotary knobs for adjusting voltage and current, and it doesn’t allow setting specific output values via UART. The provided firmware currently supports only read functionality. While it’s possible to add output control for different devices, as many use similar protocols, it would require additional work. I don’t have a model that allows setting current and voltage via UART, which is why I haven’t added that functionality.
      However, if someone has one of those models, I would be excited to see new features added to the firmware. Please feel free to extend its capabilities.
      Regards!

  1. Hope its programmed to remove all current limit and crank the voltage to the max in case of a connection loss /s

    Jokes aside, WiFi/USB interfaces for PSUs and other test gear are woefully underutilised. In most devices they are a replacement for the front panel knob and buttons, all you can do is set the voltage/current limit etc and nothing else. Hardware wise, there is nothing stopping a WiFi/USB interface PSU from being a passable enough current logger and a poor but functional VI tracer

    1. It does disappoint me somewhat when an instrument ships with an app that’s ‘just’ a PC based representation of the front panel and allows no customisation, scripting etc.

      But if you can communicate with it from an application on a PC etc. that means there’s a command protocol and that means we can write our own or integrate it into something like Matlab, VISA etc.

      Check out NanoVNA Saver for example…

  2. Owon makes several very affordable bench power supplies, both linear and switcher. They are adjustable down to 1 mV resolution and up to 60 V output depending on model. The supplies already have RS232 ports which are SCPI command capable. It wouldn’t take much to put an ESP board inside to send commands to the RS-232 port.

    Newark also sells the Owon power supplies under its house brand name Multicomp. I have several and they’re pretty good. They might not be as fantastic as Keysight bench supplies, but they’re about 1/10th the cost.

  3. Impressive effort if you see that github writeup and all the details supplied to duplicate it.
    Nice to see people share like that.

    Lately I see so many youtubers for instance who make a simple vid on a simple thing, something that a 8 year old could make without assitance, and then they go on about how they need tons of money and patreons (on top of the ads and sponsors) because ‘without all that support this would not be possible’.. FFS

    So it’s nice to see normal altruism and sharing.

Leave a Reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.