Skip to content

masyamandev/MusicCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MusicCard

Music card based on microcontriller Atmel atTiny13

Scheme: Piezoelectric speaker should be connected to Pin2 and Pin3. Firmware is designed to run on 4.8 mHz CPU clock.

Additional software: Python/fromCsv.py Script converts notes in csv fromat to format that can be included to asm file. Usage (in linux): cat dogWaltz.csv | ./fromCsv.py > dogWaltz.inc

Python/toCsv.py Opposite conversion to "Python/fromCsv.py". Usage (in linux): cat dogWaltz.inc | ./toCsv.py > dogWaltz.csv

Python/playCsv.py Generates test.au file that can be played on audio player. Used to test sound without flashing real microcontroller. usage (in linux): cat dogWaltz.csv | ./playCsv.py

About

Music card based on microcontriller Atmel atTiny13

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published