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

LIS2DH12: 6d movement detection

I'm using LIS2DH12 and trying to implement 6d movement detection.Below is my present flow on startup.Set ODR to 25Hz in CTRL_REG1Enable i1_ia1 in CTRL_REG3Set full scale to 2g in CTRL_REG4Set aoi to 0 and remaining bits to 1 in INT1_CFGSet threshold ...

How to interface LP22HB in SPI?

I'm using with cubemx the additional sotfware X-CUBE_MEMS1 with Terminal data logger and chose the mems LP22HB on a nucleo F401RE.When I do it in I2C it's working fine.No I configure the LP22HB in SPI with CS on GND. And connect for SPI. I configurat...

Use LPS22HB with mems1

I got a nucleo STM32WB55 and a LPS22HB click board from Mikroe.I generate with Cube-MX a Projekte including the lps22hb mems driver.so what i know have in the Project: app_x-cube-mems1.h/.c filescustom_mems_conf.hlps22hb_reg.h/.clps22hb.h/.ci search ...

JM?�l by Associate II
  • 806 Views
  • 2 replies
  • 0 kudos

I have STMicroelectronics based MEMS IMU sensor, LSM9DS1. I am interfacing this MEMS sensor with the STM32F411RE development board. Right now, I am printing the three-axis gyroscope and accelerometer data on the serial terminal.

 I was hoping that if there is some open-source software or STMicroelectronics based software in which I can send the serial data and that software could show the data in any graph format. Like, I need 4 windows on a single window, one for accelerome...