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.
Hey All,I'm trying to read from an LIS3MDL after a threshold interrupt. While I configure everything ok and receive interrupts the chip only responds to the first event. All subsequent events fail. Here's the setup:write to 0x1C ack data: 0x0F read t...
Hello folks,I am trying to interface LIS2DH12 with NRF52840 DK(nordic semiconductor's Development Board )by using SPI bus protocol for which I have used the ST drivers from the link below,https://github.com/STMicroelectronics/STMems_Standard_C_driver...
Operating Voltage:3.3VThe initial configuration of lsm6dsl is as follows/** * @brief Initialize the LSM6DSL sensor * @param pObj the device pObj * @retval 0 in case of success, an error code otherwise */ int32_t LSM6DSL_Init(void) { /* Enable...
I want to know if i open acc or gyro odr twice in diffrent time,how will mems work. (twice odr is the same)Question: Whether the MEMS will reset? Or if the last state is the same as now, nothing will be done?
HelloWe use the lps27hhw in our devices. When temperature is positive - all right. But when temperature is negative - the sensor sends the temperature less than it actually is (example -40* instead -20*). I put the appliance in the freezer, the tempe...
Hi ,guys:I have use the following code to read accelerometer data but the sensor data X, Y, Z are always 0 and I check register WHO_AM_I and it is quite correct. And I also check Status register but the DRDY always 0(means Sensor data not ready).uint...