Circuit Lake

Electronic Project and Circuit Collection

Simple AVR SD Audio Player

9:26 am


Simple SD Audio Player

This audio player project is very simple and only need few wires to be soldered. The main part is 8-pin microcontroller and SD memory card. The chip use ATtiny05 series (25/45/85) 8-pin AVR microcontroller. The AVR has two fast PWM outputs in 250kHz carrier frequency that can output wide frequency range audio signals. As storage, the project use SD memory card 4GB. The SDC can be controlled with only six lines, two for power supply and four for control signals. It can also be easily attached to 8-pin microcontrollers.

The project used Petit-FatFs module branched from full featured FatFs module to access the SD card. The Petit-FatFs was developed for very small memory system that available RAM size is less than 512 bytes. Petit-FatFs is suitable for tiny AVRs based project.

© elm-chan

Audio Player
Project documentation, schematic and firmware
elm-chan.org



Related Electronics Project:
PCM Sound Generator
This simple sound generator is built with an Atmel ATtiny861 microcontroller as main processor and an SD memory card...
AVR Music Player with Alarm Clock
This music player project built based on AT90USB1286 microcontroller. It uses VS1033D music decoder which integrates music file decoding and...
AVR Audio Spectrum Monitor
This Audio Spectrum Monitor project use SG12232C graphic LCD to display an audio wave forms in real-time like a...



Tags: , , , , ,
Simple SD Audio Player, avr audio player, avr music player, avr wav player, attiny sd card