STMems_Linux_IIO_drivers
STMems_Linux_IIO_drivers copied to clipboard
DISCONTINUED (October 2022): the maintenance for this repository has been discontinued. Please refer to https://github.com/STMicroelectronics/st-mems-android-linux-drivers-iio for the up-to-date driv...
We are using lsm6dso32 accelerometer/gyroscope connected to a custom hardware (non-ST) via i2c. We are building a custom linux (kernel version 5.4) via yocto for our board and integrated [this...
Dear STMicroelectronics, I would like to know if you would support Linux kernel version 5.10 and above as most of embedded systems are pumped up to those kernel versions ?...
I found a bug in the ISM330DLC driver. [st_ism330dlc_core.c](https://github.com/STMicroelectronics/STMems_Linux_IIO_drivers/blob/linux-4.4.y-gh/drivers/iio/imu/st_ism330dlc/st_ism330dlc_core.c) ## Current Behavior When I try to read the accelerometer in Linux with `sudo cat /sys/bus/iio/devices/iio:device1/in_accel_x_raw` it always return 0. With...
I have an embedded platform AT91SAM9260 based running on a buildroot based Linux with kernel 4.19.78-linux4sam-6.2 which includes an LSM6DSO and a LIS2MDLTR as well. When st_* drivers are loaded...
Hi, I am using LSM6DSMTR on a Linux ARM V8 processor, I have complied the basic code using standard mems driver. I want to use the motionFx library to get...
According to the [IIO ABI documentation](https://elixir.bootlin.com/linux/v5.14-rc6/source/Documentation/ABI/testing/sysfs-bus-iio#L210) the temperature output units are standardized: > Units after application of scale and offset are milli degrees Celsius. Applying the following patch solves the...
We are using AOSP (Android 10). Kernel version is 5.4.47 imu/lsm6dsm driver in 4.19 branch ported to Linux 5.4.47 STMems_Android_Sensor_HAL_IIO/ HAL integrated into Android 10 05-05 13:02:43.222 317 317 D...
Hello, I have been having issues with configuring configuring a hrtimer-trigger or buffered-trigger for my iio-device. I am using a ISM330dlc (IMU) and it is connected to a rasberry pi...
Hi, I'm porting the `asm330lhhxg1` on my embedded system device(Linux/arm 4.9.257). I am attempting to use the IIO buffer to continuously read data at its `sampling_frequency`. However, the process seems...