-
Notifications
You must be signed in to change notification settings - Fork 40
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
Improve LSM6DSO driver #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
DusKing1
commented
Nov 11, 2022
•
edited by lida2003
Loading
edited by lida2003
- Added SPI DMA support (somehow the extihandler is not working)
- Added gyro (IMU's built-in hardware) LPF1 selector, inspired by bmi's OSRx mode selector.
- NORMAL = 232Hz
- Option_1 = 335Hz
- Option_2 = Experimental = 609Hz
- Added gyro (IMU's built-in hardware) HPF settings, and
- Enabled gyro (IMU's built-in hardware) HPF with 16mHz cutoff
44f9505
to
8f0b9bc
Compare
add spi dma support for lsm6dso add DLPF1 filter bandwidth selector add gyro hpf parameters and enable it with 16mHz cutoff
cacde66
to
13d2a18
Compare
Confirmed that this PR works on real hardware:
|
Before:
After:
|
shanggl
approved these changes
Nov 18, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
仿照bmi270 优化 lsm6dso 驱动, 已实测
merge into default branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.