Posted on February 09, 2018 at 16:32 Hi, I am working with H3LIS331DL sensor . my configuration is as follows 1Power on the sensorconfigure the control register 1 with normal power mode and data rate 1000hzconfigure interrupt source1 for data r...
Posted on February 14, 2018 at 15:13 Hi, As i already mentioned this is working fine.But the below configuration in the below sequence is the issue what i am explained above CTRL_REG1 = 0x3F CTRL_REG1 = 0x80 CTRL_REG3 = 0x02
Posted on February 14, 2018 at 13:37Hi Miroslav,The INT1 Pin is high event after we read the data register also. that's why next data ready interrupt is not generated.Basically after configuring the sensor we are getting data ready interrupt then re...
Posted on February 13, 2018 at 15:47Ok.Thanks for the response. There is no reason for that, you can configure anytime you want. I suppose the problem is in the MCU configuration.As per my original question if i have not configured CTRL_REG4 step2 a...
Posted on February 13, 2018 at 15:24Problem 2: If you configure the ODR to 1000Hz you have to read data within less than 1ms.As per the data sheet we are giving 2 msec turn on time (1/ODR+ 1msec) after configuring ODR in CTRL_REG1 as well we configu...