Skip to content

A graphical interface for Fluke 189 multimeters

Notifications You must be signed in to change notification settings

gigibu5/fluke_serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluke multimeter interface

This program is a graphical user interface, that display's values from your Fluke multimeter.

Screenshot of the program

Instalation

For using this program you need 2 dependencies installed on your computer:

  1. pyserial - used for communication with the multimeter
  2. pygame - used for the GUI

Please reffer to the documentation of those 2 libraries for installation.

Using the program

Before launching, make sure that you have the right serial device selected. To change the device name, just eddit the fluke_device at the top of the main.py file.

fluke_device = "/dev/ttyUSB0"

Before launching the program your multimeter must be turned on, otherwise the program will hang when it trys to read form the device.

Contributors

A big thank you goes to @theKlinc for designing the GUI of this application.

There are 2 font's used, Google's Roboto and 7 segment display font from the user @keshikan:

https://github.com/googlefonts/roboto

https://github.com/keshikan/DSEG

About

A graphical interface for Fluke 189 multimeters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages