pydaq icon indicating copy to clipboard operation
pydaq copied to clipboard

Data Acquisition and Experimental Analysis with Python and Graphical User Interface

Results 9 pydaq issues
Sort by recently updated
recently updated
newest added

Enhance the [arduino_code](https://github.com/samirmartins/pydaq/blob/main/pydaq/arduino_code/arduino_code.ino) to enable data acquisition for I2C sensors

In the current version (0.0.3), using PYDAQ requires the installation of NIDAQ-mx drivers. However, NIDAQ-mx drivers are not necessary when performing data manipulation through Arduino Boards.

enhancement
good first issue

Implement real-time system identification, in order to make possible to obtain models directly from data in an experimental setup.

enhancement

Adjust save parameters in order to be able to save data directly in a SQL server

enhancement

Matplotlib online plot is slowing down data acquisition. In this version, if user needs a higher sample frequency, data acquisition should be done without online plotting.

enhancement
good first issue

Inspired by the book [Sysidentpy](https://sysidentpy.org/book/0%20-%20Preface/), creating a book containing all the theory needed to effectively use PYDAQ.

documentation
enhancement
help wanted

As is known, in the current version of PYDAQ, to use the Arduino it is necessary to load a code onto it prior to executing PYDAQ. With this improvement, it...

enhancement
good first issue

If you are interested in developing this functionality, please contact me so we can develop a collaborative roadmap for implementation.

enhancement
good first issue

Hi! First of all, nice work on this! I am a student trying to use the GUI to simultaneously sending and reading and plotting the graphs. But It seems that...