Hi ST team !I am developing a program allowing indoor / outdoor distance reading with a fixed and static VL53L1CB. I would like, just to test, to carry out a general calibration of the sensor using a cover glass. Have you developed or is there a gene...
Hi ST Member, Am getting the following error while Analyzing the model file in Stm32CubeMx."ImportError: cannot import name 'get_all_providers' from 'onnxruntime.capi._pybind_state' (C:\Users\Systemname\STM32Cube\Repository\Packs\STMicroelectronics\...
Hi,I am designing a PCB board and use LIS2DH12/LIS3DH to wake up the processor. I will use I2C mode (CS pin should be connected to high) and SA0 pad connected to voltage supply (vdd) to get the device address as 0011001b. I see CS is at input high im...
Hi everybody,I use the motionFX with accelerometer, gyroscope and magnetometer (9X sensor fusion) but I have a problem using the magnetometer calibration.I proceed as mentioned in the documentation of motionFX library:Call MotionFX_MagCal_initCall Mo...
Is it really possible to configure H3LIS331DL to fire an interrupt (a pulse) for each DataReady ?I've never succeded in doing that, It seems to be always mandatory to read Acceleration to "release" the interrupt line, hence being able to have a new i...
I have a simple setup of (Arduino) nRF52840 Feather Express connected to steval-mkiv1-184872 -evaluation board. I was going to use it via I2C bus, and followed the connection diagram almost to last letter. I connected SDA/SCL to feather I connect...
I have lsm6dso sensor. I am using fsm interrupt for different events. I have 3 programs in fsm. When the event detected, interrupt comes.I gave three fsm program to same interrupt pin. But I want to know which fsm interrupt detected .When I read the ...
Hello,In the data sheet of the sensor (https://www.st.com/resource/en/datasheet/stts22h.pdf), it's mentioned that to set the Address we need to connect the ADDR pin whether to VDD (to have the address 0111000) or to GND (to have the address 0111111),...
I have lsm6dso imu sensor, I can add high pass filter or slope filter for wake-up interrupt.Is it possible to add filter to fsm interrupt ?