MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Reboot and stuck in the LSM6DSO

I am using LSM6DSO sensor to get step and two interrupts. When the sensor runs about 15 minutes, it will stop working and have no reaction. Sometimes it will reboot and the step reset to zero. This is my code for initializing the sensor, is there som...

JXiao.1 by Associate II
  • 1090 Views
  • 9 replies
  • 0 kudos

How is temperature (shocks) affecting H3LIS100DL?

I programmed a h3LIS100DL to an interrupt threshold of 4G. Then I breathed on the chip and got an interrupt.I expect it doesn't have a hidden Rh sensor somewhere, so it has to be related to a temperature change. Is there any documentation available o...

PArve.1 by Associate II
  • 569 Views
  • 3 replies
  • 0 kudos

Using LSM6SDO library in C

Hi I am trying to program the LSM6SDO sensor in C. I would like to get the pedometer to count the number of steps taken. However, it always shows zero, and does not respond to any step taken. My main function looks something like this:int main(void) ...

JK by Associate
  • 645 Views
  • 2 replies
  • 0 kudos

LIS2DW12 removing gravity

Hello, I have read in the "application notes" that :The LIS2DW12 provides an embedded high-pass filtering capability to easily delete the DC component of the measured acceleration (pg 12) . can you elaborate please? does that mean we can make so the ...

Msaga.1 by Associate II
  • 642 Views
  • 7 replies
  • 0 kudos

Using multiple HTS221 sensors

I am trying to use 2 HTS221 in the same board with I2C. I have SDA pin from both sensors wired to the same pin on my PCB. When I want to use the first HTS221, I set his CS pin to HIGH and the other HTS221 CS remains LOW. However, when I try to read f...