Skip to main content
Visitor II
June 21, 2022
Question

I am using IIS3DWB sensor, i want to get all axis (X,Y,Z) raw data taken at the same point of time.

  • June 21, 2022
  • 1 reply
  • 593 views

for example if i am reading the data of x axis,then Y axis and then z axis ,then there is some delay,i.e..X-axis raw data is at time T1 Say then Y axis is the data at Time T2.

So i want to know how data is stored in FIFO.Is all axis raw data filled in FIFO are sampled at same time or there is some difference in time.

so please tell me ,how i can get data of all axis of accelerometer taken at same point of time.

    This topic has been closed for replies.

    1 reply

    ST Employee
    June 24, 2022

    Hi @rranj.1​ ,

    Data of the three axis are internally sampled at the same time, with 1/ODR*6 resolution (considering the data on 8bits), then are muxed in the internal ADC at fast speed. In the IIS3DWB case, this frequency is 27kHz. It depends on the resolution in time you need.

    -Eleon