An open API service indexing awesome lists of open source software.

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.

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.