2018-06-19 02:28 AM
How to calculate Threshold value in 'WAKE_UP_THS[5:0]' register in LSM6DS3 ?
2018-06-19 07:43 AM
1 LSB of WAKE_UP_THS = FS_XL / 64
2018-06-19 09:48 PM
which value it considers for '
WAKE_UP_THS[5:0]' for giving interrupt?. I have just assumed that it may be 'OUTX_L_XL' and others registers for scanning XYZ wake up.
2018-06-21 07:17 AM
Please read chapter 5.3 Wake-up interrupt in application note
.2018-06-21 08:25 AM
I have already read that document. But the problem is i am not getting wakeup interrupt according to threshold set. Suppose i want wakeup interrupt at 0.44 g value and set threshold according to that. Now when i read 'OUTX_H_XL & OUTX_L_XL' i am not getting interrupt even if it crosses threshold value.