Hello,
I am using the MEMS microphone SPH9855LM4H-1 for my application. The sensor outputs a PDM signal (not PWM), and I want to use an Arduino Nano RP2040 to read this signal. My application involves detecting ultrasonic sound.
However, I am encountering issues because the Arduino has a built-in microphone with a PDM output, which prevents it from properly reading the signal from my sensor.
So I want to know how to do this process, if there is a problem with the software or hardware I´m using ? and if it´s easier for me to implement LabView?