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.
I am trying to calibrate a magnetometer using the 6-point tumble calibration described here: https://www.st.com/resource/en/design_tip/dm00253745-6point-tumble-sensor-calibration-stmicroelectronics.pdfI am getting confused when that method is applied...
In the application notes it is stated that:"The sensitivity of the magnetic sensor changes when the temperature changes. A temperature compensation digital block is introduced to compensate for the effect of temperature."Does this temperature compens...
Hello dear st engineerFor example, the yaw angle is random,and if (mag_cal_test.cal_quality == MFX_MAGCALGOOD) is always MFX_MAGCALUNKNOWNthis is my code ,void example_main_lsm9ds1(void) { /* Initialize platform specific hardware */ platform_in...
I am using a steval-mksbox 1v1 and a rpi 3 to connect to it via ble usising the SDK. When I run one of the examples to connect, it detects the sensor during the scan, but when trys to connect "Unexpected error ocured". This happens when the distance ...
I am having issues interfacing with the B-L475E-IOT01A's on-board SPBTLE-RF bluetooth chip. I am able to send header packets inquiring about the the bluetooth chip's write and read buffers. I have confirmed that I am doing this correctly, because I g...
Hello bro, MCU entry hardfault when I called the fuction of MotionFX_CM0P_initialize(), the sensor is LSM6DS3, the algorithm I am using is motionFX Library. The stack did not overflow. Do you have any good idea for this problem ? thanks!
Hi community:There is this driver provided on ST webpage for LIS2DW12:https://www.st.com/content/st_com/en/products/embedded-software/mems-and-sensors-software/drivers-for-mems/c-driver-mems.htmlleading to:https://github.com/STMicroelectronics/STMems...
While implementing the middleware for vl53l0x I am facing the following problem. Can you please let me know what mistake am I making “please see the commands in bold�? tofDev->I2cDevAddr = VL53L0X_I2C_ADDR //0x52; tofDev->comms_type = I2...
I have an array of three VL53L0X sensors, mounted at -20, 0 and +20 degrees with respect to each other. The idea is to use the differential between the distances measured by the three sensors to determine the orientation of my autonomous wall-follow...