简体   繁体   中英

SI Unit of acceleration in JRowberg's MPU6050 library

I can't find the or don't really get what SI unit the values will have.

It's the acceleration component with gravity removed and adjusted for the world frame.

line 109 in https://github.com/jrowberg/i2cdevlib/blob/master/Arduino/MPU6050/Examples/MPU6050_DMP6/MPU6050_DMP6.ino

The values will be in acceleration of gravity - g.

1 g = 9.80665 m/s^2.

It took quite some time, but found it here . Comment #24.

I had the same question and it took quite some time to find this. Posibly not the best source, but it's the only note on this question I could find. I hope this will ease searches for noobs like me.

Also, the "OUTPUT_READABLE_REALACCEL" provides raw values.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM