Hi there,The spec for the LIS3MDL doesn't include I/O voltage thresholds like Voh, Vol, Vih, Vil. Can anyone point me to a reference for these? Seems like basic info that should be included in the spec. Maybe I missed it, but I've checked a couple ti...
In my project i am using LSM6SOX sensor to generate the interrupt for every 10 degree incrementation on X axis. I found this link...https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/master/lsm6dsox_STdC/examples/lsm6dsox_fsm_raw.c ...
We have commercial product based on the LSM6DS3 and are now moving to the IIS3DWB (in combo with the STM32L412). One of the cases we often encounter with customers is the observation of "slow" phenomena (like large machines moving slowly). This was r...
On loading the firmware to the MKI 109, the ST Cube Programmer yielded a unique serial number for each of the 109 devices. However, I can not get the ST Cube programmer to reopen the connection once the firmware is updated. This is a problem because ...
I have question regarding the accelerometer LIS2DH12.I'm trying to configure the interrupt, to trigger when e.g. the x-axis goes above a threshold value. Not sure what to put in the INT1_THS register?and, in the output registers (OUT_X_L and OUT_X_H)...
Hi ST engineers, my project use LSM6SDLTR connect with TI chip by I2C. I already get the orginal data and trying to trans them into quaternions or eulerian angles. Here is some issues.1.accelerometer original data have some noise.How to deal with the...
For the test of 'Vibration monitor' in the SensorTile.box example apps, I made data with 'Vibration monitor Training' and tried to test 'Vibration monitor Comare', but an error message 'SDfile needed for the app not found' appears and I can't run the...
Is the sampling rate of the X,Y axis different from the Z axis? I am trying to sample at 1kHz and I noticed that the Z-axis is sampling slower than X,Y when reading the status register.