Hello,
i am doing a electronics project, i am to build a sound camera to map the sound reflections. For that i am using arduino. I dont have much knowledge about arduino so would like all the help you can provide.
The arduino will be used for three main functions. Controlling a pan and tilt mount using DC motors with encoders to track position.
Second is to generate sound between the frequencies of 30Hz to 20KHz.
Third is to use a microphone to capture the reflections of the sound and store them in a tabular form (for each position store multiple frequencies reflection)
I am able to control the pan and tilt using an H-Bridge and two DC motors, the issue starts with the sound generation. I have read a few threads but couldnt find the frequency limit arduino uno will go to.
Secondly, can anyone suggest how i would go around tackling the third problem. The sound captured by the mic will be analog so
(a) can it be fed directly to the microcontroller or does it need an amplifier circuit in between,
(b) can it be fed directly to the computer via a sound card and arduino used to communicate with the computer to store the results.
all and any help is appreciated.
thanks
P.S. i apologise if this thread is in the wrong section, if thats true, can a MOD move it to the appropriate section. Thanks.