MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 303 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
  • 2466 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
  • 401 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
  • 380 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
  • 1405 Views
  • 13 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...