MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LSM6DSO timestamp for external sensor event

Hi @Federica Bossi , I have a question about timestamp and the external sensor event.According to the application note of LSM6DSO (image above), timestamp's register is written when main sensor or external sensor event occurs. I have no problem with ...

el659_0-1717492879373.png
el659 by Associate III
  • 156 Views
  • 1 replies
  • 0 kudos

Output Data Error for lsm6ds3tr-c

would you please help to review the attached log and give some advice to customer?Thanks.Attached is the test log data, test conditions:1. The device is fixed on the desktop without moving or shaking. 2.2. The CPU reads the X/Y/Z data of the Sensor v...

Accelerometer and gyroscope reading using sensor

Hi,I want to know the best solution to read accelerometer and gyroscope data using the STEVAL-MKI182V2 board with the STEVAL-MKI109V3. At this moment, I can use Unico-GUI to read live all the data from the sensor, but I want to make a AI model to rea...

LSM6DSOX - getting quaternions

LSM6DSOX is a really powerful chip for detecting events, but i also wanted to get quaternions out of it without having to do any math on raw IMU data.   So this is what i found Example IMU driver  Register 59H - TAP_THS-6D,  You can enabled 4D/6D pos...

BA_ by Associate II
  • 167 Views
  • 0 replies
  • 0 kudos

LSM6DSO High pass filter questions

Hi, I need some clarification about digital high-pass filter in LSM6DSO since the datasheet and application note for LSM6DSO seem to lack explanation about certain features of it (or I just didn't get it).1. In on page 20 of AN5192 (refer to the imag...

el659_1-1717419782595.png
el659 by Associate III
  • 163 Views
  • 1 replies
  • 0 kudos

LSM6DSLTR interrupt configuration

Hi, I am trying to configure interrupt on LSM6DSLTR module but I am not able to get any interrupt on the pin INT1.I am using nrf52 dk for setting interrupt on pin. err_code = nrf_drv_mpu_write_single_register(LSM6DSL_ACC_GYRO_INT1_CTRL, 0x03);if(err_...

yash2530 by Associate II
  • 381 Views
  • 6 replies
  • 0 kudos

ISM330DLC Sensor

I have a question about the FIFO_Pattern.If I have only configured the accelerometer and set the watermark to 1536 samples, meaning 1536/3, which is equivalent to 512 samples (16 bits each sample) for each x, y, and z. And one sample is reading from ...