Asked
— Edited
Hey everyone.
Can somebody recommend a good quality sound sensor to work with the v4, preferably analog. I had a pair of cheepo's laying around that I tried (pictured below), didn't work on analog, and digital wasn't much better although a slight improvement. I'm wanting to get the whole "robot hears something on the left, head turns left" thing going, so any recommendations would be appreciated.
Thanks.
I did something similar I'll repost it for you.
@mtiberia.
Funnily enough, I bookmarked your thread some time back and have been referring back to it recently
. I'm hoping to find something that ships from the UK for quick delivery and lower price shipping. Thanks for reposting your thread. Very useful and nice job.
@mtiberia.
I just managed to find the sensors you used from the UK robotshop site.
Thanks again.
Sound sensor
DFRobot seems to make just about everything. Their stuff is inexpensive but seems to work well. Let us know how it works for you. Is this going into K9?
Dave Shulpius
those sensors (analog or digital) will work fine - IF you add a capacitor to the signal line. This is because the audio is either ON or OFF real quick with no "hold". This means unless you're sampling at the exact moment of audio, you will miss it. As what you are experiencing...
So throwing a capacitor to keep the voltage higher longer will help.
@Dave.
No, they are not for K-9 (but if they work well enough, I may add some to him), but for a new project I'm working on. I'll be sure to leave a post when I try these new sensors out.
@DJ.
Thanks for the advise, that's good to know. Any recomendations on what capacitor I should use?
@mtiberia.
I just received my sound sensors and they work great, so thanks for the recommendation. I just wanted to ask though, in your script you mention that you multiplied the readings by 50. What is that actually doing, and what is the max it can be set at?
And would increasing the voltage up to 5v make them more sensitive than running off 3.3v?
Thanks.
@ Steve G
Basically by multiplying the sound values you are magnifying the difference between the two sound sensor values and you filter out random noise by using a conditional statement stating that the value has to be greater than X to trigger an event.
So small differences when magnified become very large depending on the value that is used as a multiplier.
You can also experiment by taking 50 sound values from both sensors alternating between the left and right, summing them and then taking the difference.