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

Injected conversion mode with 8 MEMS and DFSDM

Hello,I want to realise a project with the STM32 Nucleo F767ZI Development Board where i need to sample audio data from 8 MEMS Microphones. Since the board only features 4 DFSDM filters but 8 input channels i need to multixplex them. What i already k...

TMaie.1 by Associate II
  • 1261 Views
  • 3 replies
  • 0 kudos

I am trying to using LDM6DSL just for it's linear acceleration sensor to detect movement. The values i receive from the sensor are fluctuating a lot even when the sensor is in a steady position?

I have only used the CTRL6_C(15h) and CTRL1_XL(10h) register to configure the linear acceleration sensor and I am reader the value from register 28h to 2Dh.void i2c_write(uint8_t imudevaddr, uint8_t* write_2_reg_addr_data,int No_of_bytes){ HAL_I2C_Ma...

Motionfx library on any stm32?

Hello,I have a nucleo and a expansion board and i use it to get raw data from accelerometer,magnetometer and gyroscope.My question is How I use the motionfx library? Can I get for example quaternions? I can 't find any source code for motionfx!

suads by Associate III
  • 1541 Views
  • 6 replies
  • 0 kudos

How to get started with E-compass library for the Sensortile.Box?

Hello All,I have been planning on a project around the sensortile box. For this project I wanted to use multiple sensortile box modules and have each of them send their heading directions via bluetooth to a master PC or a HUB.I am aware of the FP-SNS...

VRao.1 by Associate III
  • 524 Views
  • 1 replies
  • 0 kudos

How does the FIFO works for LSM6DSO

Hi,I was wandering how the FIFO works in terms of reading and writing data at the same time. While I am reading the FIFO, what happens with the new data that is generated from the accelerometer? Am I losing this data, or is it stored in the FIFO agai...