-
high frequency streaming
by Eric ·http://community.mbientlab.com/discussion/comment/3780/#Comment_3780 -
Building a .exe for a metawear C sensor
by Eric ·http://community.mbientlab.com/discussion/comment/3403/#Comment_3403 -
Building a .exe for a metawear C sensor
by potter3366 ·simway, are you posted your solution on asset store ? is it available somewhere ? -
Inconsistent frequency when streaming at 50hz.
by Eric ·https://github.com/BoltsFramework/Bolts-Android#chaining-tasks-together -
high frequency streaming
by Eric ·Please see my previous post (2nd paragraph). -
Accelerometer and gyroscope
by Eric ·1) Use correctedAngularVelocity. The other sensor fusion outputs are also listed in the javadocs page. -
Reconstructing Timestamps and Counters
by Eric ·http://community.mbientlab.com/discussion/comment/3210/#Comment_3210 -
SensorFusion problem
by Eric ·Ok, I think i know what's going on. I presume you have used the starter template with your board, then updated the api dependency for sensor fusion support. You'll need to clear the app cache with … -
newbie Q on getting data from connected i2c device
by swend ·OK, thanks. Now, just wanted to close the loop on this... didn't work (it's where I started, actually). Ultimately, after eliminating all the other variables, my conclusion is that I hit the issue des -
Cannot initialize metawear board in Linux
by Eric ·https://mbientlab.com/cppdocs/latest/btlecommunication.html#characteristic-changes -
pymetawear/c++: Delay after import required?
by Eric ·Using callback functions with the ctypes library is explained in the python documentationhttps://docs.python.org/3/library/ctypes.html#callback-functions -
Need Resource for Learning Development
by Eric ·http://community.mbientlab.com/discussion/comment/3556/#Comment_3556 -
High Frequency Streams for Processed Signals
by Eric ·http://community.mbientlab.com/discussion/comment/3647/#Comment_3647 -
Relative movement of two MetaMotion modules
by ssuats ·I have some technical questions related to the "Meta Motion R – 10 Axis IMU + Sensor Fusion": -
Two Vibration Motor
by Eric ·See this post by Matt.http://community.mbientlab.com/discussion/comment/2191/#Comment_2191 -
Simultane gpio logging beta-03
by Eric ·You need to chain the async tasks together as outline in the Bolts documentation:https://github.com/BoltsFramework/Bolts-Android#chaining-tasks-together -
battery issues Meta Motion R
by Eric ·Assuming then the battery is charged, pressing the button will start ble advertising; you will have to press it every second to restart the advertising once it times out and you must keep pressing un… -
MetaMotion quaternion
by Eric ·You can try reducing the max connection interval to 7.5ms using mbl_mw_settings_set_connection_parameters. -
optimize power consumption of Meta Motion R
by Eric ·You can mimic the idea used from this post:http://community.mbientlab.com/discussion/comment/2725/#Comment_2725 -
Reading battery level on MetaWear R using Android
by Eric ·See this post by Matt.