I got a sound sensor on Ebay some days ago, and decided to give it a try!
Really simple, just made a code to light up the led when the volume was higher than the ambient sound.
Just for fun! 😉
As many people have asked, here goes the code:
Remember that there are many other ways of doing this, for example using the PWM function along with analogRead() and map().