Skip to content

simple arduino project to blink a led according to a sound threshold.

License

Notifications You must be signed in to change notification settings

DuqueDeTuring/sound-blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

sound blink

Using this LM386 sensor connected to an Arduino (analog input A0), blink a led (pin 13) according to a sound threshold.

For my particular setup I have better results taking the average of several samples, comparing it to the previous average and then deciding if the led should be on or off.

For your case, feel free to play with the constants.

About

simple arduino project to blink a led according to a sound threshold.

Topics

Resources

License

Stars

Watchers

Forks

Languages