esp32-i2c-mpu6050 icon indicating copy to clipboard operation
esp32-i2c-mpu6050 copied to clipboard

Maximum data refresh rate is about 250Hz???

Open rtek1000 opened this issue 7 years ago • 2 comments
trafficstars

Datasheet says (page 17):

Gyroscope Sample Rate, Fast: 8 kHz

Accelerometer Sample Rate: 1 kHz

What if we read only what matters?

For example, if we read all the data, it will take a longer time than reading only one axis!

rtek1000 avatar May 23 '18 15:05 rtek1000

Of course you can read only the data you need. According to datasheet, MPU60X0's maximum SCL clock is 400khz, although ESP32 supports maximum of 2mhz. In my practice when reading all the data the data rate is at most 250hz.

imxieyi avatar May 24 '18 06:05 imxieyi

Yes, but to say it in a few words may be enough for the unsuspecting to discard the use of this sensor, which is why I reported the case.

rtek1000 avatar May 24 '18 20:05 rtek1000