User Activity

Posted on January 20, 2018 at 05:15Hi, I have configured accelerometer's registers as follows. So, from the activity threshold value how I know that at which raw value of X, Y, and Z axis it will be interrupted on a specific pin?////////////////////...
Posted on January 18, 2018 at 06:19Hello Miroslav, I have done following configuration for IIS2DH acceleromenter./////////////////////////// Sample Code ////////////////////////////////////////////////////response=LIS3DH_GetWHO_AM_I(&who_am_i); if(w...
Posted on December 29, 2017 at 04:40How I convert accelerometer X, Y and Z axis raw data into the unit of G. Can someone provide me the which equation I have to apply on the raw data so I can get the results in G unit. Moreover, how we calculate rol...
Posted on July 19, 2017 at 14:30I have done following configuration to detect double click. I am able to detect double tap but it is consider four times.I2C_WriteByte(&ctrl_1,1,0x5F); I2C_WriteByte(&ctrl_3,1,0x80); I2C_WriteByte(&ctrl_6,1,0x82); I2C...
Posted on June 13, 2017 at 14:08I am working with IIS2DH accelorometer an I would like to configure single/double click tap detection. For that, I have done following configuration:I2C_WriteByte(&ctrl_1,1,0x5F);  I2C_WriteByte(&ctrl_3,1,0x80); I2C_W...