MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

lsm6dsl Step counter - Pedometer. How to get correct data? I get interrupt every small movement detection. My sensor work on 52 HZ I set thresholds and read data(see blow)

Thresholds:lsm6dsl_****_debounce_steps_set(&IMU_Ctx, imuParams.debounce_steps);  lsm6dsl_****_timeout_set(&IMU_Ctx, imuParams.debounce_timeout);  lsm6dsl_****_threshold_set(&IMU_Ctx, imuParams.step_thd);function tp get cstep counter:uint16_t IMU_API_...

HTurj.1 by Associate
  • 764 Views
  • 2 replies
  • 1 kudos

Resolved! LSM6DSM pre-process data information

Dear Sir/Madam, I am currently working on the LSM6DSM IMU for a visual-inertial SLAM use and I have some questions about its features. Here is my IMU settings : Gyro : ODR = 208Hz FS = 2000dps High Pass 260mHz Acc : ODR = 208HzFS = 2g Analog BW 400Hz...

RRand.1 by Associate
  • 568 Views
  • 1 replies
  • 0 kudos

Resolved! I am getting acceleration and gyro data using LSM6DSO32 chip. But I want to filter this data with internal filters, but I cannot activate the high pass filter of the accelerometer.

I am getting acceleration and gyro data using LSM6DSO32 chip. But I want to filter this data with internal filters, but I cannot activate the high pass filter of the accelerometer. In the code below, I want to send F4 (11110100) data to the CTRL8_XL ...

Buse by Associate II
  • 1897 Views
  • 6 replies
  • 0 kudos

Tilt compensated heading using LIS2MDL and LSM6DSL

Hi,In one of our projects we have to use the accelerometer LSM6DSL, and magnetometer LIS2MDL. The tilt-compensated magnetic heading have to be computed in accordance with the values read from these sensors. We have the respective EVKs connected to ou...

0693W00000LvvSeQAJ.png