Skip to main content
app icon

CurrentRanger GUI

Developer

Kevin Golding

About

Real-time current monitoring GUI for the LowPowerLab CurrentRanger USB precision current meter.

Connects over USB serial, parses the CurrentRanger’s scientific-notation output, and plots current draw in real time in a dark-themed desktop window.

app screenshot

Installation

You can install this directly from the source code using the Fyne command as follows:

go install fyne.io/tools/cmd/fyne@latest fyne install github.com/kgolding/go-currentranger-gui@latest

Or you can download the code directly from git:

git clone https://github.com/kgolding/go-currentranger-gui