LIS3DH interrupt is not generating on some kind of motion
Hi,
The use case of my application is to detect only motion in any direction with LIS3DH. The following are configurations for LIS3DH. The problem is that I am getting interrupt only with some kind of linear motion or vibration. When I install my device on the door and I open the door (angular motion), I am not getting interrupt. What could be the reason? Let me know if more information is required.
CTRL_REG1 = 0x2F;
CTRL_REG2 = 0x09;
CTRL_REG3 = 0x40;
CTRL_REG4 = 0x00;
CTRL_REG5 = 0x00;
CTRL_REG6 = 0x00;
INT1_THS = 0x03;
INT1_DURATION = 0x0A;
INT1_CFG = 0x15;
Regards,
Bipin Patel
