Hi,We found a problem with high current by using LSM6DSLTR.LSM6DSLTR is used to trigger system from sleep mode.The normal system sleep current is 0.5~0.9mA. The abnormal one becomes 3.25mA.This issue is related with this LSM6DSLTR IC. When we rep...
The possible configurations of the accelerometer filters are clear:While the properties of those filters and what fields in the registers controls them is not clear at all.Ex documentation https://www.digikey.com/htmldatasheets/production/1639232/0/0...
The datasheet on the LSM9DS1 chip on page 47 is very unclear on how the configuration of filters is supposed to work. They just tell that the fields INT_SEL and OUT_SEL are existing and give this diagram: I have hard time trying to understand what th...
Hello,I have a very simple compass application which needs to poll the magnetometer, accelerometer and gyroscope roughly every 500mS (the board itself has no interrupt lines connected to the lsm9ds1), with the option of powering down for extended per...
I am use lsm6dso with NUCLEO—F401RE board. I want to know what are the roll pitch yaw sequence of calculation. We can not transform body frame to naviagtion if we don't know the transformation matrix sequence.
Dear SIR,I have found a polling mode reference code in the following linkhttps://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/master/lsm6dsr_STdC/examples/lsm6dsr_read_data_polling.cThe code demonstrates that after reading b'1 of XL...