mahdihj

Results 2 issues of mahdihj

uint8_t MPU6050::dmpGetLinearAccel(VectorInt16 _v, VectorInt16 *vRaw, VectorFloat *gravity) { // get rid of the gravity component (+1g = +8192 in standard DMP FIFO packet, sensitivity is 2g) v -> x =...

setFullScaleAccelRange(MPU6050_ACCEL_FS_2); I have tried different full scale range (MPU6050_ACCEL_FS_4, MPU6050_ACCEL_FS_8, and MPU6050_ACCEL_FS_16) in above line but the raw acceleration is always (~8192) in gravity direction. I think it should change...