MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Manual sampling rate with LIS3DSH

Posted on June 15, 2018 at 07:59Dear Community,In a multi-sensor application, we need to be able to use a fixed sampling rate, which can not be set in the LIS3DSH settings (200Hz, 400Hz, 800Hz, 1600Hz), e.g. 1kHz. My idea was now to use the highest ...

LIS2DW12 INT1?

Posted on June 15, 2018 at 08:28Hi,1. Write 64h in CTRL1 // Turn on the accelerometer // ODR = 200 Hz, High-Performance2. Write 04h in CTRL6 // FS 2 g LOW_NOISE enabled3. Write 20h in CTRL7 // Do not use low-pass filter for 6D, enable interrupts4. W...

PDM microphone on STM32F103

Posted on June 18, 2018 at 17:10Hi all,is there a way /sample to connect a MEMS mic (MP34DT01) via SPI to a STM32F103VB (no FPU)?We do not need each audio data sample. We just want to have a kind of audio level meter to detect any noise in a room.Th...

knut2 by Associate II
  • 422 Views
  • 0 replies
  • 0 kudos

VL53L0X interrupt setting

Posted on May 21, 2018 at 06:53Hi  I am trying to get the VL53L0X using the api provided and the source code available on https://os.mbed.com/users/andcor02/code/vl53l0x_api/  which is just a copy of the VL53L0X api. I am using the STM32L432KC NUCLE...

When will the VL53L1X API source code be available

Posted on March 13, 2018 at 09:31The default application http://www.st.com/content/st_com/en/products/embedded-software/proximity-sensors-software/stsw-img008.html doesn't allow to use the multi-zone feature mentionned in this http://www.st.com/cont...

Resolved! Wrong answer to LSM6DS3 Who-Am-I register

Posted on June 11, 2018 at 14:40I have a weird problem with LSM6DS3. Right after power on I try to read the Who Am I register, via SPI. The return value is 0xFF, if I read it again it will send the correct value 0x69.In other words, in order to get ...