Skip to main content
Visitor II
January 29, 2021
Question

MP34DT05-A PDM Digital Microphone for Data Acquisition

  • January 29, 2021
  • 1 reply
  • 1120 views

hello,​

Can I use MP34DT05-A PDM digital microphone to get sound DB data on STM32G431RBT6 ?

    This topic has been closed for replies.

    1 reply

    ST Employee
    February 1, 2021

    Hi @Mfei.1​ ,

    yes, you can configure MP34DT05-A PDM stream acquisition on STM32G4 MCU. Unfortunately, an example implementing this with STM32G4 I'm not sure that exists...

    However, you can always refer to the X-CUBE-MEMSMIC1 package, where you can find the audio libraries that you can use with all STM32 MCUs. In particular, you can check the STM32 PDM Audio middlewares that you can find in the \Middlewares\ST\STM32_Audio\Addons folder.

    You may start from scratch configuring your MCU with CubeMX, referring to these notes (G4 is Cortex-M4 as L4 and F4, so the library should work anyway)

    Please let me know it you are able to implement the project starting from it.

    -Eleon

    Mfei.1Author
    Visitor II
    February 4, 2021

    Thank​ you,

     I have received your answer. I am trying to develop the information you provided. If successful, I will share the result with you.

    -Mujun Fei