-
Timestamp variability
by Eric ·Correct, the timestamp on streamed data is when the data was received by the device. -
Gyro & Accelerometer stops sending data until soft reset
by Eric ·Reduce the max connection interval to 7.5ms (11.25ms if using Android M or later). -
Read gyro/accelerometer data with lower sampling rate
by pradeepvr ·Hi @propan, thanks for the help. The above code is not fetching data every 2 seconds, I am getting data every 50 milliseconds. Below is my code snippet. try { -
Read gyro/accelerometer data with lower sampling rate
by pradeepvr ·Is there a way to read gyro and accelerometer sensor data every few seconds (for instance every 2 or 3 or 4 seconds) ? Below are the only possible values which is not of use for me. enum OutputDataRa… -
Anyone obtaining reliable data when streaming from Metawear cPro? Crashes and Timestamp Synch
by Eric ·Please check out this post from one of the firmware devs about packing acc/gyro data together and time sync. -
Python client using C++ API
by Eric ·Is that IS_64_BIT section necessary when using the python wrappers provided in v0.5.0 and later? The functions.py file assigns all pointer types with the c_void_p which should also address the inval… -
I2C communication
by didlich ·I did some experiments with the NodeJS script. It shows, if I send a wrong command I get the result: -
I2C communication
by didlich ·Hi all, -
Data Streaming Exceptions with UWP
by Eric ·See http://community.mbientlab.com/discussion/comment/2603/#Comment_2603 -
Android Heart Rate App
by pradeepvr ·Hi Guys, I am trying to read heartrate data from Android with below code snippet, but its not working. Heartrate sensor light is not switching ON, any help would be grateful. public void startHeartRa… -
Summing XYZ value
by Eric ·There is no built in processor to only sum the components. For now, you can either post processes the data on the mobile device or use feedback loops to manipulate the data similar to the code from … -
Data logging with Python
by Eric ·Take a look at the logging unit tests for a working Python example and you should probably read the ctypes documentation on wrapping callback functions. -
Battery Level API - Reporting Inconsistent Value
by Eric ·Please see this post by Matt regarding measuring battery charge. -
Metawear C With Unity3D
by Eric ·Did you try my suggestion from your previous thread? -
Magnetometer on CPro
by Alex ·I'm trying to use the magnetometer on my CPro, but due to interference of the battery I get very unclear results. (see http://community.mbientlab.com/discussion/comment/1860/#Comment_1860) -
Removing existing timers
by DionnV ·I'm currently working on an App which communicates with a MetaWear RG.The main theory is that the board schedules a timer which logs temperature data. Whenever a device with the app open is near, it … -
CPRO Bluetooth LE range when streaming data
by Eric ·You can try tweaking the board's connection parameters, specifically lowering the connection supervisor timeout. -
Inconsistent data streaming
by emvasey ·Changing the minimum connection interval on the board may be a good idea rajmishra (https://mbientlab.com/androiddocs/latest/settings.html#connection-parameters). -
Developing own firmware?
by Eric ·You can contact the OP from this thread to see if he is willing to share his code. We also have a getting started guide for firmware that shows you how to setup the environment and hardware for flas… -
Streaming and treat datas on PC
by Eric ·That driver issue seems to be plaguing various adapters and is not specific to MetaWear. You can try of the suggestions I have linked to in this post.