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.
In the datasheet of the IIS343DQ it says that you should use a 10uF aluminum decoupling capacitor (chapter 'Application hints'). In the evalboard it is also shown like this in the schematic but if you look in the BOM you find a ceramic capacitor. So ...
Hello,In my prospective application, I am trying to use the LSM6DSM and also achieve a very low power state.In my application, the host device will operate at 3.3V. The LSM6DSM could be supplied by 1.8V so that it draws the least power, see here: htt...
If my accelerometer ODR on the LSM6DSOX is set at 3333Hz and my FSM (104Hz) checks accelerometer norm for 3 samples (28.8ms) to see if it is below a certain threshold, does it check the accelerometer norm for 3 *FSM samples*?In other words, does the ...
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...