Forum Posts
Resolved! Using IMU(LSM6DSV16X) standalone after training with (STM32F401VE in STEVAL-MKI109V3) to train ours in the UNICO platform.
If we use the MCU (STM32F401VE in STEVAL-MKI109V3) to train our IMU(LSM6DSV16X) for the prediction of certain behaviour.Can we then use the IMU standalone without the MCU for the prediction?If so, Where can those predictions be read from the IMU and...
ECCNs for Sensor Products
Hello,Can someone please provide the ECCNs for these two STMicroelectronics products:LSM6DSMUSTRLIS2MDLTR
How to configure LSM6DS3 inactivity / activity capabilities
Hello,I was trying to setup an inactivity/activity program in Arduino using a Xiao Sense NRF52840, that has the LSM6DS3 chip on it, and with using the register i was trying to recognize inactivity and activity. If anyone has insight as to why this is...
LSM6DSO: Cant trigger the interrupt pin 1 on fsm event
I have tried this example lsm6dso_fsm.c (github stm32 STMems_Standard_C_drivers) and successfully trigger the int1 pin but found that comment the line 310 the pin does not trigger.Digging deeper I found that I need to read/poll the EMB_FUNC_STATUS_MA...
Resolved! LIS2DH12 Activity / Inactivity recognition
According to datasheet and AN5005, LIS2DH12 accelerometer can go to sleep & wake up + generate I2_ACT interrupt when acceleration goes below / above the threshold defined in ACT_THS.Which acceleration exactly is taken into account for this strategy? ...
Resolved! STM32L452RE temperature sensor measure is different from the room temperature for several degrees. How can I solve it?
I have been testing the internal temperature sensor on the STM32 Nucleo-L452RE recently. I'm trying to measure the ambient temperature using this sensor, thinking that it shouldn't vary more than about 2ºC compared to the internal temperature of the ...
My Gyro TL3GD20 is not working.
Hello,I am using the TL3GD20 gyro in the stm32F429 discovery board to develop my own driver. The output registers are fixed and they do not move, always at:I respect the 10 ms second before powering up.I activate the x y and z axis and set the PD reg...