Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.
Good morning. Up front I apologize if these questions are simplistic in nature but I just really want to make sure I am understanding the datasheet and implementing correctly. Below is the code I am using to init the sensor:int32_t snt_iis2dh_init() ...
I'm having trouble reading and writing to my Adafruit LSM6DSOX IMU from my Raspberry Pi 4 running Ubuntu 20.04. I need to do it via SPI since I require the bandwidth, but I can only seem to read the WHO_AM_I register successfully. Other registers (se...
for example if i am reading the data of x axis,then Y axis and then z axis ,then there is some delay,i.e..X-axis raw data is at time T1 Say then Y axis is the data at Time T2.So i want to know how data is stored in FIFO.Is all axis raw data filled in...
I set ACT_THS and ACT_DUR registers, so now the chip enters on low data rate mode (10 Hz) when no movement is detected. everything is fine to that point. I don't have access to INT1 and INT2 pins physically so I need to read activity/inactiviy statu...
How can we find the range of external pull up resistance ?
10K Pull up is mentioned in the data sheet
Hi, I have been investigating a current leak in my circuit. I triangulated it to my IIS3DWB, when the accelerometer is not communicated through and all pins are pulled up by the MCU, I get a system current consumption of ~20uA (expected) But if I eve...