This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

LIS2DH INT1 Triggers on nRF9160

Has anyone had success getting triggers on motion to work with the LIS2DH? I only have INT1 wired so I modified the drivers to work on INT1 as the spec document says it should. I've added the appropriate registers: to list2dh.h:

#define LIS2DH_REG_INT1_SRC     0x31
#define LIS2DH_REG_INT1_THS     0x32
#define LIS2DH_REG_INT1_DUR     0x33
References in lis2dh_trigger_set() and lis2dh_acc_slope_config() were modified for INT1. Am I missing something?
Has anyone else been able to get this to work?
Related