Summary of Arduino – Sound Sensor (with LED)
This project demonstrates how to connect a sound sensor to an Arduino to control an array of LEDs that respond to sound, such as music, clapping, or knocking. The sound sensor detects audio levels via a microphone and outputs a signal when the sound exceeds a set threshold, which then triggers the LEDs to beat in sync with the detected sound. The project includes assembling a simple circuit and programming the Arduino to respond to the sensor's input.
Parts used in the Arduino - Sound Sensor (with LED) project:
- Arduino
- Sound Sensor (with LM393 op amp module)
- LED
- 220 ohm Resistors
- Mini Breadboard
- Wires

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.
Step 1: Tutorial
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.
Step 2: Hardware Required

- Arduino
- A Sound Sensor
- LED
- 220 ohm Resistors
- Mini Breadboard
- Wires
Step 3: Circuit & Connections

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.
Step 4: Code

Step 5: If I Was Helpful

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.
Source: Arduino – Sound Sensor (with LED)