Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.14 KB

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! :)