Skip to content

sahily/drum_reference_metronome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

drum_reference_metronome

Program to calculate the tempo of a real-time drum beat

Getting Started

Requirements

  • AtmelStudio IDE
  • ATmega8515 microcontroller
  • Driver ULN 2803
  • 7-segment displays (x3)
  • Piezoelectric Sensor
  • 16 MHz Crystal Oscillator

Installing

  1. Connect 7-segment displays, piezoelectric sensor, and crystal to the ATmega8515 microcontroller as shown in the following diagram:
  2. Open AtmelStudio and create new project
    • Choose ATmega8515 device
  3. Add drumReferenceMetronome.c file to project
  4. Build target
  5. Write the resulting hex file to the ATmega8515 microcontroller

Example

Tapping the piezoelectric sensor, the tempo in beats per minute is displayed.

Authors

  • Sahil Mahajan

License

This project intentionally has no license.

About

Calculates the tempo of a real-time drum beat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages