12-29-2011 05:21 AM
What I want to achieve is, I want to connect the output from electret microphone to Microprocessor (arduino) and to a speaker. So when I scream or whisper the microprocessor will detect the voltage and print out for me on the computer. And if the voltage is higher than a certain value it will on the speaker and output the voice. So, to achieve this I am using an electret microphone, a speaker with 8ohms and 0.5W and arduino Uno. I would like to know how and what I I should do to achieve this?
12-30-2011 09:20 AM
Hi,
I am not sure what this post has to do with NI hardware or software; if it doesn't you may have more luck on some more dedicated forum 😉
Anyway here is how I would go about your task (note: I am not familiar with the microprocessor (mP) you are using, so I will give you some general pointers).
Here is the basic idea: Microphone (analog signal) --> A/D converter (digitized analog signal) --> mP (signal processing - your software) --> D/A converter (back to analog signal) --> Amplifier --> Speaker
I hope you get something useful from this
Best regards,
Matej