How to Stop MPU6050 DMP? #596
Replies: 2 comments
-
Hi @williamesp2015, Check if this helps: i2cdevlib/Arduino/MPU6050/MPU6050.cpp Line 3022 in 474c5e4 |
Beta Was this translation helpful? Give feedback.
-
The DMP runs on the mpu6050 and fills the FIFO Buffer. this is all done in the background. this is required to keep the orientation correct. if the embedded DMP were to stop the detection of the change in direction would stop. options: conclusion: Z |
Beta Was this translation helpful? Give feedback.
-
In my program I have to start and stop reading MPU6050 and I am using MPU6050_6Axis_MotionApps_V6_12. I couldn't find an reliable function to stop and restart DMP.
Beta Was this translation helpful? Give feedback.
All reactions