英文:
MetaWear (Mbientlab) Android Activity detection on Bmi270
问题
swift api 支持 BMI270 上的活动检测器。我正在尝试在 Android SDK 中使用相同的功能。
我分叉了 MetaWear Android SDK 来添加这个功能:https://gist.github.com/tran-simon/bf66dc4ce9724b11d3f2a5109cd3a31b
createMessage
从未被调用。我尝试像 C++ 代码中一样设置了所有寄存器,但仍然无法工作?
有没有什么我忘记设置的东西?
英文:
The swift api supports the activity detector on the BMI270. I'm trying to use that same feature with the Android SDK.
I forked the MetaWear Android SDK to add the feature: https://gist.github.com/tran-simon/bf66dc4ce9724b11d3f2a5109cd3a31b
createMessage
never gets called. I tried to set every registers just like in the C++ code, but it still does not work?
Is there anything I forgot to setup?
答案1
得分: 0
我已经弄清楚了如何实现活动检测。我已经创建了一个拉取请求:https://github.com/mbientlab/MetaWear-SDK-Android/pull/30
英文:
I figured out how to implement the activity detection. I opened a pull request: https://github.com/mbientlab/MetaWear-SDK-Android/pull/30
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论