Hello,I read the application note related to the LIS2DW12 (AN5038) and the point 6.5 confused me : On the table is recommended to set FTH_THS at 8 if the ODR is 200 Hz and I2C is running at 100KHz.A sample of 3 acceleration (6 bytes) is read in 830 ...
Hi,I'm having an problem whereby I believe the temperature readings from an HTS221 device are incorrect. They seems to be around 5degC too high compared to reference temp. I'm using a Nest thermostat as the reference, and while this may not be calibr...
/* Start Machine Learning Core configuration */ for (uint32_t i = 0; i sizeof(ucf_line_t)); i++) { lsm6dsox_write_reg(p_lsm6dsox, lsm6dsox_MLC[i].address, (uint8_t *)&lsm6ds...
In the sensor_service.c source file, I add the char_prop_read flag in the below, but now the SensorTile does not even start BLE properly. Any help is appreciated.starting at line 1074, COPY_ACC_GYRO_MAG_W2ST_CHAR_UUID(uuid); ret = aci_gatt_add_char(...
Lsm6dsl reads out the data, and the z-axis data is always biased. When the acceleration range is set to 2G, it is placed vertically on the ground, and the z-axis is upward. The data is:Acceleration [mg]:30.68 106.32 1998.60the z-axis is downAccelera...
I am testing Sensortile.box (STEVAL - MKSBOX1V1) for LSM6DSOX sensor with iphone app.but saved (SD card) data seems from LIS3DHH sensor.is there any way to get LSM6DSOX acceleration data to SD?
I'm using the MotionDI "dynamic inclinometer" library with a LSM6DSOX (on a NUCLEO-L476RG). The rotation computed by the library looks right as long as the sensor remains stationary. But when I translate the sensor, there is a temporary but significa...