Hi,
you need to copy the calibration values out of the serial window of the calibration sketch
into the TapClock sketch and replace my values with yours as each MPU is different.
See the screenshot here which values are needed: https://i.imgur.com/FOmkXfg.png
You have to choose one of the calibration values for each section.
Replace the values for:
// Offsets got from IMU_Zero Sketch mpu.setXAccelOffset(106); mpu.setYAccelOffset(-397); mpu.setZAccelOffset(1255); mpu.setXGyroOffset(68); mpu.setYGyroOffset(-9); mpu.setZGyroOffset(29);
After you have replaced my calibration values in the sketch and uploaded it the Stats Screen
show nearly 0 at each axe if the WatchX lies on a flat and horizontal surface.
See https://i.imgur.com/mNhEpCd.jpg
See the sketch header as there are some more infos
like heating up the MPU for 10 Minutes before you run the calibrating sketch
and use a flat and horizontal surface for calibration.
Cheers