User Activity

When I configure FIFO, for some reason Z is always around 1g even though HP filter is active.Here is my setup with FIFO:write_reg(LIS_ADD, CTRL_REG1, 0x77); // 400 Hz, enable XYZwrite_reg(LIS_ADD, CTRL_REG2, 0x3C); // HP data sent to FIFO and HP enab...
Hello all,I want to use FIFO to store my acceleration data.When FIFO is not configured, the data I read from OUT_X_L, OUT_X_H, OUT_Y_L, OUT_Y_H, OUT_Z_L, OUT_Z_H are okay. By "not configured" I mean FIFO_CTRL_REG = 0x00, which is the default value th...
Hello, ST community,Recently, our team has been working with the LIS3DH accelerometer with a STM32WLE5 MCU. Some of the requisites we have for the project are: it works with a 400 Hz, 16 g Full Scale, High Resolution mode, High Pass filter activated,...