MMC card based WAV player using atmega32

circuit diagram1

This projects gives you a simple wav player with help of the MMC card connected to ATmega32. You can use any AVR microcontroller.
The MMC card works on 3.3v so a 3.3v regulator is used and the 5v to 3.3v level conversion is done by the combination of resistors. The LF33CV is used for the 3.3v regualtor.
The code is written for 1GB card and if you want to change then you need to change the line number 98 in the program. Now the line is “Test = 512 * 7800”  you need to change this 7800 for other value of MMC card.
An 11.05Mhz crystal is used so you have to select the external high frequency crystal at the fuse bits.

Circuit Diagram

circuit diagram1

Read more: MMC card based WAV player using atmega32

Leave a Comment

Your email address will not be published. Required fields are marked *