interface mpu6050 with matlab

조회 수: 10 (최근 30일)
David Ishak
David Ishak 2016년 12월 3일
답변: Gayatri Menon 2020년 1월 31일
how to interface mpu6050 arduino with matlab i wanna read values of accele and gyroscope i look at help but i can't understand i need code please
  댓글 수: 1
hiba mohammab
hiba mohammab 2017년 7월 8일
hi did u fined the answer !?

댓글을 달려면 로그인하십시오.

답변 (2개)

Mustafa Abu-Mallouh
Mustafa Abu-Mallouh 2018년 12월 30일
Take a look here to learn about interfacing MATLAB with I2C devices such as the MPU6050:
You will also need to look at the datasheet and register map (a simple google search) and read/write to the registers listed for the accelerometer and gyroscope readings.
There are also a couple of good youtube videos that show how to program and read values from the Arduino IDE which you can translate into MATLAB after reading the link above.

Gayatri Menon
Gayatri Menon 2020년 1월 31일
Hi,
The below link will be helpful for you.It explains how to read data from mpu6050 sensor connected to Arduino
Thanks
Gayatri

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by