this post was submitted on 12 Oct 2025
7 points (88.9% liked)

Electronics

2615 readers
1 users here now

Projects, pictures, industry discussions and news about electronic engineering & component-level electronic circuits.

Rules

1: Be nice.

2: Be on-topic (eg: Electronic, not electrical).

3: No commercial stuff, buying, selling or valuations.

4: No circuit design or repair, tools or component questions.

5: No excessively promoting your own sites, social media, videos etc.


Ask questions in https://discuss.tchncs.de/c/askelectronics


founded 2 years ago
MODERATORS
 

Hi all!

I thought y'all might be interested in my weekend project: Using an ESP32 to read the value from my 121GW DMM and send it to my MQTT broker via Bluetooth and WiFi. This workflow is much better for me compared to logging to microSD cards. The code is an ESPHome config that can straightforwardly be flashed onto most ESP32 variants.

The config and some documentation is available here: https://github.com/tjhowse/121gw-esphome

A brief video explainer is here: https://youtu.be/GLtkTARH1eo

At the moment I'm only unpacking the main value, range and sign from the Bluetooth packet. It would be nice to read out the rest of the values, but I haven't felt the need yet. Note that the DMM briefly blanks the display when changing ranges. This results in a value of zero being sent on the MQTT link. All of my testing has been in volts mode, other modes may contain dragons! Please test thoroughly before relying on this for anything important.

Cheers, tjhowse

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here