Hi, I was wondering if anyone had any information on how the 6 direction detection feature that is mentioned in INT_GEN_CFG_XL works. Obviously, to detect movement one would need to detect an acceleration change that can be either positive or negat...
Hi,We will test the LSM6DSL for a design update, we would like to get the LSM6DSL of the IKS01A2 working without the BSP code so we can understand what's behind the abstractions layers of the examples.As far as we understand we should have two LSM6DS...
Hi, I can only seem to read 10bit resolution despite setting the following:REG_CTRL1 = 0b00000111;REG_CTRL4 = 0b00001000;I have low power mode disabled and HR mode enabled, but the precision does not increase from Normal Mode.Am I missing something?
Hi Everyone...Im using LIS3DH to measure vibration of rotary equipment.I chose it because It can reach 5.3K Hz of data rate.I have some question..1.- The sensor can give me 5.3kHz only scanning one axis?orit can scan 5.3KHz with the 3 axis at the sam...
Hi ST, I'm working with LSM6DSO on gesture recognition. It would be great if you could share fsm examples especially for 4D app. Thank you! John
The spec sheet contradicts itself on this question. What does the chip actually expect/do?SPI is an "big endian" protocol at the bit level, where the MSb of each byte is transmitted first on the wire and the LSb of each byte is transmitted last. Look...
I assume it will take a Gyroscope as well due to the rotation forward motion. A Gyroscope ishowever expensive in the automotive temp range. Can it be done with 2 Accelerometers ?
Hello, We are going to start working on LSM6DSM sensor. We have read that it a vibration monitoring functionality. We just wanted to know that can a vibration of certain threshold generate an interrupt on one of the two interrupt lines. There is not ...
Hi team,I am working on LIS3DH sensor, and found a lot resource from internet.But I go confused when I saw difference formula to calculate the OUTPUT_X or OUTPUT_Y.Source1:dt_usr[0] = float(short((data[1] << 8) | data[0]) >> 4) * fs_factor;https://...