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
Thank to jrowberg lib it's amazing . I have a little project is to make a gyro offsets input by wifi.
i explain : i have a combo esp32+mpu6050 so the goal is during the first interrupt to catch the offset values from serial send them to a web form after send them back to the esp32
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear all ,
Thank to jrowberg lib it's amazing . I have a little project is to make a gyro offsets input by wifi.
i explain : i have a combo esp32+mpu6050 so the goal is during the first interrupt to catch the offset values from serial send them to a web form after send them back to the esp32
mpu.setXGyroOffset(42);
mpu.setYGyroOffset(99);
mpu.setZGyroOffset(79);
mpu.setXAccelOffset(-919);
mpu.setYAccelOffset(2015);
mpu.setZAccelOffset(1697);
how to manage the variable mpu.setXGyroOffset(x)
thanks
Beta Was this translation helpful? Give feedback.
All reactions