Asset tracker zero motion interrupt

Hi all.

I have an asset tracker (first generation) with the LIS3DH accelerometer which works fine with a motion interrupt. I.e. When electron is standing still for a while, it goes to sleep and wakes up on motion interrupt.

I am wondering if it would possible to attach a zero motion interrupt? I.e, when the electron is moving for a while, it goes to sleep and wakes up on zero motion interrupt.

Thank you for your insights.
Best
Sharly

@sharly09, here is article on configuring the LIS3DH interrupt pin for both motion and non-motion interrupts:

https://www.ecnmag.com/article/2013/04/one-accelerometer-interrupt-pin-both-wakeup-and-non-motion-detection

Perhaps @rickkas7 can incorporate this in this functionality in his AssetTrackerRK library.

2 Likes

@peekay123 thank you for the link!

2 Likes