BMI270 Activity detection with the Android SDK?
GitHub issue: https://github.com/mbientlab/MetaWear-SDK-Android/issues/27
Stackoverflow question: https://stackoverflow.com/questions/76707827/metawear-mbientlab-android-activity-detection-on-bmi270
I'm trying to use the BMI270's step counter and activity detection feature, but it is not implemented in the Android SDK. I opened a PR to add the step detector, it seems to be working fine.
However, I cant seem to get the activity detection working? Here's a gist with my WIP activity detection code
It looks like createMessage
never gets called. Did I make a mistake?
Comments
I got it working. I opened a PR: https://github.com/mbientlab/MetaWear-SDK-Android/pull/30