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.
Hello,I have made a custom board with lps22hb. I am trying to get accurate pressure but it fluctuates with time. As I plotted a graph showing pressure and temperature I figure there is a direct relationship. I think that according to the datasheet, i...
Hi,I am configuring the mems sensor data rate as 30hz,So what should be the data reading rate in this case. I mean is it necessary to put a delay after configuring the sensor for reading data continously Or we have to check the status of data ready...
I have been trying to test and get the gyroscope to communicate via SPI for a bit however it just seems to *refuse* to respond. As per the User manual for the board UM1670, PC1 is CS, PF7 is the serial clock, PF8 is MISO, and PF9 is MOSI all for SPI5...
HI sir, we have received the item marking show 702, may i ask you what is it represent since we can't find the marking information from the spec. sheet., thanks.
I'm in the process of some development using ST's AIS1120SX Accelerometer, in conjunction with a Nucleo L432-KC development board. I thought I would share some tips and suggestions I have about the accelerometer, as I found it particularly difficult ...
I am working with the Sensortile.Box right now. More specifically, I want to configure the pedometer function with the MLC to work with certain configurations. The accelerometer has to be set to 16g Full Scale, because of a fall-detection functionali...
Hi Everybody,I have a weird problem initializing LIS2DH12 in FIFO stream mode with the official ST driver. This is my initialization code:bool lis2dh12wInit(lis2dh12w_cfg_t *cfg) { uint8_t whoamI; lis2dh12_ctrl_reg3_t ctrl_reg3; /* set read a...