digitaldanny / AudioEffectsGlove

A hand tracking glove that controls parameters of various audio effects.
1 stars 0 forks source link

Mpu6050 Drivers Cont'd #67

Closed digitaldanny closed 3 years ago

digitaldanny commented 3 years ago

In this PR:

Additional Context:

digitaldanny commented 3 years ago

Fixed all issues and now implementing some wrapper functions for the mpu6050 drivers.

digitaldanny commented 3 years ago

Creating a small script to capture the gyroscope's average error amount while not moving.

digitaldanny commented 3 years ago

Using the script, it looks like the average gyro error is X = 114, Y = -444, Z = -168. Going to subtract these from gyro readings before returning from the Mpu6050Api::readSensorData function.