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

ICM45 implementation #374

Merged
merged 3 commits into from
Jan 4, 2025
Merged

ICM45 implementation #374

merged 3 commits into from
Jan 4, 2025

Conversation

gorbit99
Copy link
Contributor

@gorbit99 gorbit99 commented Jan 4, 2025

This PR implements the ICM45 family of IMUs, including the ICM-45686 and ICM-45605.

ICM-45686 supports attaching an external clock to improve the IMU sensitivity, the implementation assumes that this is done and supports it by default.

For better performance, sfusion is also changed to accept 32 bit raw sensor data depending on the IMU, which is supported by the IMUs in their so-called hi-res mode. In future commits it could be possible to bring the ICM42688 implementation up to par and implement hi-res mode (and clock) for that as well, but that is beyond the scope of this PR.

src/defines.h Outdated Show resolved Hide resolved
Copy link
Contributor

@kounocom kounocom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, works

@Eirenliel Eirenliel merged commit 6942e48 into SlimeVR:main Jan 4, 2025
2 checks passed
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.

4 participants