m-rtijn / mpu6050

A Python module for accessing the MPU-6050 digital accelerometer and gyroscope on a Raspberry Pi.
MIT License
296 stars 145 forks source link

accelometer data #39

Open prfessor opened 2 years ago

prfessor commented 2 years ago

When I getting data from mpu6050, even if I hold the sensor on my hand and don't allow to move, I still see 1g acceleration on my raspberry. When I drop the sensor, I still see 1g acceleration. What should I do to make difference between hold and drop the sensor?