Hi, we have a board with several I2C based sensors on it, including the LIS3MDL and LIS3DH.The 3DH works like a treat, but I cant get any communication from the 3MDL. The only thing I can see that would cause this is a discrepancy with our board desi...
Hello.I'm working with a l3gd20 to detect an angular movement but most of the time the mic is asleep and to save energy I want to put the l3gd20 into low consumption, for that I am writing to CTRL_REG1 0x00 to be in power down but the gyro does not h...
Hi everyone, I'm using a LIS3D in my schematic. Everything works fine. I can read the register "WHO_I_AM" without any problem. BUT : I have a current consumption of 1.2 mA. Can you help me ? I don't understand how is it possible. Here is my schematic...
Hello, I am using sensortile with my own PCB. But some sensortiles doesn't work. I am trying to build sensortile sample code and it can't enable LSE oscilator.Thanks for your helpHave a nice day
I want to optimize the low power mode of my H3LIS331DL to detect an impact. I've attached an image of a scope capture of the current draw of my board during sleep mode. I've determined that the large current draw pules are the accelerometer turning...
Hello,I have configured LIS2DH12 to generate interrupt on INT2 pin on activity(sleep to wake) using the register values as follows:CTRL_REG1 - 0x37CTRL_REG2 - 0x00CTRL_REG3 - 0x00CTRL_REG4 - 0x00CTRL_REG5 - 0x02CTRL_REG6 - 0x08ACT_THS - 0x10ACT_DUR -...
I got a STEVAL-MKI191V1 Eval, and I am trying to write a wake-up driver for the accelerometer, but I cannot seem to disable the DRDY interrupt on INT1. I am writing 0x20 to register 0x23 (CTRL4_INT1_PAD_CTRL), but when looking at the scope, I see the...
HI All,I'm using LIS2DW12 sensor with STM32 controller. sensor is interfaced with SPI protocol. I'm using DMA to read sensor output. SPI is configured and tested with 8MHZ and 16Mhz clock frequency. For 16Mhz clock I'm able to read data from the sens...
Hi,In our project we would like to power on H3LIS331DL only once after reset and configure the sensor in lowest power mode when not in use. Issue is that, the data ready interrupt is triggered only for the very first iteration and no more interrupts ...