i2cdevlib icon indicating copy to clipboard operation
i2cdevlib copied to clipboard

IMU_Zero just prints * forever

Open jc508 opened this issue 6 years ago • 1 comments

Hi, what does it mean when the example (Arduino/MPU6050/examples/IMU_Zero) just prints a '' in an ever increasing line ? The code has Serial.println("PID tuning Each Dot = 100 readings"); but there is no print of a '' so it must be down in the library somewhere - its beyond my skill level to delve intio that JC

jc508 avatar Oct 16 '19 07:10 jc508

the latest example MPU6050_6Axis_MotionApps_V6_12.h has an offset generator that is fast! it uses a PI D feedback routine to quickly detect proper offsets Use that instead.

ZHomeSlice avatar Oct 18 '19 01:10 ZHomeSlice