Skip to content

echoromeo/avr128db48-clap-sensor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Low-BOM Microphone Clap Sensor Using the OPAMPs inside the AVR DB

Forked from https://github.com/microchip-pic-avr-examples/avr128db48-low-bom-mic-interface-using-opamp

Added ADC measurements to detect peaks, in addition to timing, to use it as an advanced clap detector

Related Documentation

Software Used

  • Microchip Studio

Hardware Used

Setup

  • Connect the hardware together as seen in the schematic of the application note

Operation

  • Clone the example to get the source code
  • Open the .atsln file with Atmel Studio
  • Edit the code inside the while loop to do what you want
  • Start clapping! :)

Languages

  • C 100.0%