User Activity

Posted on January 31, 2017 at 06:12hi,     I am Reading the Accelerometer and Gyroscope sensor values by checking the XLDA and GDA bits as follows             if((readReg(STATUS_REG)&0x01)==0x01)     // checking XLDA        {              Ax = (int1...
Posted on January 23, 2017 at 13:03Hi,     I am using STEVAL-MKI160V1 evaluation module of LSM6DS3 in arduino platform with 8g scale.  When I turn this 1g to -1g , it suddenly fall to 89 , 86 , 89.......etc ,  from 4173  (1g reading, that i got)  w...
Posted on December 23, 2016 at 07:27Hi, I am new to LSM6DS3 inertial module, I am trying to use it with my arduino mega 2560, in SPI mode ,but in trouble with  Z & Y axis output of the accelero meter. X axis output respond well.Already tried to read...