Resolved! Two's Complement for XL values
LSM6DSO Application Note, page 67: The value is expressed as a 16-bit word in two’s complement.Question: is this a SIGNED or UNSIGNED value?
Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.
LSM6DSO Application Note, page 67: The value is expressed as a 16-bit word in two’s complement.Question: is this a SIGNED or UNSIGNED value?
How can I determine the offset values? After determining I will use the following example.https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/master/lsm6dso_STdC/example/lsm6dso_offset.c
Sine BOSCH has release their AI IMU, is there any roadmap from ST on a potential AI IMU beyond current machine learning IMUs? Thanks
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...