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

STEVAL-C34KAT1 Vibrometer

STEVAL-C34KAT1 Vibrometer eval board came today and I see it came with 32 pin expansion flex cable (STEVAlL-FLTCB01).   On one end, I plug it to this eval board.  On the other, what do I plug it to?  None of my ST eval boards have such connection.   ...

psabela by Associate III
  • 1366 Views
  • 1 replies
  • 0 kudos

How to compensate compass drift

Hello Everyone!!!I am using ISM303DAC Mems sensor for my project ie., E-Compass.I have used MotionMC and MotionEC libraries to get the heading value i my compass is getting calibrated by MotionMC and after that i am sending those calibrated values to...

Anil3 by Associate III
  • 1191 Views
  • 0 replies
  • 0 kudos

Resolved! Facing issue with MotionMC library

Hello Everyone!I am working on a project Ecompass using controllers STM32F401CBU6 and mems sensor ISM303DAC. can able to read raw values of both accelerometer data and magnetometer data properly and after reading the magnetometer data i am parsing ma...

Anil3 by Associate III
  • 11596 Views
  • 12 replies
  • 1 kudos

Saturated data on STwinkT1B with the iis3dwb sensor

Hello,For a predictive maintenance project on an STwinkT1B board. I am using an iis3dwb vibration sensor.When retrieving the data provided by the sensor, one of the obtained values is saturated close to 65535, which is close to 16 bits.I am using the...

RaphaelP by Associate
  • 1424 Views
  • 1 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
  • 1650 Views
  • 1 replies
  • 0 kudos

Resolved! AIS2IH Read Data Registers

Hi,I am using AIS2IH.I  can see in terminal   window of my computerthat registers of  data and temperature are zero's.   0 0 0  ...My program use the setup: ais2ih_cs_mode_set(&dev_ctx, AIS2IH_PULL_UP_DISCONNECT);ais2ih_i2c_interface_set(&dev_ctx, AI...

scboris by Associate II
  • 3168 Views
  • 13 replies
  • 0 kudos

STHS34PF80 Outdoor use

Can I use the STHS34PF80 outdoors?This is because ToF sensors cannot be used outdoors.

JK5 by Associate II
  • 1268 Views
  • 1 replies
  • 0 kudos

Resolved! LIS2DH12 acceleration data not stable

I am using the STM driver to control the LIS2DH12TR accelerometer.The freeRTOS sensor task is as following (checks on return values and variables definitions are removed to simplify the code comprehension): void MEMS_task(void) { lis2dh12_self_te...