-
Timestamps for 800Hz Sampling
by Eric ·An 800Hz data sample produces data faster than the time granularity of the logger. You should instead divide the total number of samples received by the elapsed time and see if that matches your sel… -
Error downloading from MetaMotionR using MetaBase App
by stephen ·Sorry to hear about your troubles, the "Could not load device configuration" comes from a missing/corrupted data file that the app saves on the iOS device. This could happen if the app cra… -
Random Vibration
by Eric ·Meant to point you to this line:https://github.com/mbientlab/Metawear-SampleAndroidApp/blob/master/app/src/main/java/com/mbientlab/metawear/app/TemperatureFragment.java#L250 -
Accelerometer G magnitude calculation and Avg data processor
by mersis ·Hello, -
bug in C++ layer (null pointer)
by Eric ·n_log_entries isn't used at that point and isn't set until you start a log download so its value is irrelevant. As you can see, it is the same values as the two function pointers defined above it, w… -
Accelerometer/Gyroscope output frequency
by fheiz ·Hello, -
powerstatus, chargestatus events and commands
by fryjs ·p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #31595d} -
Stop receiving sensor data or emit commands after being connected to the board for some time
by nub ·* What Android device and OS are you using? -
Bluetooth range increase
by patrice ·Thanks Matt for your reply and explanations about certifications ; it make sense and I understand that 4dBm is the max.I confirm that signal level is about the same for the three sensors when there a… -
Taring quaternion attitude
by Riley ·To configure I use the following line for both the upper and lower node: -
sensor disconnection and counting steps with multiple sensors
by stephen ·- Not calling stopNotificationsAsync: This is okay, we understand that unexpected disconnects occur and so the SDK will take care of cleaning up any un-used notifications next time you connect. -
Not getting flat events from sensor.
by JulieM ·I have the following code to try to process flat events from the sensor but the event handler callback is never called: MBLAccelerometerBMI160* accelerometerBMI160 = (MBLAccelerometerBMI160*) device.… -
false possitives from [device checkForFirmwareUpdateAsync]
by carpenter ·p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #31595d} -
MetaBase download data
by levdikpavel ·It occurs very often. I practically cannot do a planned experiment. -
MetaBase Streaming Timestamps
by Eric ·You will never have reliable timestamps when streaming data via Bluetooth LE due to the sensors pushing out data faster than the devices exchange data through the BTLE connection. As a way to increa… -
Value to write to remote client characteristic configuration attribute
by sgupta2877 ·I am really confused. Just so we are on the same page, I have my own board running a RTOS which has BLE stack (host), which I am trying to connect to Metawear C (board). -
how to restart downloading existing logs post an app crash / restart?
by gnanda ·Currently when I configure meta detector trackers for logging I save the route ids of each sensor configured and use them to set up the route handler on next connect just like below. -
How to get firmware version, signal level and battery level in C#
by afzaal ·BluetoothLEDevice and DeviceInformation classes not giving the frimware version, even tried with requested properties. -
Android App v3.5.0
by Eric ·Release v3.5.0 adds sensor fusion support to the app and fixes a bug with manual DFU. -
Raspberry Pi 3 + Metawear CPro
by Eric ·Python would probably be easier at this point. One of our community members, hbldh, has created a Python package to use the C++ API. You can check that out on PyPi.