mgdbgj
About
- Username
- mgdbgj
- Joined
- Visits
- 37
- Last Active
- Roles
- Member
Comments
-
Thank you for the information. If people have recommendation for open source sensor fusion libraries, feel free to share.
-
My initial tests still show the loss of data streaming ... with firmware 1.2.4. I recently switched to a fresher battery batch (still Energizer #ECR2032BP) and installed the CPRO in a little case to avoid contact while it is running, and the issu…
-
The sequence works as long as ... onServiceConnected ... mwBoard and its state handler is initialized mwBoard= ((MetaWearBleService.LocalBinder) service).getMetaWearBoard(btDevice); mwBoard.setConnectionStateHandler(stateHandler); and g…
-
Fix will be appreciated ... Another data point just in case... I did NOT record any difference with regards to this issue between streaming continuously and turning sensors on and off as fast as 0.3Hz. -- Magda
-
After additional testing ... (CPRO Hardware Version 0.2) - Android Studio does not report any errors. - Stopping app (Force Stop) does not solve the problem. But ... - Calling soft reset mwBoard.getModule(Debug.class).resetDevice()); …
-
I've experienced the same "lack of streaming" as well ... I'm actually streaming accelerometer (50Hz) and gyro (50Hz) from High Frequency Stream and Barometer and Magnetometer (20Hz), but I experienced the problem just streaming accelerometer and g…
-
... Yes, everything works much better once you turn on notification on the correct characteristic. Just for the record to turn on notification for METAWEAR_SERVICE_NOTIFY_CHAR one has to write 0100 to 0x0020 on a Metawear CPRO.
-
Yes, but ... The best I can tell the MetaWear notification characteristic is not changing or at least I'm not getting the notification (so nothing to forward). I'll double check maybe I did not enable it properly or too late.
-
I've been at something similar for number of weeks now ... I'm running on Ubuntu 14.04 with Bluez 5.39. If anybody has actually managed to get streaming working on a Ubuntu PC I would appreciate the insights. I can connect, read, and write t…