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
I used your source code to implement STM32-version of MPU9250 library.
When I try to read data from sensor, with checking INT_STATUS register, I only get constant 100 Hz data out rate.
Is there a way to increase the data rate? Or I just only get a max. speed of 100 Hz, when reading the INT_STATUS register? Do I have to wait for the INT_STATUS register to get high speed?
Or does the 100 Hz speed of the magnetometer determine the overall data rate here?
Thank you.
The text was updated successfully, but these errors were encountered:
ibrahimcahit
changed the title
How to incrase data rread rate?
How to increase data read rate?
Mar 27, 2022
Hi @kriswiner,
I used your source code to implement STM32-version of MPU9250 library.
When I try to read data from sensor, with checking INT_STATUS register, I only get constant 100 Hz data out rate.
Is there a way to increase the data rate? Or I just only get a max. speed of 100 Hz, when reading the INT_STATUS register? Do I have to wait for the INT_STATUS register to get high speed?
Or does the 100 Hz speed of the magnetometer determine the overall data rate here?
Thank you.
The text was updated successfully, but these errors were encountered: