Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Thread Tools Display Modes
Old 20th September 2005, 06:53 AM   (permalink)
Default recycling HDD

hi!

im not that really good in electronics so i am seeking help from you guys...
i have this old computer hard disks that is lying around it is quite old but still functional...
i have this idea of making it into a mp3 player...

so do you have any idea of how can i make it?
coz' im thinking of making it my school project...

thanks guys...
__________________
wutang lord
momox is offline  
Reply With Quote
Old 20th September 2005, 08:22 AM   (permalink)
Default Re: recycling HDD

Quote:
Originally Posted by momox
hi!

im not that really good in electronics so i am seeking help from you guys...
i have this old computer hard disks that is lying around it is quite old but still functional...
i have this idea of making it into a mp3 player...

so do you have any idea of how can i make it?
coz' im thinking of making it my school project...
It's VERY complicated, and would be VERY expensive - it's not really school project stuff!.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline  
Reply With Quote
Old 20th September 2005, 01:27 PM   (permalink)
Default Re: recycling HDD

Quote:
Originally Posted by momox
so do you have any idea of how can i make it?
If you have to ask, you probably don't have the knowledge and experience required to even attempt something like this?...

Like Nigel said, very complicated, and while I can think of simpler ways to do it (simpler, not simple!), it would cost 3x-4x the price of an iPod or similar device...
__________________
Time is nature\'s way of keeping everything from happening at once.
http://membres.lycos.fr/jrainville/
Joel Rainville is offline  
Reply With Quote
Old 20th September 2005, 03:24 PM   (permalink)
Default

I saw an MP3 project on the web. It used many tiny surface-mount ICs and had 15 million tiny wires connecting them.

Since the ICs can't be purchased anywhere, the project used ICs from a manufactured MP3 player. Duh! :lol:
__________________
Uncle $crooge
audioguru is offline  
Reply With Quote
Old 20th September 2005, 03:39 PM   (permalink)
Default

Quote:
Originally Posted by audioguru
I saw an MP3 project on the web. It used many tiny surface-mount ICs and had 15 million tiny wires connecting them.

Since the ICs can't be purchased anywhere, the project used ICs from a manufactured MP3 player. Duh! :lol:
:lol: Might as well give your iPod a coat of paint, write your name on it and claim you've built it :lol:

http://www.atmel.com/products/mp3/

Atmel offers a microncontroller with an onboard mp3 codec module. But interfacing that to an IDE peripheral? It is possible, but like I said, if you have to ask...
__________________
Time is nature\'s way of keeping everything from happening at once.
http://membres.lycos.fr/jrainville/
Joel Rainville is offline  
Reply With Quote
Old 20th September 2005, 04:13 PM   (permalink)
Default

Make a record player instead .....
__________________
stevez
stevez is offline  
Reply With Quote
Old 20th September 2005, 04:34 PM   (permalink)
Default layada minty MP3 player

Well, I heard about this mp3 project on another forum. I haven't constructed it, but it looks like a pretty ambitious, rather cool project for an eager student complete with schematics.
perhaps Audioguru might have heard of this or seen it before and can comment
__________________
Freedom isn\'t Free.
heathtech is offline  
Reply With Quote
Old 20th September 2005, 05:27 PM   (permalink)
Default Re: layada minty MP3 player

Quote:
Originally Posted by heathtech
Well, I heard about this mp3 project on another forum. I haven't constructed it, but it looks like a pretty ambitious, rather cool project for an eager student complete with schematics.
perhaps Audioguru might have heard of this or seen it before and can comment
This is even more complicated than the Atmel solution, since it uses a standard PIC18 that feeds an external MP3 decoder that then feeds a DAC... Now re-read the original post. Clearly not what "momox" has in mind.

Cool project though, thanks for posting that link.
__________________
Time is nature\'s way of keeping everything from happening at once.
http://membres.lycos.fr/jrainville/
Joel Rainville is offline  
Reply With Quote
Old 20th September 2005, 05:59 PM   (permalink)
Default

He says he isn't good in electronics, so maybe he is thinking about grinding down a hard drive so it looks like an MP3 player.
He should just whittle a piece of wood.

