DaqDuino
Cita come
Antonio Silveira (2025). DaqDuino (https://it.mathworks.com/matlabcentral/fileexchange/50784-daqduino), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
daqduino_v2.2/examples
daqduino_v2.2/functions_daqduino
daqduino_v2.2/examples
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 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]). | ||
| 2.2.1 | Corrected daqduino_read function. | ||
| 2.2 | 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. | ||
| 2.1 | Small corrections to make DaqDuino compatible with MATLAB R2018 and with SCILAB 6.0.2. | ||
| 2.0.0.0 | Updated help and functions for installation procedures in Linux systems. | ||
| 1.1.0.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;
 | ||
| 1.0.0.0 | 
