2022-06-27 04:37 AM
I am interfacing LSM6DSOX with NRF52, I am trying to get interrupt on INT1 pin but couldn't.
I am getting IS_TILT on EMB_FUNC_STATUS_MAINPAGE.
I am using the code application note as follows.
Can you please guide me on where I am doing wrong
2022-07-08 08:13 AM
Hi @DBish.1 ,
from the schematic above, the INT2 is not connected, so you cannot for sure acquire the interrupt event from this pin. You can use the INT1, and if it is not working you might try removing the R18 resistor.
I suggest you to compare your code with the C examples for LSM6DSOX that you can find on Github, for the TILT application --> lsm6dsox_tilt.c.
-Eleon