interface mpu6050 with matlab
15 次查看(过去 30 天)
显示 更早的评论
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
回答(2 个)
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.
0 个评论
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Arduino Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!