I want to send data from Matlab to Arduino

2 ビュー (過去 30 日間)
Mohammed Satti
Mohammed Satti 2022 年 6 月 9 日
回答済み: Walter Roberson 2022 年 6 月 12 日
Dear guys.. I have an EEG dataset on Matlab I want to send it to Arduino. How I Can do That?!

回答 (2 件)

Cris LaPierre
Cris LaPierre 2022 年 6 月 9 日
Consider looking through the arduino examples:

Walter Roberson
Walter Roberson 2022 年 6 月 12 日
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.

カテゴリ

Help Center および File ExchangeInstrument Control Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by