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 want to use this board in my experiment but for the data analysis purpose i required to high the data rate. how can i do? can any one here to help me out?
The text was updated successfully, but these errors were encountered:
You can take a look at the datasheets of each device to check which registers are in charge of the sampling frequency. Note that these values are the upper bounds:
The accelerometer can go up to 3200 Hz.
The magnetometer up to 75 Hz.
The gyroscope maximum frequency is not that straight forward to calculate. According to the datasheet its calculated as Fs = Finternal/(divider + 1). Using the maximum Finternal value (8 kHz) and the smaller divider (0), so you should be able to sample up to 8 kHz.
Since it could be tricky to go down to bit/register level, I would recommend you to use a different library to read data from the sensors. You can find here the link. It is made specifically for this sensor and the functions are quite easy to use, so you can fix your problem using functions like:
i want to use this board in my experiment but for the data analysis purpose i required to high the data rate. how can i do? can any one here to help me out?
The text was updated successfully, but these errors were encountered: