Resolved! Is the UNICO code open source?
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...
Hi, folks,I'm using LIS2DE12 on the PCB. The purpose: the device should inform the firmware, if the PCB has moved - intruder detection. I successfully programmed the device for INT1 on 6D movement. It works fine in general.On the PCB I have also a sm...
Hi there fellas, I'm using the HS_Datalog to measure some vibrations. At first, I used the Python SDK, but now I'm trying to use the libhs_datalog_64.dll in a c# Application. I can get the device info, start and stop the log, set some parameters lik...
Hi there,I am working with the H3LIS100DL Accelerometer. I am able to get readings back and it seems to work fine.My question is: what is the reading that I am getting back for the X (Reg 0x29), Y (Reg 0x2B), and Z (Reg 0x2D)? Does 1 digit equal ~1g?...