Hello. I'm helping a student build a Circuit Python project that will detect a musical note and indicate if it matches a given frequency.
I have some experience with electret mics and Arduino, but most of the audio projects I see for Circuit Python use PDM mics. We have the Adafruit PDM MEMS Microphone Breakout attached to a Feather 2040. We have it registering values, but all the examples we find deal with volume, not frequency. I appreciate any advice.
Can PDM microphone detect pitch?
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- adafruit_support_bill
- Posts: 87348
- Joined: Sat Feb 07, 2009 10:11 am
Re: Can PDM microphone detect pitch?
See this example. It uses the pdm microphone on the CircuitPlayground:
https://learn.adafruit.com/circuit-playground-o-phonor
https://learn.adafruit.com/circuit-playground-o-phonor
- salmonammon
- Posts: 2
- Joined: Fri Apr 30, 2021 12:04 pm
Re: Can PDM microphone detect pitch?
Awesome! Thank you. The Google machine would not cough up that page despite my best efforts. Cheers!
Please be positive and constructive with your questions and comments.