ASM330LHH
While I’m using ASM330LHH the gyroscope’s data jump to unusual value just once sometimes . The data rate is 10hz
While I’m using ASM330LHH the gyroscope’s data jump to unusual value just once sometimes . The data rate is 10hz
Hi all, I'm trying to move Finite State Machine config from devkit using Unico GUI to final application. I've prepared movement wakeup example from FSM datasheet in Unico, which is working totally fine on devkit, it could even detect knocking in desk...
Posted on June 12, 2017 at 11:07Hi,I have inserted the accelerometer in a custom board.Is is connected via I2C to a microcontroller, Vdd and Vdd_IO both connected to 3V3.In my application the micro controller awakes when the acceleration on all the ...
Hi everyone, First of all, I use a STWINBX1 board, which include a MCU and several sensors. I try to get the magnetic field by reading the output of the magnetometer (IIS2MDC), but the output value seems false. Please note that : - I checked the PI...
Hi,we are using the LSM6DSO in Fifo mode and with the double tap feature. Our firmware configures the Sensor Frontend to give an interrupt at fifo_th on INT1 and for double_tap on INT2. Therefore, we explicitly disabled the INT2_on_INT1 bit inside th...
Hello,I am wondering if the presence of gel in the LPS28DFW makes it more susceptible to vibration than LPS22DF. These sensors will be in a vibration environment, and I'm concerned that the vibrating gel in the sensor will negatively affect the press...
Hello all,I want to use FIFO to store my acceleration data.When FIFO is not configured, the data I read from OUT_X_L, OUT_X_H, OUT_Y_L, OUT_Y_H, OUT_Z_L, OUT_Z_H are okay. By "not configured" I mean FIFO_CTRL_REG = 0x00, which is the default value th...
Hi,we are working on integrating this sensor to our device. We would like to make it work as human detection in front of our device. I am testing this sensor using "STEVAL-MKI231KA" board without lens connected to our development board via I2C and I ...
When I configure FIFO, for some reason Z is always around 1g even though HP filter is active.Here is my setup with FIFO:write_reg(LIS_ADD, CTRL_REG1, 0x77); // 400 Hz, enable XYZwrite_reg(LIS_ADD, CTRL_REG2, 0x3C); // HP data sent to FIFO and HP enab...