MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am working on STM32WB55 to read LSMDSOX sensor data. And I have set up an interrupt to occur when FIFO reaches watermark. It all works fine when if my code includes just reading data in a loop.

But when I add calling a fall algorithm task after reading each sample and try to simulate a fall (the rapid moment) causing program not causing interrupt.Any help regarding why interrupt is not set would be of great help.//code int main(void){ /* US...

vtall.1 by Associate
  • 494 Views
  • 1 replies
  • 0 kudos

Resolved! Very noisy signal from IMP34DT05

Hello,I'm using the IMP34DT05 available with the STEVAL-MIC003V1 kit to record audio the nucleo-f401re. I'm using the PDM2PCM library to convert the PDM stream to PCM data. The audio is recorded at 8kHz.I have tried reproducing 1kHz tone on the micro...

frnt by Senior
  • 797 Views
  • 3 replies
  • 0 kudos

LIS3DH interrupt is not generating on some kind of motion

Hi,The use case of my application is to detect only motion in any direction with LIS3DH. The following are configurations for LIS3DH. The problem is that I am getting interrupt only with some kind of linear motion or vibration. When I install my devi...

BPate.5 by Associate
  • 426 Views
  • 2 replies
  • 0 kudos

How to read Sensor data from STM32U5 ( B-U585IOT02A )

Hello community,I've B-U585IOT02A. I want to use sensor values from it to my application running on node.js. I think to import those sensor values to application over the local network using mqtt. But as their is already a web-server installed in B-U...

Resolved! LSM6DSR Gyro sensor angular rate sensitvity and calculation?

Dear all,How to get the Angular rate sensitvity from Full-Scale range of LSM6DSR? what is the formula to get 4.375 mdps/LSB from FS = +/- 125?My understanding is signed 16-bit max positive value = 32767, FS = +125 dps, then one dps / LSB = 125 / 3276...

0693W00000NqqBqQAJ.png
E-John by Associate III
  • 1846 Views
  • 2 replies
  • 1 kudos

Resolved! ODR deviation of lsm6dsox

Hello,​lsm6dsox is configured to 1667Hz ODR.And I measured 'data ready interrupt' interval of 9 sensors. It was between 1629.69 and 1683.57Hz.I wonder if there is acceptable deviation criteria?

JIYEON by Associate
  • 452 Views
  • 1 replies
  • 0 kudos

Problem reading LIS3DH FIFO Buffer data

I am using nRF52 DK and LIS3DH accelerometer. LIS3DH configuration is follows:1. LIS3DH ODR set at 10Hz, 2. Low Power Mode (Low resolution), 3. Acceleration: 2g. 4. FIFO Enable, and operating in FIFO mode.I am reading all 32 samples stored in FIFO bu...