User Activity

Basically I'm working on ISM330DLC for interfacing I have used ism330dlc_read_data_polling data example code. So I'm sending the same Accelerometer data to the MOTION AC Library but I'm getting Accelerometer offset value in [g] value always zero I'm ...
I bought X-NUCLEO-IKS01A3 and I have already an STM32 Nucleo-144 F767ZI board. Now I wanted to connect both so for that I went through the F767ZI user manual which i found the following table then I went through the X-NUCLEO-IKS01A3 document there I ...
Currently, I'm working on a project where my job is to take Accelerometer, Gyroscope data and convert it into Roll, Pitch and Yaw. So to achieve this we started working on the ISM330DLC sensor. To get the raw data we interfaced the example code succe...
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 ...
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...