https://github.com/khushiisaxena/clap-switch---microphone-based-led-control
This Arduino project uses a microphone sensor to toggle an LED based on detected sound variations. The code reads sound levels and switches the LED on or off when significant changes are detected.
https://github.com/khushiisaxena/clap-switch---microphone-based-led-control
embedded-systems iot verilog
Last synced: 11 months ago
JSON representation
This Arduino project uses a microphone sensor to toggle an LED based on detected sound variations. The code reads sound levels and switches the LED on or off when significant changes are detected.
- Host: GitHub
- URL: https://github.com/khushiisaxena/clap-switch---microphone-based-led-control
- Owner: khushiisaxena
- Created: 2024-12-22T18:39:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T18:50:24.000Z (over 1 year ago)
- Last Synced: 2025-02-17T10:32:11.333Z (over 1 year ago)
- Topics: embedded-systems, iot, verilog
- Language: C++
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clap-Switch Arduino Project
This Arduino project demonstrates a simple clap-switch mechanism that uses a microphone sensor to detect sound variations and toggle an LED on or off. It’s a fun and practical project to explore sound-based control using Arduino.
---
## Features
- Detects significant sound variations (e.g., claps) using a microphone sensor.
- Toggles an LED on and off based on sound input.
- Simple implementation suitable for beginners in Arduino programming.
---
## Components Required
- Arduino Uno (or compatible board)
- Microphone sound sensor module
- LED
- Resistor (220Ω for the LED)
- Breadboard and jumper wires
---
## Applications
- Sound-controlled appliances
- Interactive sound-based projects
- Fun DIY electronics experiments
---
## License
This project is licensed under the MIT License. Feel free to use and modify it as needed.
---
Enjoy the Clap-Switch project! 🚀