I want to transmit wireless sound from one Arduino to another (microphone and speaker wise)
Specifications:
Distance: A few meters (I was thinking on using RF)
Quality: It doesn't matter
Sound comes from: Microphone (one end)
Sound goes to: Speaker (other end)
tsunamy_boy:
I want to transmit wireless from one Arduino to another (microphone and speaker wise)
Is it possible? Any tips thanks.
What distance?
What quality?
Where does the sound data come from?
How will you convert the data back to sound at the other end?
Why can't you use a $20 wireless microphone?
This is by no means a trivial project.
You will need some kind of audio amplifer which also provides a Dc offset so that the microphone output
falls within the range of the Arduinos A/D converter.
You will also need some kind of simple audio codec to convert the sampled audio into a digital bit stream to feed to the radio.
At the receiving end you will have to do the reverse, and then somehow recover the audio and feed it to an audio amplifier and then a speaker.
Hope you are an experianced Arduino programmer.