M5Stack Gray IMU
-
Hi, I purchase M5Stack Gray recently and trying to read IMU with sketch example M5Stack -> Basics -> IMU.
However value of yaw decreasing until -180deg and then jump to 180deg even M5Stack gray unit sits on my desk. It continues to move. by time by time.
I use
ARDUINO IDE 1.8.15
M5Stack library 0.3.1and header pat of sketch is
// define must ahead #include <M5Stack.h>
#define M5STACK_MPU6886
// #define M5STACK_MPU9250
// #define M5STACK_MPU6050
// #define M5STACK_200Q#include <M5Stack.h>
-
about this problem. you could refer this Github issues :
-
@m5stack
Thank you. Now it works.Mon