Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1022 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 1022 Bytes

MPU6050-using-VPython

Visualizing orientation of inertial measurement unit (MPU6050) using VPython (a 3D graphics python module).

Note: vPython will work only on Python versions 3.8, 3.9, and 3.10. (ref: https://vpython.org/presentation2018/install.html)

Finding Euler Angles using Accelerometer Data:

Live plotting of IMU data:

plot.mp4

Visualizing 3D orientation using Python

Digital.Twin.-.Made.with.Clipchamp.mp4

Note: As you can see, there are calibration errors in the sensors which can be reduced by using better Signal Processing Techniques or using a more accurate IMU package.

References: