DaqDuino

Arduino-based Data Acquisition Device for Computer-controlled systems practices

http://lacos.ufpa.br

Download
Download

You are now following this Submission

Cite As

Antonio Silveira (2026). DaqDuino (https://se.mathworks.com/matlabcentral/fileexchange/50784-daqduino), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Communities
Version Published Release Notes Action
2.2.2

The Arduino side program, DaqDuino_Arduino.ino, was causing an error when the daqduino_read.m function was called from MATLAB. The problem was solved in the Arduino side after changing the line Serial.print(y[0]) to Serial.println(y[0]).

Download
2.2.1

Corrected daqduino_read function.

Download
2.2.0

Added support for Python. The standard baud rate is now set to 115200 bits per second. Analog-to-Digital 5V saturation was removed from Matlab/Scilab/Python-side read functions.

Download
2.1.0

Small corrections to make DaqDuino compatible with MATLAB R2018 and with SCILAB 6.0.2.

Download
2.0.0

Updated help and functions for installation procedures in Linux systems.

Download
1.1.0

- Added some lines into the Arduino side program in order to limit the I/O range between 0V to 5V, and a new program to set the PWM frequency to 2kHz;
- Added a comment within the install notes regarding reset avoidance during the serial connection.

Download
1.0.0

Download