Ever wished you could turn on a light just by clapping your hands like in movies? This project makes that possible with a simple Arduino setup! By using a sound sensor, your clap is detected and triggers an LED to turn on or off. It’s a fun and interactive way to explore sound-based control systems, perfect for beginners experimenting with sensors and automation.
Hardware ComponentsArduino Uno (1x)
Sound Sensor Module (1x)
LED (1x)
Resistor (220Ω, 1x)
Breadboard (1x)
Jumper Wires
SoftwareArduino IDE
Circuit Diagram
Sound Sensor OUT → A0 on Arduino
Sound Sensor VCC → 5V, GND → GND
LED Anode → Digital Pin 7 (via 220Ω resistor)
LED Cathode → GND
Comments