Question
LIS3DH Low Power Mode not working as expected.
Hello Everybody,
I'm using LIS3DH Sensor to detect anomalous accelerations on a battery powered device.
Is important, due to battery duration problems, to keep the current consumption as low as possible...
I set the regisers as follows:
write_I2C_LIS3DH_register( CTRL_REG1, 0x1F);
write_I2C_LIS3DH_register( CTRL_REG2, 0x09);
write_I2C_LIS3DH_register( CTRL_REG3, 0x40);
write_I2C_LIS3DH_register( CTRL_REG4, 0x00);
write_I2C_LIS3DH_register( CTRL_REG5, 0x00);
write_I2C_LIS3DH_register( INT1_THS, 0x10);
write_I2C_LIS3DH_register( INT1_DUR, 0x00);
write_I2C_LIS3DH_register( INT1_CFG, 0x2A);I was expecting 6uA of current consumption, but what I measure is more than 150uA....
Where is my mistake?
Thank you ...
Andrea
