MPU 6050 and Raspberry pi

1 visualizzazione (ultimi 30 giorni)
Vibin Kumar
Vibin Kumar il 6 Feb 2018
Risposto: Gayatri Menon il 8 Feb 2022
I have MPU6050(acce and Gyro) interface with Raspberry pi via I2C. My goal is to get the 'g' values corresponding to x,y,z axis.This accelerometer contains registers of Higher bit and Lower bit for all (x,y,z) axis and for eg.(higher bit gives values as 18 and Lower bit gives values as -198 ).My question is how can I get actual 'g' values using Higher and Lower bit. Please help.

Risposte (1)

Gayatri Menon
Gayatri Menon il 8 Feb 2022
Hi,
Use mpu6050() to do this. Refer this link for more info.
mypi = raspi;
sensor = mpu6050(mypi,'Bus','i2c-1');
sensor.readAcceleration
Hope this helps.
Thanks
Gayatri

Categorie

Scopri di più su MATLAB Support Package for Raspberry Pi Hardware in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by