2022-06-20 10:23 PM
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.
2022-06-24 08:44 AM
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