Forum Posts
Resolved! Total Reset For Sensortile not (Sensortile.Box)
Hi, i have a problem with my sensortile. The kit that i have is the STEVAL-STLKT01V1. I think i have done a mess using the SMT32CubeProgrammer and now i have a sensortile that dosen't work or connect to bluetooth. The only things that i can do is to ...
using the Motion DI Library and getting hard fault at No source available for "quatErr2EulerErr() at 0x800671c"
Hi, have successfully used the library before on an L476, needed more processing power so porting the project to an F746, however, there is a hard fault when using the motion_DI library. breaking the fault don the error message is No source available...
Resolved! Hello ST Experts , I have a three VM3000 PDM mems interfaced to a STM32f745IETx controller , via I2S2, I2S1 lines and another in SAI2_SAIB block , how do I configure three such in programming while using PDM2PCM middleware , can anybody help me ?
The help will be greatly appreciated . I have to write this raw data extraction of PCM values in onto sdmmc sd card . And could anyone explain me how does the PDM2PCM functions for the mems than ST PDM microphones? I usually find examples of stm32 co...
Hi, We are experiencing "glitches" on the ACcelerometer values once in a while. we are using 52Hz rate. expected values are 1000mg +-100mg on the Z Axis. Once in a while we see several samples going down significantly.
Hi,We have been using LSM6DSOX in our Pool Alarm Unit.The Device is floating horizontaly in the pool and valid Z axis Acceleration is around 1000mg.We are currently facing a problem that is caused by seldom "glitches" on the Accelerometer values.Devi...
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?
Is it possible to manage LIS2DW12 in low Power mode with an I2C communication ?
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...
Resolved! LIS2DH12 how to calculate G value from X Y Z output
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...
Lis2dw12 - fifo read & write
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...
LSM6DSO ACC and GYR setting
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_...