This project is way over the head of a nubee but uses a pcb.
The one I saw used perf board and millions of wires. :lol:
__________________
Uncle $crooge
audioguru is offline  
Reply With Quote
Old 20th September 2005, 07:34 PM   (permalink)
Default

If he's not very good at Electronics, why is he being asked by his school to do an Electronics project? I assume he's not taking Electronics classes, otherwise the complexity of what he's suggesting would be more obvious. Strange.

Brian
ThermalRunaway is offline  
Reply With Quote
Old 20th September 2005, 07:46 PM   (permalink)
Default

The problem whith this thing is that it needs to read realy fast from a disk and microcontrolers are not realy fast.But coding this in asembely is nearly imposible becose of an file sistem that keeps the files tidy.

There is an nother hitch whith hard drives.The drive will send you 512bytes of data even is you wanted just 1 byte ot just 1 bit.

You also have an MP3 decoder to interface whith.

Making it portabe is also an problem since diskdirves need 5V and 12V suply and they consume quite some power so the batery wod get drained fast.

This is prety complicated.

Now days there are also solid state MP3 players that have flash memory and need only 1 AAA cell to work.They also have fetures like recording and radio...

You can stick those drives in your PC and use them as storage.But not keep them i the PC becse disks make an iritating sqiling noise.
__________________
Il give you shocking experience.
Someone Electro is offline  
Reply With Quote
Old 22nd September 2005, 01:15 AM   (permalink)
Default Re: recycling HDD

Quote:
Originally Posted by momox
hi!
im not that really good in electronics so i am seeking help from you guys...
i have this old computer hard disks that is lying around it is quite old but still functional...
i have this idea of making it into a mp3 player...

so do you have any idea of how can i make it?
coz' im thinking of making it my school project...

thanks guys...
It will be a difficult thing to do.

First, you need to figure out how to store raw sound data on a disk, then you need to figure out how to convert the "digital" data to raw audio you can listen to. and because you ask for MP3, you need to figure out the encoding involved in it, and code/decode the sound data.

To me, the project will not be worth your time or money. You need to learn about electronics first.
__________________
-=: The best low-priced components to troubleshoot with are the speaker and the LED :=-
mstechca is offline  
Reply With Quote
Old 22nd September 2005, 01:27 AM   (permalink)
Default Re: recycling HDD

Quote:
Originally Posted by mstechca
Quote:
Originally Posted by momox
hi!
im not that really good in electronics so i am seeking help from you guys...
i have this old computer hard disks that is lying around it is quite old but still functional...
i have this idea of making it into a mp3 player...

so do you have any idea of how can i make it?
coz' im thinking of making it my school project...

thanks guys...
It will be a difficult thing to do.

First, you need to figure out how to store raw sound data on a disk, then you need to figure out how to convert the "digital" data to raw audio you can listen to. and because you ask for MP3, you need to figure out the encoding involved in it, and code/decode the sound data.

To me, the project will not be worth your time or money. You need to learn about electronics first.
I'm pretty sure the original poster was talking about an mp3 *player* or decoder only, not a recorder or encoder.
__________________
Time is nature\'s way of keeping everything from happening at once.
http://membres.lycos.fr/jrainville/
Joel Rainville is offline  
Reply With Quote
Old 22nd September 2005, 05:52 AM   (permalink)
Default

Storing raw audio on it whith no encoding and no file sistem cod simplefy things.But to play 44Khz 16Bit audio you need to read at 88KB/s.Wich is a lot for a PIC.

An dsPIC cod be some help here since they run at 120Mhz.

You also need to catch the timing corect whith raw audio.SO iw wont play it faster or slower than it shod.

Ive heard that compact flash memory cards have an interface realy simalar to an IDE harddrive.
__________________
Il give you shocking experience.
Someone Electro is offline  
Reply With Quote
Old 24th September 2005, 01:21 AM   (permalink)
Default

im so sorry guys... i didnt know it will be that hard... i have done research my self and i find it nearly impossible to build that thing...

the closest one i find that is kindly related to it was the the one that uses a data disk for mp3 storage and it is kind of complex design to work with...

thank you very much for the suggestions...

:-)
__________________
wutang lord
momox is offline  
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 10:15 PM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.