Laura
About
- Username
- Laura
- Joined
- Visits
- 3,668
- Last Active
- Roles
- Administrator
Comments
-
A new firmware version will be released today to fix this. Please update your devices. The Android MetaBase App has also been updated and is already available.
-
A new MetaBase Android App has been released.
-
A new App has been released.
-
Yes, there's a bunch of example code. They are in the .ZIP files in the repo: https://github.com/mbientlab/MetaWear-SDK-Android Metawear.zip Examples.zip MAKE SURE TO UNZIP THEM IN A DIFFERENT FOLDER (NOT IN THE SAME PLACE AS THE REPO CODE) SO AN…
-
Try to install warble on its own first.
-
hey @joonan7, Unfortunately I don't have an answer for this because it is the BOSCH library we use and we aren't allowed to read the code or know much about it (it is closed source and proprietary). You could post on their forum to get answer.
-
Are you logging or streaming data? If you are streaming, you can only do up to 100Hz of data or else packets will get dropped by Bluetooth. If you are logging, you may run out of memory really quickly. It is hard to comment on your case. Why not …
-
hi @whuyghe_imec, You have to either use our Apps to reset the device or use the API calls to reset the device (there is a section on this in our tutorials).
-
Hi @atonino, We have already figured out the issue and will have a firmware update as well as an Android release available shortly. There were two bugs. One was with Bluetooth permissions in the latest Android MetaBase App and the other is with the…
-
Hi @jackyjoy123, it is the HCD pin.
-
I see what you are saying. Actually this is the only examples that scans. The scanning examples is sort of an outlier. All other examples don't use this.
-
1). Sounds like you are 100% right. The sensor was in a corrupted state and reseting it by removing the battery was the way to go. As far as what did it, it is hard to tell without additional information. 2) Can you make sure that the memory is not…
-
hey @atonino and @bwalker, I am looking into these issues. Give me a week to fix and re-release
-
For now you can revert to an older version or use the iOS version. It will take about 1 week to release a new MetaBase Android version.
-
No, This isn't an MMS issue since folks not using the App have been able to fill up the MMS log just fine. Seems like it is related to the App only. I am working on it.
-
The examples worked for me. If you have broken examples, please let me know but sometimes it will work on 90% of systems but not some obscure Linux distro (which is fine with me). We test on common systems like an Android tablet, an iPhone 11 or a …
-
It will take about 1 week to release a new app.
-
just go to our tutorials
-
1) I haven't published the MetaBase App for MetaHub yet, I will do that soon. In the meantime if you make your own hub, you do have to write your own code using our APIs and docs to connect multiple sensors. You will need multiple dongles as well. …
-
I am seeing a similar post: https://mbientlab.com/community/discussion/3913/mmc-error-failed-to-connect-to-the-device#latest Are you having the same issue? Is this with the latest Android MetaBase version: 3.4.16
-
So this is with the latest Android MetaBase App? I just updated a new version on the App store a few days ago version 3.4.16. Can you confirm this?
-
hey @stbnps, Our main library is written in CPP and it does not integrate any bluetooth libraries. The CPP is platform agnostic and we welcome folks to add any BLE library stack on top. Our APIs in Swift, Javascript and so on are only examples…
-
I am working on getting everything back up today with the crew. Almost everything has been restored and the update will be completed tomorrow.
-
Hey @askker, You can see the MetaWear app default behavior here: https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/blob/117c8156042a519c929a9f4564d865767f1f634d/ExampleApp/MetaWearApp/DeviceDetailViewController.swift#L932
-
Thank you very much for that. I will work on this as a bug. Please note the bosch sensor fusion (kalman filter) is hardcoded at 100Hz.
-
Hey Sion, Sorry, we had an issue with Wordpress and our server crashed. I am working to fix it by Monday. Some of the stuff is already back online.
-
This is actual normal. The light turning on is not the default behavior of the MetaWear. We put the wrong firmware on some of the late MMR boards. Do you prefer the version of the firmware where the lights turn on? We've been thinking about maki…
-
Do you have the metawear url in your build.gradle file? See https://github.com/mbientlab/MetaWear-SDK-Android/blob/master/build.gradle
-
There is an example here: https://github.com/mbientlab/MetaWear-SDK-Python/blob/master/examples/stream_quat.py
-
Sion, Can you try the metawear app here: https://github.com/mbientlab/MetaWear-SDK-Android -> metawear.zip (open it in a diff directory)