Skip to content

Repository files navigation

UT33C+ Wireless Multimeter Dashboard header

UT33C+ Wireless Multimeter Dashboard

I turned a standard UNI-T UT33C+ digital multimeter into a wireless logging meter with a cheap Bluetooth module and a Python dashboard.

The fun bit: the meter already had an internal telemetry stream. I found it by accident while trying to shut up the continuity buzzer. This repo is the result: live readings on your PC, graphing, snapshots, and CSV logging without adding a microcontroller.

In Action

What it does

  • Talks to a ZS-040 / HC-05 / HC-06 Bluetooth module wired straight to the meter's PCB.
  • Finds and connects to the paired Bluetooth serial port automatically.
  • Decodes live readings for voltage, resistance, continuity, diode mode, and temperature.
  • Gives you a small transparent overlay window you can keep on top while you work. Transparent Overlay
  • Lets you save labelled snapshots of readings. Snapshots
  • Logs readings to CSV for longer tests or debugging sessions. Logging

Build your own

  1. Wire a generic Bluetooth module to the meter's internal UART pad. You only need TX, VCC, and GND.
  2. Install the Python dependencies:
    pip install pyserial matplotlib
  3. Start the dashboard:
    python app.py

Command line logger

If you just want CSV logs without the GUI:

python ut33c_logger.py

Docs

Safety warning

The multimeter's internal ground is connected to the COM probe. Do not plug the meter into a grounded PC over USB while measuring high voltages.

Use Bluetooth. The isolation is the point.

About

Modding Bluetooth to a UT33C+ Uni-t Multimeter

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages