Hello,I'm working on the "STEVAL-MKI182V2" mounted on the "STEVAL-MKI109V3" development board. Initially, I downloaded the Standard c Drivers from the following link "https://github.com/STMicroelectronics/STMems_Standard_C_drivers" where I found the ...
Hello,I like to read data from the LSM6DSL continuously. But I am not able to choose the correct settings for the FIFO register. If I set it to "Continuous mode. If the FIFO is full, the new sample overwrites the older one"It will stop after a few se...
I did a lot of trials: the raspian OS seems to have drivers problems because if I do a Google voice search (or in others web applications) I can see the mic icon moving but my words are not recognised. While on my MacBook the mic works properly by th...
FP-CLD-WATSON1 package library file will support to plot FFT graph..can any one share link of that library file.. I could not found that.Thanks in Advance...
Hello everyone,We are working on an Android 11 i.MX8MM based board which has the LIS3DH accelerometer.From the Kernel perspective we used the following IIO drivers.Kernel-source/drivers/iio/accel/st_accel_i2c.cKernel-source/drivers/iio/accel/st_accel...
Hey all! I'm doing a client project where I'm integrating an LSM303AGR on a custom board. I've included the XCUBE-MEMS package into STM32CubeIDE, and selected the LSM303AGR and set the I2C settings in the platform settings. This gives me LSM303AGR.C/...
I have measured an offset drift around 6 mm when I heat VL53L4CD sensor from 24ºC to 45ºC. In order to reduce this error, I used "VL53L4CD_Start_Temperature_Update()’ once ranging was stopped. Unfortunately, it has no effect on the measurements and I...
I was working ISM330DLC sensor which I have interfaced with the my dev board nucleo 144 STM32F446. I'm using SPI protocol to get the raw data and also I'm able to read who am I register using following example codes "ism330dlc_read_data_polling.c". A...