MEMS (sensors)

Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LSM6DSM Interrupt Confusion

Hi Everyone, I am having issues configuring INT1. I have attached my current configuration.The init code looks like this: /* * Restore default configuration. */ lsm6dsm_reset_set(&accel_ctx, PROPERTY_ENABLE); do { lsm6d...

VictorV by Associate
  • 610 Views
  • 1 replies
  • 0 kudos

Resolved! LIS3DH Using Two Interrupts

Hi,I am trying to enable free-fall interrupt on INT1 and wake-up on INT2. However only free-fall on INT1 works. Here are the register settings:CTRL_REG1 = 0x6F // 200Hz ODR, enable XYZCTRL_REG2 = 0x00 // disbale HP filterCTRL_REG3 = 0x40 ...

XSong.15 by Associate
  • 715 Views
  • 1 replies
  • 0 kudos

LIS2DS12 needs I2C pull up or not?

I am using STEVAL-MKI174V1 adapter board for LIS2DS12 evaluation. I checked the schematic of STEVAL-MKI174V1 and I have two questions:Can Vdd for STEVAL-MKI174V1 be 3.3V without damaging LIS2DS12 because it can handle only 2.2V (It seems answer to th...

KPhal by Associate
  • 461 Views
  • 1 replies
  • 0 kudos

Resolved! LIS3DH Full Scale Data Output

Hi,I am reading data out from two LIS3DHs. All works as expected until the full scale is set to +-16g.According to the data sheet, when FS is 11 and low power mode is enabled, each LSb in the data output registers represent 192mg. Low-power mode give...

XSong.15 by Associate
  • 912 Views
  • 3 replies
  • 0 kudos

LIS2DH12 correct configuration for stream to FIFO

Hi, I need to get the FIFO contents prior to impact, to do this, I enable high pass, and go to stream to FIFO mode. But I get an interrupt as soon as I finish configuringI am configuring LIS2DH12 according to your application note:CTRL_REG1 = 0x37 //...

TNaru.10 by Associate
  • 556 Views
  • 1 replies
  • 0 kudos

LIS2DW12 resource request

I am wondering if you could provide any sample code for testing the LIS2DW12 on Arduino if you have any? Thanks!

JW.3 by Associate
  • 533 Views
  • 2 replies
  • 0 kudos

LSM6DSM fifo pattern error

I am using the FIFO to read both the ACC & GYRO data using the FIFO_DATA_OUT_H and FIFO_DATA_OUT_L at 52Hz ODR.But once every 1~2 hours, the FIFO data seems corrupted. Debugging it shows the FIFO Pattern number (FIFO_STATUS3 & FIFO_STATUS4) return a...

Resolved! LSM9DS1 side-effects of fast ODR setting?

I have been using the fast ODR setting to reach magnetometer data rates higher than 80hz. I have noticed that there are spikes of about +/- 250 in the data at higher frequencies. After some research, it seems this is caused by reading registers while...

ABoge by Associate II
  • 1231 Views
  • 5 replies
  • 0 kudos