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

How to set MPU6886 Acceleromer/Gyro range and FIFO sample frequency? #123

Open
mgrouch opened this issue Aug 26, 2024 · 0 comments
Open

Comments

@mgrouch
Copy link

mgrouch commented Aug 26, 2024

How can I read built-in mpu6886 FIFO on atomS3?
M5Unified library doesn't have an example and looking at the code
many methods for FIFO are commented out and made non-public.

Can someone provide an example? I need higher sample rate and
synchronized gyro and accelerometer samples. The FIFO register supports burst reads of synchronized data for the specified data rate. The interrupt function is used to determine when new data is available.

Looks like using FIFO is only correct way to get accurate data.

Thanks

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

No branches or pull requests

2 participants
@mgrouch and others