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

Check DMP availability on ICM-20602 - 6 Axis Sensor #36

Open
RaulTrombin opened this issue Jul 12, 2023 · 0 comments
Open

Check DMP availability on ICM-20602 - 6 Axis Sensor #36

RaulTrombin opened this issue Jul 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@RaulTrombin
Copy link
Member

there is some interesting features here:
https://github.com/nathanshaw/ICM-20602-Teensy-Library/blob/master/DMP.md

 *  Select and read register 0x72 (FIFO Read Write)
 *  Data Stream is:
 *  Header:  0xC840 : Accel & Gyro & Quat6 & Gyro_Calibr
 *  Accel:   0x0188 0xFDC4 0x1FA4
 *  Gyro:    0xFFF1 0x0019 0xFFFF
 *  Gyro_Bias:      0x0000 0x0000 0x0000
 *  Quat6:   0xFFC7A057 0x0030BD92 0x000A6646
 *  Footer:  0x00DB

It's a fork from ICM_20948 lib, we can check if we have this feature.

@RaulTrombin RaulTrombin added the enhancement New feature or request label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant