Detect audio from microphone on the PropBOE
JasonFoglia
Posts: 5
How do I detect audio from microphone on the PropBOE?
C/C++ examples referred or spin is ok.
C/C++ examples referred or spin is ok.
Comments
Meaning the presence of "audio" past some threshold, or some particular frequency, what have you in mind?
Is there examples of how to use the microphone on the PropBOE?
I guess an example would be receiving frequencies from the mic, or maybe I guess recording sound to an SD card or maybe something simpler like sending the sound from the mic to speakers.
I've already worked on working examples for using the output audio jack and a speaker, but I've searched high and low for a simple microphone example.
Thanks for any help!
http://forums.parallax.com/showthread.php/105292
It records via microphone and then plays back via audio output.
If you change the pin #s to match BOE, it should work...
I had thought, I tried this code before. I'm might have gotten the pins mixed up.
It's working now with your help of course!