I have LIS2DW12 connected to STM32L072RZT6 MCU. INT1 pin of LIS2DW12 is connected to PC13 (wakeup pin2) of MCU. I am trying to wake up MCU from standby using LIS2DW12 with the 6D orientation example in https://github.com/STMicroelectronics/STMems_...
The STBLESensor application is not only the smartphone application for interfacing the SensorTile.box with the user and for setting the Mode 1 and Mode 2 examples via BLE, but it is also the graphical interface for a lot of other ST demo boards, refe...
How to I get control over the output data format? Is there a way I can upgrade the firmware, without any additional hardware (just using USB cable and STM32Cube IDE or Programmer) to change how I record the data?
hello,i m trying to generate an interrupt event based on a defined threshold to wakeup the mcu from stop modehere is my function to enable this feature void LPS25_interrupt_Config(){ Conf_reg1 |= (LPS25HB_CTRL_REG1_PD | LPS25HB_CTRL_REG1_ODR...
HelloWe tested the IIS2DH sensor on a shaker.Accelerometer Settings:ODR = 5376Full-scale = +/- 16gLow-power mode.High-pass filter bypassedShaker Settings:frequency 1 kHzacceleration amplitude 13.592 gAs a result, the accelerometer registered an accel...
In case of issue, you can easily reset your ST.box following this procedure:Open the box (remove the two screws);Press the USER button;In case the issue persists, disconnect and reconnect the battery.After you have made sure that you have properly ch...
Coming from the IIS2DH which had a simple threshold interrupt by axis that worked great. Can we achieve a similar thing with the IIS2DPLC? Specifically I want to do the following:If an axis exceeds a threshold value it will persist an output (INT1 or...
We are making a market analysis on MEMS-IMUs in a private company and we would like to make fair comparisons between different IMU sets and we determined a few performance parameters for comparison. ISM330DLC is in our area of interest and we would l...
For LSM9DS1, what is the relationship between the interrupt threshold register INT_GEN_THS_X_G and the output register OUT_X_G?From the length of register, my expectations was that those two values shall have similar values (or factor 2).In my test, ...