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.
We use two types of sensors for our dev: lsm6dso and lsm6dsox. It is necessary to detect the type of sensor SW (without opening the device). And it's difficult, because adress (we use i2c) is the same, Device Identification (Who am I) is the same for...
Free massive open online course (MOOC) with hands-on exercisesLearn to design with ST's newest and most advanced motion and environmental sensors with an easy-to-use STM32Cube development ecosystem.This free, self-paced video course features hands-on...
When I received the Sensortile chip, it had the mobile app code flashed on it.I was working on developing on the Sensortile chip, so I flashed my own .bin file onto the chip using ST-LINK Utility.Now I want to revert back to the mobile application co...
We are able to retrieve microphone sensor data and view on Unicleo-GUI using serial port on STM32F446RE.While trying to port the microphone sensor data to USB virtual COM port the Unicleo-GUI is not responding.It is observed the data is not received...
VL53L1_GetRangingMeasurementData() ONLY returns data[0] buffer as result. It means that I will get just the result of ONLY one of the two sensor in the matrix. I'm trying to implement your "people counter" posted on youtube (https://www.youtube.com/w...
I'm using the lsm9ds1 as part of a bought module - the arduino nano 33 ble - which can achieve very low power (micro amps) in a power down mode. However, If I initialize and read accel and gyro data from the IMU, afterwards I can't find a way to get ...
HelloI had download the firmware FP-SNS-ALLMEMS2 on my STEVAL-MKSBOX1V1. From de app I can read the batery level, and I want to do the same with my raspberry and using bluepy. I have a script where I read the temperature and humidity values, so I wan...
Hi,my name is Vincenzo.I would like to: perform the 3 calibrations ( RefSPAD, XTalk and Offset) for my three VL53L3CX ToF sensors (i have a P-NUCLEO-53L3A2);SAVE the calibration data and then APPLY them before to start the measurement. I have perfor...
Hi,I would like to read data from FIFO at a stretch in ISM330DLC. Elaborately, I have set an Water Mark Interrupt to 0x3FC in FIFO mode and i would like to read total number of bytes at a time.Is it possible to read?If i Read like that will the WMI...