Linux input driver for AIS2IH?
I am using AIS328DQ and plan to use AIS2IH in a new project.But I can't find a driver for Linux for AIS2IH.When do you plan to release a driver for Linux?
Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.
I am using AIS328DQ and plan to use AIS2IH in a new project.But I can't find a driver for Linux for AIS2IH.When do you plan to release a driver for Linux?
I use LIS2DW12 with I2C communication.I separate VDD from VDD_IO.When I turn ON VDD_IO (3V3), I have a tension of 2V4 on VDD_IO, why ?Related to this, I have overconsumption (I2C pull-up)I use the scheme of the LIS2DW12 datasheetDo you have a complet...
I'm new to sensor programming.I want to have G value with X,Y,Z output values.Here's what I have done - sqrt( x^2+y^2+z^2 ) = Gplease give me any advice to have a better outcome.If I miss any values that I might have between the above equation, ple...
HI :) , I want to exploit the option (if exists) to read the fifo buffer and write to it simultaneously .meaning the device writes to the buffer and gets to the 11th sample (for ex.) , when I ask to read the data I will get the 0-11 samples and meanw...
Hi,I am using LSM6DSO to measure acceleration and angular velocity. To save the power of device, I want to use accelerator in most case. Some conditions, the gyroscope will need to open. I used the function 'lsm6dso_fifo_xl_batch_set', 'lsm6dso_fifo_...
Hi, I am using a Stwinkt1a and the datalog 1.2.0. In this funtionpack i am using the ReadSensorDataApp.mlapp for visualization. The Time diagram is not the problem but with the spectrogram an error occured, that i quite don't understand.Thanks in adv...
I've been grappling with the SPI bus for weeks on end to no avail. I've made my own libraries for UART, ADC, Timer etc successfully, so I'm fairly certain it's not any of the common pitfalls like not enabling the clock or misconfiguring the GPIO. I d...
Hello, this project uses the LIS2DW12 to get interrupts from INT1 when activity is detected.Vdd is 3.3V.My goal is to minimize the power consumption when the accelerometer is idle. According to the datasheet.The following commands are run at init.if(...
I am using the LIS3DH MEMS motion sensor. To generate interrupts when motion exceeds a threshold, I need to set certain flags in the INT1_CFG register (address 0x30). The manual says: Write operation at this address is possible only after system boot...
The video on the homepage shows the possibility to see the live data and fft analysis. I don't get this in the usage of the app. Can someone please give me a short introduction or show me where to find the manual?