Skip to content

Original release

Latest
Compare
Choose a tag to compare
@mlalic mlalic released this 04 Jul 17:12
· 1 commit to master since this release

This is the original release of the etfarduino project.

It allows the use of an Arduino device for data acquisition within the MATLAB Data Acquisition Toolbox by implementing a custom DAQ adaptor. This adaptor communicates with a process which manages different Arduino devices which are running the required firmware for data acquisition.

This release contains the following components:

  1. EtfArduinoFirmware -- an Arduino sketch which allows it to respond to commands from the computer;
  2. EtfArduinoService -- a service process which allows its client processes to access Arduino's data acquisition functionality. This way, it is possible to develop other applications relying on this functionality;
  3. etfarduino.dll -- a DLL which implements the adaptor COM interface for MATLAB's Data Acquisition Toolbox;
  4. EtfArduinoConfig -- a GUI application for configuring connected Arduino devices for data acquisition.

For more information on how to install and use the software, be sure to check the README and for terms of use refer to the LICENSE. For any suggestions, comments, bug reports, possible contributions, etc. feel free to contact the author either via a GitHub ticket or email.

Note: Since the 64-bit version of MATLAB Data Acquisition Toolbox only supports National Instruments devices, you must be running the 32-bit MATLAB version in order to use this software.