Sonsivri

Electronics => AVR, 8051 Family and ARM Area => Topic started by: Tahmeed on May 21, 2011, 08:23:07 20:23



Title: i wanna make an mp3 player with atmega8.....help with program
Post by: Tahmeed on May 21, 2011, 08:23:07 20:23
hello......
i wanna make an mp3 player of my own with an atmega8...is it possible only with 8 KB memory? or do i need bigger memory?? and what kind of programs (what functions) sud i learn?? pls help with ideas...programs..link...all u do have.....
thanx


Title: Re: i wanna make an mp3 player with atmega8.....help with program
Post by: pickit2 on May 21, 2011, 08:54:41 20:54
The answer to this has been posted so many times, use the search function, before starting a new topic


Title: Re: i wanna make an mp3 player with atmega8.....help with program
Post by: ALLPIC on May 22, 2011, 04:03:58 04:03
vlsi vs1011 or vs1053 lot of options or else go with avr32 that has DAC and atmel has source code also


Title: Re: i wanna make an mp3 player with atmega8.....help with program
Post by: xatax on July 05, 2011, 10:58:57 10:58
Also MikroElektronika released a board with VS1053 and Atxmega128a1.
Here is with some examples for download
http://www.mikroe.com/eng/products/view/688/mikromedia-for-xmega/

BR.


Title: Re: i wanna make an mp3 player with atmega8.....help with program
Post by: mr_byte31 on July 24, 2011, 12:16:11 12:16
u want my idea?!!!
ok ,...
look , u can pay mp3 player from market , u will find it very cheap nowadays
remove the plastic cover and interface it with the micro-controller u want
u will find it very easy and can put many things to play


Title: Re: i wanna make an mp3 player with atmega8.....help with program
Post by: DarkClover on August 01, 2011, 09:14:12 21:14
u want my idea?!!!
ok ,...
look , u can pay mp3 player from market , u will find it very cheap nowadays
remove the plastic cover and interface it with the micro-controller u want
u will find it very easy and can put many things to play

But you don't have the FEELING when you did the whole thing by yourself
beginning with the prototype.
That's what a electronic enthusiast, like me, would say.
However I used a cheap timer switch for my sunset/dawn project for my geckos,
it's quite the path mr_byte31 suggested :)


Title: Re: i wanna make an mp3 player with atmega8.....help with program
Post by: kanishka13 on August 24, 2011, 06:30:41 06:30
Atmega8 alone will not help you. You've got to use a codec I.C or use a controller and implement one.

Check this out
http://www.opencircuits.com/Music_Player


Title: Re: i wanna make an mp3 player with atmega8.....help with program
Post by: DarkClover on October 23, 2011, 05:15:55 17:15
well if you‘re into AVR. Why not using some of the AVR-Studio compatible 32bit controllers? Or changing to ARM? There are a lot of MP3 software libraries out there.