Skip to main content
Visitor II
April 13, 2019
Solved

Lsm6ds3 active/inactive event interrupt

  • April 13, 2019
  • 1 reply
  • 725 views

Hi,I have a problem when develop with LSM6DS3.

After config the active/inactive event to INT1, keep still, the interrupt(inactive event) will happen ,if i do not read 6-axis sensor data.

When i read the 6-axis sensor data every 100ms by a timer callback, also keep still, the interrupt never happen.

I want to know the reason that interrupt do not happen, if i miss anything in datasheet ?

    This topic has been closed for replies.
    Best answer by alivexiaoluo

    Problem has been solved. Do not set the sensor into power down mode when read 6-axis sensor data every 100ms by a timer.

    1 reply

    alivexiaoluoAuthorAnswer
    Visitor II
    April 15, 2019

    Problem has been solved. Do not set the sensor into power down mode when read 6-axis sensor data every 100ms by a timer.