Close

From Idea to Two USB-C PD Tools

A project log for DIY USB-C PD Tools: Power Meter & Wi-Fi Logger

Measure voltage, current & power from any USB-C charger with an OLED meter or a Wi-Fi logger – both fully open source.

ludwinLudwin 09/11/2025 at 12:090 Comments

I started this project because I often use USB-C chargers in my maker builds. They are compact, powerful, and everywhere. But I quickly realized one big limitation: I had no clear way to measure what was really going on.

Commercial USB-C testers exist, but most are closed-source and not easily hackable. So I decided to make my own tools.

In the end, I built two different devices:

Both share the same core: a PCB with USB-C connectors, a shunt resistor, and an INA219 measurement chip. The Power Meter is based on an STM32 microcontroller, while the Logger uses an ESP-01s with Wi-Fi.

What surprised me the most was how quickly these tools became part of my everyday bench setup. I use the Power Meter when I just want a quick look, and the Logger when I want to study a charger’s behavior over time.

All the resources are available in the GitHub repository: schematics, PCB files, firmware, and 3D-printable cases. If you’ve got a USB-C charger and a 3D printer, you can build your own too.

Next, I’ll add some detailed build logs with photos and sketches from the design process. Stay tuned!

Discussions