https://github.com/andersmmg/clap-counter
A simple Arduino clap counter to execute code based on clap count.
https://github.com/andersmmg/clap-counter
Last synced: about 2 months ago
JSON representation
A simple Arduino clap counter to execute code based on clap count.
- Host: GitHub
- URL: https://github.com/andersmmg/clap-counter
- Owner: andersmmg
- License: gpl-3.0
- Created: 2016-05-16T00:19:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T17:15:14.000Z (over 9 years ago)
- Last Synced: 2025-12-25T22:31:52.987Z (6 months ago)
- Language: Arduino
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Clap-Counter
A simple Arduino clap counter to execute code based on clap count.
# Usage
First, you'll want to install the RBD_Light library from http://robotsbigdata.com/docs-arduino-light.html.
After the library is installed, connect the components;
* Mic sensor:
* OUT>D7
* GND>GND
* VCC>5V
* Relay:
* VCC>5V
* GND>GND
* CTRL>8
* LED1:
* POS>3V3
* NEG>D12
Once all that's done, just connect the Arduino to the computer and upload the code!
Make sure you:
* Clap loud
* Adjust mic sensitivity
* Change code to fit any new additions
* Connect parts BEFORE adding power
* DOUBLE CHECK CONNECTIONS!
# Contact
If you have questions, comments, or concerns about this project, feel free to Email me at jazinc.company@gmail.com.