cancel
Showing results for 
Search instead for 
Did you mean: 

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

rranj.1
Associate

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.

1 REPLY 1
Eleon BORLINI
ST Employee

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