-
Notifications
You must be signed in to change notification settings - Fork 20
Add shake? #5
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
there's 'significant motion' detection, wanna try adding? |
🤷♀ want me to write some arduinocode? |
Sure, if you want, or I can. I like the way they put it in quotes. So just some simple sketch to test what actual behavior is. |
tried it. its not that great - basically same as pedometer, you have to shake for at least a second to get it to fire. |
tried wakeup instead - seems better. wanna try the arduino side? |
just wanna check in case it matters - which LSM6DS are you testing with? it looks like these basic detection features are common, but i might be missing something? |
im using the LSM6DS33 - other subclass chips inherit all the same functionalities |
ok, for arduino side, added some info here: |
Is there any way to get this working with circuitpython? |
@godzan It will eventually. It's being worked out on the Arduino side first. You commented there as well. |
The CircuitPlayground library just did this by reusing the LIS3DH implementation. So maybe this is something that should be added to the LSM6DS library? But starting the conversation here. Since this feature is just math on the x,y,z accelo readings, it's not really hardware specific to the LSM6DS.
The text was updated successfully, but these errors were encountered: