You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the data input range and scale documented somewhere ?
I'm trying to use an MPU6050 and Qmc5883L with Motioncal and the raw data being sent to Motioncal - but i'm not getting the expted output. I;ve looked at a few examples and see some of the data is being scaled on the MCU before sending to MotionCAL - So wondering what exactly MotionCal is expecting to see.
Thanks
The text was updated successfully, but these errors were encountered:
I have the same questions...Though according to the adafruit comments in their code, it seems the software looks for
Accel in 'raw' format 2^13 (8192) integers
Gyroscope in Degrees/s rounded to integers
Mag in microteslas * 10
Though I get the motioncal software to work when using 2^14 raw accel format and the gyroscope in degrees/s, and the mag multiplied by 10 I actually don't believe the values are particularly correct, because I'm having quite a difficult time getting real angles from the sensors itself (i'm using MPU9250)
Is the data input range and scale documented somewhere ?
I'm trying to use an MPU6050 and Qmc5883L with Motioncal and the raw data being sent to Motioncal - but i'm not getting the expted output. I;ve looked at a few examples and see some of the data is being scaled on the MCU before sending to MotionCAL - So wondering what exactly MotionCal is expecting to see.
Thanks
The text was updated successfully, but these errors were encountered: