I am using the Arduino Nano 33 BLE Sense (with nRF52840) which comes with a mounted MEMS PDM microphone (MP34DT05). My project will be battery powered and thus calls for me to put the MCU into low power mode when appropriate. So, what I would like to do is use the mic as a sound detector that wakes the nRF52840 when it detects a sound at a volume past some threshold. The +V to the microphone is delivered via QSPICS/GPIO51 and the microphone output is connected to GPIO7 and the clock to GPIO42.