I want to send data from Matlab to Arduino

2 Ansichten (letzte 30 Tage)
Mohammed Satti
Mohammed Satti am 9 Jun. 2022
Beantwortet: Walter Roberson am 12 Jun. 2022
Dear guys.. I have an EEG dataset on Matlab I want to send it to Arduino. How I Can do That?!

Antworten (2)

Cris LaPierre
Cris LaPierre am 9 Jun. 2022
Consider looking through the arduino examples:

Walter Roberson
Walter Roberson am 12 Jun. 2022
Or, you could install a File Exchange contribution to do scp, and install an scp client on arduino
The transfer mechanisms do not care what kind of data you have, or where you got the data from.
Could you explain why you want to send the data from MATLAB to Arduino? Normally people are wanting to send the other direction, using Arduino to control sensors and sending the readings to MATLAB; if there is any flow of information back, it would normally be control information (possibly motor control), rather than sending sensor information towards arduino.

Kategorien

Mehr zu Instrument Control Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by