Hi,
I'm trying to setup an ADXL314 sensor and I've been successful so far in configuring the sensor and reading the XYZ data.
I've oriented myself on the Datasheet and the Quick User guide here: -- ADXL314 Quick Start User Guide -- [Analog Devices Wiki]
But so far I have a problem with configuring the Interrupts, or better said, I believe the interrupts aren't being activated at all.
The registers I configure are these:
Address and Value:
(0x31, 0x0f);
(0x2f, 0x00);
(0x2e, 0x80);
(0x2d, 0x08);
I also tried to change a few thing but I couldn't see an interrupt getting triggered nor a change in Voltage on both INT1 and INT2.
Thanks in advance for the help!