Arduino - Sound Sensor (with LED)

by MertArduino in Circuits > Arduino

173455 Views, 131 Favorites, 0 Comments

Arduino - Sound Sensor (with LED)

soundSensor.jpg

This instructable is the written version of my "Arduino - Sound Sensor (with LED)" YouTube video that I've uploaded recently. I strongly recommend you to check it out.

My YouTube Channel

Tutorial

Arduino - Sound Sensor (with LED)

Sound sensors can be used for a variety of things, one of them could be turning lights off and on by clapping. Today however we are going to use hook up the sound sensor to an array of LED lights which will beat with music, clapping or knocking.

Hardware Required

vlcsnap-2016-10-28-21h31m58s428.png

  • Arduino
  • A Sound Sensor
  • LED
  • 220 ohm Resistors
  • Mini Breadboard
  • Wires

Circuit & Connections

circuit.jpg
vlcsnap-2016-10-28-21h32m47s169.png
vlcsnap-2016-10-28-21h32m55s683.png
vlcsnap-2016-10-28-21h33m09s280.png
vlcsnap-2016-10-28-21h33m27s127.png
vlcsnap-2016-10-28-21h34m01s438.png
vlcsnap-2016-10-28-21h41m01s203.png
vlcsnap-2016-10-28-21h41m30s077.png
vlcsnap-2016-10-28-21h41m41s689.png
vlcsnap-2016-10-28-21h41m59s688.png
vlcsnap-2016-10-28-21h43m08s310.png

Arduino Sound Detection Sensor

This module allows you to detect when sound has exceeded a set point you select.Sound is detected via a microphone and fed into an LM393 op amp. The sound level set point is adjusted via an on board potentiometer. When the sound level exceeds the set point, an LED on the module is illuminated and the output is sent low.

Code

vlcsnap-2016-10-28-21h42m22s345.png

If I Was Helpful

vlcsnap-2016-10-28-21h43m23s861.png

First of all, I would like to thank you for reading this guide ! I hope it helps you.

If you want to support me, you can subscribe my channel and watch my videos.

Visit My YouTube Channel