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

Regarding imp34dt05 mems sensor configuration

Sir,I am working on the imp34dt05 sensor but how could we configure its parameter.Could u guide us for that.What should be sampling frequency and what is the range of the frequency that it can capture and what should be sampling frequency of pcm and ...

LSM6DSV320 FIFO configuration

Hi all,I am trying to get started with a LSM6DSV320X accelerometer, using a STEVAL-MKI251A and a Raspberry Pi 4. I can get raw Accelerometer and Gyroscope data from their dedicated output registers (0x22h to 0x2D), but when I try to use the FIFO, I c...

Serial (COM) Port for reading IMU data from STEVAL-MKI109D

Dear all,I would be interested to use a MKI109D dev board (with USB C connector) to stream data from a MKI178V2 board fitted with a SM6DSL IMU sensor to a preferably a python or cpp based script using something like a pyserial library. I have tested ...

SaeidD by Associate
  • 80 Views
  • 1 replies
  • 0 kudos

STM32nucleo embedded STLINK for sensortile.box

Hi, i have a question, is it possible to use the embedded STLINK on the nucleo-f446re for programming the sensortile.box (steval-mksbox1v1) ? If so, how do i have to connects the pin? I have a JTAG Adapter v1.0 (included in the sensortile box), so i'...

alemezz by Associate
  • 60 Views
  • 1 replies
  • 0 kudos

LPS22 sensor suddenly behaving weird

I've had this problem with an ILPS22QS and now I'm having it with an LPS22HH. It has me completely mystified. The issue is like this: The pressure sensor works as normal for a week or even multiple weeks and then all of a sudden it enters a mode wher...

weird-behaving-pressure-sensor.png
mbenkmann by Associate II
  • 1288 Views
  • 5 replies
  • 0 kudos

AIS2120 reading issue

volatile UB__8 ubAisRxData; volatile UB__8 ubSpiStatus = 0; void SPI_vInit(void) { disable_interrupts(); configure_D_OUT_SPI_MOSI_Pin(); // PTBDD_PTBDD5 = 1; // MOSI configure_D_IN_SPI_MISO_Pin(); //PTBDD_PTBDD4 = 0; // MISO c...