MetaWear-SDK-Android
MetaWear-SDK-Android copied to clipboard
MetaWear Java SDK - Android - Google - Android Studio
I added ivy repo in project build.gradle. I added implementation for module build.gradle. I am using SDK 3.6.1. I cannot resolve the com.mbientlab:metawear:3.8.2 implementation. I tried it on work and...
`board.onUnexpectedDisconnect` callback not working in android 12 with **MetaWare Motion RL** ``` board.onUnexpectedDisconnect(new MetaWearBoard.UnexpectedDisconnectHandler() { @Override public void disconnected(int status) { Log.i("MainActivity", "Unexpectedly lost connection: " + status); } });...
* add step counter and step detector for AccelerometerBmi270 * Implement activity detection on BMI270
It is unclear to me how the logging process using this SDK works. The documentation doesn't clarify how to access the data after I call `downloadAsync()`. I already looked at...
After reconnecting to a MetaWear device, the accelerometer/SensorFusion service does not resume streaming data. The connection is successful, but no sensor updates are received in the app. Steps to Reproduce...
Hello!!! I develop an native kotlin service for ionic 7 app. I have this build error with the url of https://mbientlab.com/releases/ivyrep.  When i use it in my browser i...