Skip to content

A graphical user interface for openDAQ

License

Notifications You must be signed in to change notification settings

Ingen10/easydaq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyDAQ

EasyDAQ is a test software application intended for demonstrating the Stream Mode operation of openDAQ. This demo is compatible with Python 3.X.


OpenDAQ is an open source data acquisition instrument, which provides user several physical interaction capabilities such as analog inputs and outputs, digital inputs and outputs, timers and counters.

Through a USB connection, openDAQ brings all the information that it captures to a host computer, where you can decide how to process, display and store it. Several demos and examples are provided in website's support page. (http://www.open-daq.com/paginas/support)

Please, go to http://www.open-daq.com for additional info. For support, e-mail to [email protected]

Installation

It is highly recommended to install this package in a virtual Python environment using virtualenv or a similar tool.

git clone https://github.com/openDAQ/easydaq.git && cd easydaq
pip3 install matplotlib==2.2.5 pyqt5
python setup.py install

About

A graphical user interface for openDAQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published