User Activity

Hii, I am using the LSM6DSM imu sensor module . To integrate the driver i followed the link:-https://github.com/STMicroelectronics/st-mems-android-linux-drivers-iiomy device tree modifications looks like this: &i2c3 {     clock-frequency = <400000>; ...
Android R can't get LSM6DSM HAL Accelerometer/Gyroscope data on iMX8MM board.following the steps as mentioned :1.copied the hal source code into hardware/STMicroelectronics/SensorHAL_IIO.2.Looking to the Documentation folder i have made the changes a...
Actually,i have integrated the LSM6DSM sensor with the imx8m and getting the values of the sensor in the pc terminal..Previously i have loaded the driver in the kernel source and verified the sensor output..I am ok to the kernel level ..Now i want to...