-
Notifications
You must be signed in to change notification settings - Fork 32
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
Built-in FIFO buffer of the Nano 33 IoT #5
Comments
Hi everybody! |
I've gotten FIFO usage to work in my quick and dirty proof of concept but the device has a limitation: it doesn't tell you what the data you're actually reading off the FIFO is. After a lot of trial and error, I've gotten to the point where I'm reading the data off and am apparently getting two samples of accelerometer data to one same of gyro data. Not sure what's causing that at the moment. |
After a lot more poking, prodding, and datasheet reading, I've found that the I'm also still not sure why I'm getting two accelerometer readings to one gyroscope reading. And I'm not sure why this data is now in a different order from before. Might have gotten out of sync and everything shifted over. |
Use of built-in buffer for LSM6DS3 library for nano 33 IoT.
The text was updated successfully, but these errors were encountered: