Summary of Arduino – Sound Sensor (with LED)
This article details a project using an Arduino and sound sensor to create LED lights that react to music, clapping, or knocking. The system detects sound levels exceeding a threshold set by a potentiometer, triggering the LEDs to flash in sync with the audio input.
Parts used in the Arduino - Sound Sensor (with LED):
- Arduino
- A Sound Sensor
- 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)
-
What can sound sensors be used for?
Sound sensors can be used for various things, such as turning lights off and on by clapping. -
How does this specific project use the sound sensor?
The project hooks up the sound sensor to an array of LED lights which will beat with music, clapping, or knocking. -
Does the sound sensor module have a way to adjust sensitivity?
Yes, the sound level set point is adjusted via an on-board potentiometer. -
What happens when the sound level exceeds the set point?
An LED on the module is illuminated and the output is sent low. -
How is sound detected by the module?
Sound is detected via a microphone and fed into an LM393 op amp. -
Can you turn lights on and off by clapping?
Yes, one of the uses for sound sensors is turning lights off and on by clapping. -
What components are required to build this circuit?
You need an Arduino, a Sound Sensor, an LED, 220 ohm Resistors, a Mini Breadboard, and Wires.
