Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bmi055: increase DLPF from 62.5 to 500 #11694

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Conversation

bkueng
Copy link
Member

@bkueng bkueng commented Mar 21, 2019

#11434 wasn't quite right.
With a DLPF of 62.5 Hz, the sampling rate is apparently not 1 kHz anymore,
because the driver got duplicate samples and published only at 128 Hz.
We have to increase the filter back to 500 Hz so that we get 1 kHz sampling
rate, with 250 Hz publications.

With a DLPF of 62.5 Hz, the sampling rate is apperently not 1 kHz anymore,
because the driver got duplicate samples and published only at 128 Hz.
We have to increase the filter back to 500 Hz so that we get 1 kHz sampling
rate, with 250 Hz publications.
@LorenzMeier LorenzMeier merged commit c9d3257 into master Mar 21, 2019
@LorenzMeier LorenzMeier deleted the bmi055_accel_rate_fix branch March 21, 2019 16:59
@dagar
Copy link
Member

dagar commented Mar 21, 2019

FYI - this will be one of the first IMUs updated to disable the DLPF, grab all raw data using the FIFO and SPI DMA, then filter entirely PX4 side. At this point simply waiting for #11570 (which is waiting for v1.9.0 to go out).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants