RobotBramhana / arduino_music

Compose music in Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repository contains packages that play tunes from Carnatic music. The software has been released under Coffeeware license (Revision 2).

Requirements

Softwares

  • Arduino IDE - To build and flash the program.
  • Doxygen - To generate documentation of the code.
  • Fritzing - To view/modify circuit design.

Hardwares

  • Arduino UNO or Mega or microcontroller.
  • Buzzer
  • USB cable

Circuit

Connect the piezo buzzer to PIN 9 and GND as shown in the image below.

A circuit needs to be setup as in docs folder.

Instructions

  • Open the selected package/project of your choice in Arduino IDE.
  • Select the board from Tools
  • Build the code.
  • Upload/flash the program on the microcontroller.
  • To generate documentation, issue the command doxygen Doxyfile. The documentation will be generated in the docs/html folder.

Visit this wiki page for composing a new tune.

Demos

bilahari swarjithe

The program when flashed to microcontroller, will play tune as shown in this video here.


Author

Sudhanva S

About

Compose music in Arduino

License:Other


Languages

Language:C++ 100.0%