MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

[iis3dwb] Read sensor data without loss.

Hi, I want to receive data coming from the sensor without loss.For the testing, sampling rate is set to 32Hz.26667(ODR) / 800 = 32hzif set like this, 32 data per second will be accumulated in the buffer.and CNT_BDR_THR was set to 100.also, FIFO_MODE ...

HKim23_0-1710154197476.png
HKim.23 by Associate III
  • 821 Views
  • 4 replies
  • 1 kudos

Resolved! [IIS3DWB] Sampling rate set to 2K band.

Hi,I want to set the raw data to around 2k bandwidth and receive all data through FIFO.From what I understand, to set it to 2k bandwidth-Bandwidth ODR/4 = 2.6kHz, HPCF_XL = 0, LPF2_XL_EN =1-FIFO_CTRL3 BDR_XL = 0b1010 ( 26667Hz ) And at this time, if ...

HKim.23 by Associate III
  • 575 Views
  • 2 replies
  • 0 kudos

Resolved! setup LIS2DUX12TR for motion detection

Dear all,I want to set LIS2DUX12TR to detect if there is a motion of the board, like a theft detector.The board is battery powered, so, I was thought to use INT1 pin to wake my PIC18LF26K22 uC to send some data.For me, is for time when I interact wit...

costi002 by Associate
  • 1019 Views
  • 2 replies
  • 0 kudos

Using multiple interrupts on 1 interrupt pin - LIS2DW12

GreetingsI am currently using the LIS2DW12 accelerometer, in continuous-to-fifo mode, with the wake-up interrupt configured to INT1, and the DIFF5 interrupt configured to INT2. All works well, as I'm able to read the FIFO contents when the FIFO is fu...

ZAIDS-S23 by Associate III
  • 3285 Views
  • 1 replies
  • 0 kudos

LSM6DSL data retrieval

Hi,I am trying to get accelerometer and gyroscope readings from the LSM6DSL via a python script.Here is my code so far:def init(self):# activate gyro and accelself.write_reg(0x10,0b0110) #activate accelerometer (writing ODR_XL[3:0] in 0x10) at 416Hzs...

nmorgan by Associate II
  • 3727 Views
  • 4 replies
  • 1 kudos

Resolved! Send large chunks of data via BLE

Hello, I want to use the SensorTile.box to collect IMU data over BLE. I tried modifying the BLESensors source code to suit my requirements (by increasing the characteristic size etc.). But the ST BLE Sensor app doesn't seem to support this. I only re...

Flare by Associate II
  • 781 Views
  • 2 replies
  • 0 kudos

Distance measured using LSM6DSO32TR

Hi, Could you provide any method/code to convert the acceleration values to distance(in cm)? we are able to read the acceleration but we need to know the distance covered as well. How to do it?  

NIVI by Associate III
  • 383 Views
  • 1 replies
  • 1 kudos

IIS3DWB power consumption in wait-for-event

Hello, IIS3DWB documentation provides only two data points about power consumption:Accelerometer current consumption @ 1.1mA typ.Accelerometer current consumption during power-down @ 5µA typ. I want to be woken-up on vibration levels (on X, Y or Z ax...

SGA by Associate
  • 456 Views
  • 1 replies
  • 0 kudos