Question
Question about LIS3DH FIFO
Posted on February 12, 2014 at 17:44
Hello
I am trying to use the LIS3DH in FIFO Mode with Filter enabled.In this mode, the X-Axis, and Y-Axis values get some normal values (they oscillate between -10 and +10) but the Z-Axis value seems to have a bypass to the filter mode, the Z-Axis gives for example -616 witch is not the value for Z-Axis if i disable FIFO and Filter.Is this some kind of limitation of LIS3DH? or am i making something wrong at initialization.In my initialization code the registers are initialized with the following values:CTRL_REG1 = 0x17CTRL_REG2 = 0x88CTRL_REG3 = 0x00CTRL_REG4 = 0x40CTRL_REG5 = 0x40CTRL_REG6 = 0x00FIFO_CTRL_REG = 0x40Thank YouArtur Vieira