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.
For VL53L5CX: what does "ResultsData->distance_mm[ZoneNum]" exactly mean? Is it the distance of the object in the zone from the sensor in a straight line or is it the distance of the vertical plane in which the object is located from the sensor, when...
Here I used BLUENRG-LP SoC with ASM330LHH. We have the same schematic design in steval-IBD11V2A, like the first image. The second one is our schematic design.My I2C configuration init function is like:/** * @brief Configures the I2C interface use...
I am using STS35 DIS and Nucleo-WB55RG board and wants to know how to get temperature readings from the sensor. I am using STM32CubeIDE for programming. It would be helpful for my learning and proceed with my project. if you share some example coding...
For example, placing the chip flat on the table, I would expect to read -1G in the Z-axis.Instead, I am seeing +1G. Flipping the chip over shows a reading of -1GHave I configured the registers improperly? Or am I misunderstanding the underlying physi...
Hey guys, I use a LSM6DSOX chip to collect data from both accelerometer and gyroscope. I used the integrated FIFO feature, with the following configurations:Accelerometer/gyroscope batch ODR = 104HzFIFO mode is Continuous modeInterrupt on INT2 is rou...
Using the pins on the underside that normally dock into the development board, to connect an external mic to the pins in order to get better recording?
I need to make some modifications to the FP-SNS-ALLMEMS1 firmware for BlueCoin, but when compiling the project using STM32CubeIDE 1.9.0, the resulting firmware only works partially for getting streaming audio over BLE (BlueVoice in mobile app). I onl...
I have successfully designed a product which uses ISM330DHCX. However this unit only allows for a maximum of +/- 4000 dps, and within the application of the product, the gyro can saturate at high speeds.Are there any plans on releasing a product that...
Hi, I spend a lot of days trying to undestanding Microphones_streaming from X-CUBE-MEMSMIC1. That is very complex example and brillant at the same time. I want to extract the part for usb audio in streaming (device to pc), but it is a little crazy. i...