Mario Tesi

Results 18 comments of Mario Tesi

Hi, I think the interrupt pin is not configured/connected to the AP. Please try to read interrupt proc fs: cat /proc/interrupts and check counter of lsm6dsl interrupt

Hi, the LSM6DSX driver in kernel mainline is supported by Linux community. It manage trigger events on FIFO through an hw IRQ line so you need to configure an interrupt...

> Hi, > > the LSM6DSX driver in kernel mainline is supported by Linux community. It manage trigger events on FIFO through an hw IRQ line so you need to...

Hi [ericnelsonaz](https://github.com/ericnelsonaz), sorry for my late answer, the lsm6dsm driver support the LPS22HH connected on its master I2C interface. You can enable support for this feature via the kernel menuconfig:...

Hi [WolsYang](https://github.com/WolsYang) the [delay](https://github.com/STMicroelectronics/st-mems-android-linux-drivers-iio/blob/master/drivers/iio/stm/imu/st_lsm6dsrx/st_lsm6dsrx_core.c#L753) introduced in the driver, only for the single reading of the raw data, has the purpose of giving the sensor time to stabilize after it has...

pls consider update driver are moved on new github repository: https://github.com/STMicroelectronics/st-mems-android-linux-drivers-iio)

Hi AlysonQ, We kindly ask you to consider that this project has been discontinued, therefore we recommend you to switch to the new IIO project [st-mems-android-linux-drivers-iio](https://github.com/STMicroelectronics/st-mems-android-linux-drivers-iio) which will soon also...

it would be possible to have the kernel logs related to the device: #dmesg | grep lsm6 Moreover, have all the suggestions for the integration of the drivers reported in...

Hi, all the work of enabling the axes and the buffer is already done by the iio_generic_buffer tool so you can directly run the command (for 100 samples): $ iio_generic_buffer...

Hi Lorenzo, You're absolutely right, we missed the driver update on the last revision of the documentation. The patch will soon be available on public repo.