MPU 6050 Movement conversion
So, I borrowed this example, and I want to convert the acceleration data into a cool little 3D point animation showing the device’s movements. But the MPU seems to output weird values. How can I get the most accurate values to use for converting the time and acceleration into proper movements? The question is, does the time and acceleration equal the distance, and should the distance be added or subtracted from the current position in the X, Y, or Z axis?