MP3 Player using ATMega128 microcontroller

History

I decided to do this project for several reasons: Frst I like music, second I have a huge collection of MP3, and third I wanted to be able to play them anytime in my living room.
MP3 Player atmega
I began the project with one major restriction. The printed circuit board of MP3 player MUST be single side in order to do it myself.  After 2 months of drawing, I realized this project was in fact ‘feasible’! One major characteristic of this player was the bi-directional remote control. I had to give several information, folders and songs on a small graphic LCD.
In the comfort of your living room you can browse and listen to 30 gig of MP3. The MP3 player is nicely built around the Atmel ATMega128 running at 16Mhz. The MP3 decoder is a VS1001k which gives a crystal clear sound. The USB interface is done via FT232MB, which by the way, makes USB development very simple.MP3 Player atmega microcontroller
In this project I found two big difficulties: understanding FAT32 and transmitting a large quantity of information via Infrared. In order to understand FAT32 I used these tools: – Windows software for checking the hard drive data on sector like WinHex. – Microsoft FAT32 white paper’s reading (not so easy to understand) – Other source code of FAT32’s analyzing could be useful Infra Red Communication Devices like GP1UD26xk (infrared sensor) need to have a density of 1’s lower then 45% so the Manchester encoding MUST be used with a speed of 2400bps maximum and 2 stop bits.

Features

MP3 Player

  • IDE ATA interface
  • FAT 32 with long file name support
  • USB interface
  • On board power supply (input from 7v to 20v DC)
  • Bootloader firmware upgradeable via USB port
  • Infrared bi-directional interface

Remote Control

  • Back light graphic LCD
  • worked with only 2x AA batteries
  • In sleep mode sink less than 1uA (2.5mA in active mode)
  • 5 buttons for easy navigation
  • Long range (more than 20 feets)

For moe detail: MP3 Player using ATMega128 microcontroller


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

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

Scroll to Top