-
Macros - Logger Start with Button Press
by krenner ·I am working on a script that would write a macro to my MMS that would start the logger (acc and gyro) when the device boots. I can get sections of this code to work, but I cant get it all to work at… -
Some Problems with MMS download and with 'packed mode'
by giovanni_dq ·# get gyro signal - MMRS ONLY #gyro = libmetawear.mbl_mw_gyro_bmi270_get_rotation_data_signal(self.device.board) # create signals variable signals = (c_void_p * 1)() signals[0] = -
Observed the change in download recorded data from sensor to phone
by Srinivasa ·the firmware (#d & #e vs #f & #g in the recording time comparison below). -
Reconnecting to MMC
by Ozan ·def process_accelerometer(self, s): #global states self.processor_created_fn= FnVoid_VoidP_VoidP(s.processor_created) self.logger_created_fn= FnVoid_VoidP_VoidP(s.logger_ready) self.ev -
Logging Sensor Fusion and Raw Data
by abdalrahman9 ·#Gyro libmetawear.mbl_mw_gyro_bmi160_set_odr(self.device.board, GyroBmi160Odr._25Hz) #6 = 25Hz libmetawear.mbl_mw_gyro_bmi160_set_range(self.device.board, GyroBmi160Range._125dps) l -
MetamotionR Signal Processing
by Bacaksiz_1907 ·gyro_stream code -
Sensor Fusion Drift
by lmoro ·* {@link SensorFusionBosch.GyroRange#GR_2000DPS}. Max connection interval is set by default to -
Detecting Taps - error thrown
by Eric ·The Message class has a getData() function to retrieve the bytes. -
porting app from api v 1.9.3 to 2.2.0
by Eric ·You need to be connected to the board before you can retrieve references to the modules otherwise getModule will return null. -
Help with Reading Analog Pins
by Eric ·How far along are you in the "Getting Started" guide? You will have a working MetaWear app at the end of guide so I would follow the guide til the end. When you are done with the guide, y… -
Defective Pulse Sensor?
by Eric ·You can read up on the GPIO class on the iOS docs: https://mbientlab.com/iosdocs/#gpio. The documentation has code snippets for the various GPIO features. -
Can I build a posture monitor wearable like Lumo Lift using RPRO + BUZZER?
by Eric ·Yes, RPro comes with a gyro. The iOS docs page has more info on communicating with the on-board sensors. Specifically, the gyro section is here: http://mbientlab.com/iosdocs/#gyro. -
Android API v2.0.12
by Eric ·Version 2.0.12 fixes more bugs on the 2.0.0 release. Jar file can be downloaded from the GitHub releases page (https://github.com/mbientlab/Metawear-AndroidAPI/releases/download/2.0.12/metawear-2.0.…