MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LIS2DW12TR acceleration values not returned

I am using the Accel 10 click housing the LIS2DW12TR accelerometer and I want ot run it using a MicroPython program.The code is as follows:https://github.com/Yadnik1/Accel-10-i2c/blob/main/Accel10i2c.py .It does not detect the sensor and I am skeptic...

YBend.1 by Associate III
  • 376 Views
  • 1 replies
  • 0 kudos

Resolved! IIS3DWB FIFO counter does not decrease when reading.

Hi,I'm testing IIS3DWB MEMS accelerometer. It is set FIFO in continuous mode and FIFO watermark WTM[7:0] = 256.FIFO threshold interrupt on INT1 pin is enabled.The uC reads 256 data (7 bytes each) from FIFO_DATA_OUT_TAG as soon as INT goes high. Data ...

LPS22 pressure not accurate or damaged?

Hello,I have made a custom board with lps22hb. I am trying to get accurate pressure but it fluctuates with time. As I plotted a graph showing pressure and temperature I figure there is a direct relationship. I think that according to the datasheet, i...

0693W00000D2Du8QAF.png
BDELR.1 by Associate II
  • 827 Views
  • 4 replies
  • 0 kudos

Resolved! Data rate vs Data reading rate in mems sensors

Hi,I am configuring the mems sensor data rate as 30hz,So what should be the data reading rate in this case. I mean is it necessary to put a delay after configuring the sensor for reading data continously Or we have to check the status of data ready...