MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ISM330xxx version with higher precision

On a workshop I heard of this. For an application I would need a bit more precision especially in gyro resolution / stability. Can you please send me information on this and the MEMS identifier, eg ISM330HLC or ISM330DHC ... Are samples available, e....

pl by Associate II
  • 320 Views
  • 0 replies
  • 0 kudos

LIS2DW12 fails to issue fifo interrupt sometimes

I'm setting up LIS2DW12 to 100Hz, low power mode 1, fifo threshold 30 and fifo interrupt on INT2.When interrupt is received by MCU (STM32L4 here) i readout register 0x2F to know how much samples is to retrieve, then retrieve them all by issuing read ...

WPuch by Associate II
  • 531 Views
  • 4 replies
  • 0 kudos

Problems using the VL53L0X in a 3D printed tube

I would like to use the VL53L0X in a 3D printed tube with limited space. The diameter is 6,5mm.Since the emitter and collector have a conical characteristic, there are limitations as describes in an earlier post: https://community.st.com/s/question/0...

Ingo1 by Associate
  • 614 Views
  • 0 replies
  • 0 kudos

SPI Stopped Working

Hi,I'm working with a STM32F401 Nucleo-64 board. The board is connected to a mems accelerometer (IIS2DH) via SPI, and I'm using the HAL library.Everything was working good and I was able to retrieve samples from the accelerometer. Suddenly one day la...

CJoha by Associate II
  • 584 Views
  • 4 replies
  • 0 kudos

Resolved! Temperature sensor on LIS2HH12 accelerometer

Posted on June 19, 2017 at 20:00We're using the LIS2HH12 accelerometer and there's a temperature sensor listed in the datasheet accessible via the temp_L and temp_H registers (16 bits).However the numbers I get don't make any sense.The datasheet men...

LIS2DH12TR

I'm new to Accelerometer Sensor.I have few questions o this LIS2DH12TR.There are two Interrupt pins on this LIS2DH12TR.The interrupt pins are meant for Threshold detection and sending the LIS2DH12TR to sleep/wakeup mode? Can you briefly explain the f...

LN by Associate II
  • 416 Views
  • 1 replies
  • 0 kudos

ST MEMS L3GD20 interfacing with STM32F429ZI

Hello, I need help using L3GD20 gyroscope that comes with stm32f429ZI DISC! board. I have used code in this thread as the example and this video to generate code using cube MX/* Includes ---------------------------------------------------------------...

AS Na by Associate II
  • 620 Views
  • 4 replies
  • 0 kudos

Recovery of Standby Mode in LIS3DH + STM32L072

Recovery of Standby Mode in LIS3DH + STM32L072I am developing using LIS3DH + STM32L072 now.I think that I want to restore with WKUP (PA0) of STM32L072 by INT1 when it enters Standby Mode and exceeds the threshold set to LIS3DH.However, I will not ret...