-
Notifications
You must be signed in to change notification settings - Fork 23
Looking for burst data from LSM9DS1 #24
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
Comments
you would have to use the FIFO to do that, and we don't have support for it int he library |
Thank you for the quick reply. I will see if I can find another way. |
Hi @memsengineer, |
What I did was moved to an OS called MBED. I found a library written for the sensor board that I had (LSM9DS1). I had to get a micro-controller board to use with MBED as the raspberry pi was not compatible with MBED. After many hours of fiddling, I got it to work. |
Thanks a lot, I'll have a look. |
I have an application where I would like to get burst data from the LSM9DS1 when it is connected to a Raspberry Pi. As an example I would like to collect 10 seconds of ~900Hz data from the accelerometers and gyros. I think the chip is capable of it. I have not found the capability in the CircuitPython package yet.
Is the capability in the package but I have not found it?
Are there any plans to add the capability?
Is it even possible to do it with Circuit Python?
The text was updated successfully, but these errors were encountered: