DM2PCM library for STM32WL microcontrollers missing
Dear @Imen DAHMEN ,Is there any plan to have the PDM2PCM library in the Middleware for STM32WL microcontrollers?Thank you much.
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.
Dear @Imen DAHMEN ,Is there any plan to have the PDM2PCM library in the Middleware for STM32WL microcontrollers?Thank you much.
Hi, I was looking at LIS2DE12 and I am aware that it can send a wakeup signal to the CPU. In my design I want to enable the power on PMIC chip directly through its enable pin. So I want to do something like this:Shake the deviceLIS2DE12 sets its pin ...
I just want to measure the translational acceleration and wipe out the effect of gravitational acceleration from the accelerometer reading. I know this can't be done with accelerometer alone, but can it be done with MotionDI library which uses both t...
I'm trying to convert a PDM data stream from a MEMS microphone into PCM. I think I managed to get a code working and now I want to verify that the acquisition is good. In my test code, I store all the PCM data into "uint16_t pcm_data[30000];"While in...
Hello Community,We have been using the IIS3DWBTR sensor for some time and have observed some odd behavior regarding filters. We recently performed some experimental tests on the LPF2 Filter to corroborate the frequency response curves on page 20 of t...
I want to connect a MEMS microphone to my stm32 using its SAI interface. I found a document called "Interfacing PDM digital microphones using STM32 MCUs and MPUs" which gives some examples about how to do it.My question is about the configuration :Wh...
I'm trying to get data from PDM microphone and convert it to PCM data. This is my first project on stm32 and I'm starting to debug the project. Could you take a quick look at my code and say if you notice something wrong ? Some part of the code come ...