MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Removing unused sensors from the STEVAL-BCN002V1B board

I'm working on a low powered bluetooth prototype that has several power constraints. I'm thinking of using the STEVAL-BCN002V1B design as a reference point and I excluded several unused sensors by my project requirements. Will the default firmware st...

HChun.1 by Associate
  • 354 Views
  • 1 replies
  • 0 kudos

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
  • 912 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...