Skip to content

Releases: tduriez/Matlab-Arduino-RTData

Summer release

20 Apr 21:31

Choose a tag to compare

Minor bug fixes

Slower Than Light, Faster Than Previously

29 Sep 17:43

Choose a tag to compare

This versions implements the Slower Than Light Protocol. This allows reaching frequencies higher than 10kHz for acquisition (with some mishaps for the moment).

Support for the arduino uno appears (lower frequencies, 1kHz has been achieved though), but has not be tested thouroughly.

Some smaller bugs corrections have been implemented. Have fun !

T.

Documented Sequencing Stager

04 Sep 21:47

Choose a tag to compare

New Features !!!

  • You can prescribe how many columns are used in the real-time display
  • You have documentation and help !

Whaou!

Sequencing Stager

02 Sep 02:17

Choose a tag to compare

This release is the first production ready one.

What it does

  • Acquire up to 12 channels at 1kHz or higher on an Arduino Due.
  • Displays in real-time (or at least as fast as it can read the buffer).
  • Allows staging a digital HIGH/LOW sequence, triggered by user during real time acquisition.
  • Save acquisition with unique name.
  • Can display past measurements and reuse parameters.

Known bugs:

  • The difference between desired and effective arduino loop frequency is moody.
  • The RT graph with high number of channels is unreadable.
  • The arduino board can enter uncommunicative states after some use.
  • Not tested but highly probable: the framework only works because of the native port of the Arduino Due. At least every SerialUSB call should be changed to Serial in the sketch. Also every time the serial port opens, the arduino would reset (and configuring the board would be meaningless).

Missing features:

  • Specify closed-loop control laws.
  • Use DACs for analogic controler
  • Insert machine learning control interpreter