How to connect Arduino to Matlab in order to read IMU data

6 ビュー (過去 30 日間)
islam dib
islam dib 2020 年 12 月 3 日
回答済み: Walter Roberson 2022 年 6 月 19 日
Hello everyone,
I have an ARDUINO UNO which is connected with an IMU MPU6050. Data are showen in the serial monitor of the Arduino IDE (data are the roll, pitch and yaw angles). I want to read this data using matlab in order to plot them ans simulate a car 3D motion in real time. I don't want to use a SD card to store data then plot them after.
How can I do that?
PS: Im using matlab 2013b
  1 件のコメント
M
M 2022 年 6 月 19 日
Hi @islam dib, I working now in something similer but different sensor type, Did you find the solution of your question?

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 6 月 19 日
In that release you would use serial() to connect to the COM port, fopen(), and then start fscanf() to get numeric values.
In newer releases there are additional options to read from standard IMU

カテゴリ

Help Center および File ExchangeMATLAB Support Package for Arduino Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by