Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 767 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 767 Bytes

UNI-T UT81B Digital Multimeter Webserver

This is a python app that creates a small webserver for reading the multimeter data

Screenshot

much of the code was borrowed from: http://www.lowlevel.cz/log/cats/hardware/Python%20software%20for%20scopemeter%20UT81B.html

All i really did was build an html/javascript front end.

This program was designed for python 2.7 and requires the follwing libs

  1. libusb
  2. pylab
  3. numpy

raspbian

sudo apt-get install python-numpy python-scipy python-matplotlib python-usb

I'm only putting it online so i dont lose it, please dont expect any updates

To use:

$ sudo easy_install-2.7 libusb pylab numpy
$ python2.7 ut81b.py