How to import accelerometer and gyro data from serial port to MATLAB work space?

8 Ansichten (letzte 30 Tage)
I am working with MPU 6050 sensor which has 3 axis accelerometer and gyro sensor in it. But i don't know how to import those data directly from serial monitor to MATLAB work space. Can anyone hep me to figure out this?
Any help is appreciated.
thanks.

Akzeptierte Antwort

Sreeram
Sreeram am 6 Aug. 2014
Hi vrutang,
How are the acclerometer and gyro connected to the Arduino ?
If they are are not connected to serial you could stream the values over a serial port and then read it in MATLAB using the fopen and fread utilies with a serial object.
Hope this helps !!
Thanks,
Sreeram Mohan
  1 Kommentar
cuganna
cuganna am 13 Aug. 2014
Hi I am using the SDA and SCL ports that the arduino has, and printing the data to the serial monitor. Thanks for the tips and help.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Support Package for Arduino Hardware 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