MP3 Player? Nah. CD Player? Nah. Floppy Player? HELL YEA.

Do you have a technical question that doesn't really fit a specific console? Want some general info on electronics, hacking, making cookies, etc? Here's the place to ask! Go nuts.

Moderator: Moderators

HotDog-Cart
Portablizer
Posts: 3804
Joined: Sat Jul 16, 2005 12:07 pm
PSN Username: Lythinca
Steam ID: scythe_king
Location: Your IP Address, Connecting...
Contact:

MP3 Player? Nah. CD Player? Nah. Floppy Player? HELL YEA.

Post by HotDog-Cart »

Hey guys. I have a crazy idea.

I want to go old school. Not too old though, but old.

I want to make a Floppy Player.

Description: A music player that runs off floppy diskettes. Each time you want to hear a new song, you put in a new floppy. The music player will clip onto your belt, so it acts as a belt buckle too. LCD screen is optional.

This may seem to be a stupid idea, but I've wanted to try it forever. Now heres where the problem comes in.

An Idea of mine is like this. Buy a Cheap Discman, and modify its ribon cable (Buy a Ribon to IDE connector?) and power cable so I could hook a floppy drive up to it. That'd be the easiest way.

Yet:

Will that method of mine, even work?

And, If it cant work, How can I make a floppy disk drive: Read a floppy, play the music file off the floppy, have a built in headphone jack AND put sound through the headphone jack to the headphones? (and be powered and such.)

Basically: If my method listed above (with the Discman) doesnt work, how could I make this another way?

I want to do this. xD

Please help.
Image
bicostp
Moderator
Posts: 10491
Joined: Mon Mar 07, 2005 5:47 pm
Steam ID: bicostp
Location: Spamalot
Contact:

Post by bicostp »

Floppy drives aren't IDE.

You'll need a controller circuit to interface with the drive but I don't see why you couldn't get it to work with the right hardware and code.

Once oversight: Any full-length song encoded in MP3 format and compressed enough to fit on a floppy will sound terrible. :P You might want to make something like a floppy based MIDI or MOD player. (Then you could also get dozens of songs on a floppy.)

EDIT: Here's someone who made a portable MOD player that uses SD cards. You could do something similar with a floppy drive.

http://www.k9spud.com/traxmod/
HotDog-Cart
Portablizer
Posts: 3804
Joined: Sat Jul 16, 2005 12:07 pm
PSN Username: Lythinca
Steam ID: scythe_king
Location: Your IP Address, Connecting...
Contact:

Post by HotDog-Cart »

Yea, I meant the other thingy. Not IDE but the smaller one for floppys. xD

I checked out the link. That seems pretty hard, I'm looking for an easy way to get this to work. Very little coding (I HATE coding. xD), and very little work involved. Yea, I could just put MIDIs on the floppy instead MP3s.

Is there anyway I could get a ribon Cable to floppy adapter? So I could just get a cheap discman and take the CD drive out of it and put a floppy drive in, instead? (Would it be easier if I use a USB floppy drive, instead of a standard PC one?)

If so, could I get a ribon cable to USB convert and do the same thing?
Image
tom61
Senior Member
Posts: 1517
Joined: Fri Mar 25, 2005 6:51 pm

Post by tom61 »

HotDog-Cart wrote:Yea, I meant the other thingy. Not IDE but the smaller one for floppys. xD
Floppy interface.
Is there anyway I could get a ribon Cable to floppy adapter? So I could just get a cheap discman and take the CD drive out of it and put a floppy drive in, instead? (Would it be easier if I use a USB floppy drive, instead of a standard PC one?)
No, they use a completely different electrical and protocol format. The ribbon cable is spinning the drive and reading from the laser, it corresponds to nothing standard.
I checked out the link. That seems pretty hard, I'm looking for an easy way to get this to work. Very little coding (I HATE coding. xD), and very little work involved. Yea, I could just put MIDIs on the floppy instead MP3s.
The easiest way would be to get a Linux portable system with USB host (Nokia 770 comes to mind) and have that read from USB floppy. Even with that you'll likely to have to compile a few modules (not coding, just compiling them for the device).
arfink
Posts: 500
Joined: Wed Oct 19, 2005 8:12 pm
Location: Minnesota

Post by arfink »

Yes, pretty much what you are trying to do is, well... a serious engineering project, and one which would be quite a nightmare indeed. I have done work with data storage systems before- it's quite complex, especially if you have never done anything with it before. If you don't enjoy working hard and writing code and burning chips etc. ad nauseum then this will not be an easy project for you. HOWEVER there is one possibility for an "easy" solution- you could attempt to wire the components of the drive into the guts of a tape player. However, you'd still need a control circuit, and here is why:

The tape is linear, aka a straight line of tape running past the head, which picks up the audio signals. The disk, on the other hand, is circular and has data winding in a spiral. Only problem is that unlike a record, which has to play in a single spiral pattern, a disk is designed to be read or written to from anywhere. Thus the drive head has to be told how to move in addition to just spinning the disk. So you would need to make the head move at the same time as the disk and trace a spiral on the disk. And read data which would then have to be converted digital to analog and then amplified, etc. And of course, the disks would not be even remotely readable then in a regular computer- you would need to record your music to them just like you record to a cassette tape.

So yeah, a lot of work. If you'd like to try though go ahead. I'm sure it would have a lot of "geek appeal" if you could pull it off. Good luck though!
Emulation isn't accurate. There is no substitute for real hardware!
Raithah
Posts: 9
Joined: Sat May 03, 2008 8:54 pm
Location: Aah ! Stalker !

Post by Raithah »

I present to you the second simplest solution to your problem - the MintyMP3. It made it's rounds about the Intertubes a while back, so as a refresher to anyone that didn't catch it the first time; this is a homemade DAP with the ability to run off of compact flash cards.

Now, why is a compact flash card so important ? Well, as she eloquently puts it, they speak ATA :D. You can probably see where I'm going with this. I figure, if you can hack the code (or pay someone to do it for you) it should work. Probably. Maybe.

The simplest solution is to go buy a portable cassette player and dubbing station, which is basically what you described.
Image
---
The preferred outcome of war, is peace. Ironic, huh ?
marshallh
Moderator
Posts: 2987
Joined: Sat Sep 10, 2005 2:17 pm
360 GamerTag: marshallh
Location: here and there
Contact:

Post by marshallh »

No.
Image
HotDog-Cart
Portablizer
Posts: 3804
Joined: Sat Jul 16, 2005 12:07 pm
PSN Username: Lythinca
Steam ID: scythe_king
Location: Your IP Address, Connecting...
Contact:

Post by HotDog-Cart »

Raithah wrote:I present to you the second simplest solution to your problem - the MintyMP3. It made it's rounds about the Intertubes a while back, so as a refresher to anyone that didn't catch it the first time; this is a homemade DAP with the ability to run off of compact flash cards.

Now, why is a compact flash card so important ? Well, as she eloquently puts it, they speak ATA :D. You can probably see where I'm going with this. I figure, if you can hack the code (or pay someone to do it for you) it should work. Probably. Maybe.

The simplest solution is to go buy a portable cassette player and dubbing station, which is basically what you described.
First: Floppy's arent ATA. So how would this work?
Second: What do you mean, dubbing station? I don't get it.
Image
timmeh87
Senior Member
Posts: 3047
Joined: Mon Nov 14, 2005 10:19 pm
Location: Ontario, Canada

Post by timmeh87 »

If you are going through the effort a floppy drive is the wrong choice.

Flash memory is obvious.

What about DVDs. lol

console memory cards
zip drive
ram?
usb drives
Image

"Linux is only free if your time is worthless"
evilteddy
Portablizer
Posts: 423
Joined: Tue Mar 25, 2008 2:11 am
360 GamerTag: Kirren of Smeg
Steam ID: kizzinator
Location: Newcastle, Australia

Post by evilteddy »

If you want to show off geekdom with your music player make an adapter that will play using a cd rom drive. Check jaycar, there is a kit that you make, comes with a remote control and will interface with a cd rom drive to play music.
Dr. KillGood
Senior Member
Posts: 2209
Joined: Sat Jan 21, 2006 1:03 am
Location: Earth

Post by Dr. KillGood »

evilteddy wrote:If you want to show off geekdom with your music player make an adapter that will play using a cd rom drive. Check jaycar, there is a kit that you make, comes with a remote control and will interface with a cd rom drive to play music.
They died a while ago, or they are just too cheap to have a website anymore. :(

EDIT: Oh I see how it is, they changed the name from "Jaycarelectronics.com" to "jaycar.com" WTF
Image
bacteria
Portablizer Extraordinaire
Posts: 3984
Joined: Fri Apr 20, 2007 12:14 am
Location: Hampshire, UK
Contact:

Post by bacteria »

Even if you manage to make it work, three practical problems come to min:

1) size and weight (inc batteries).
2) a floppy disk is 1.2mb which will be bad quality as you would need to compress a song to low quality to make it fit. How about using a Zip drive instead??
3) floppy disks are bulky and heavy when you have several of them - no problem if you only want a couple of songs, but this isn't good as you quickly get bored with playing just a small number of tracks.

Nice idea, recycle old stuff; the fact you want to do it is good reason to give it a go, as it will represent a challenge.
Image
HotDog-Cart
Portablizer
Posts: 3804
Joined: Sat Jul 16, 2005 12:07 pm
PSN Username: Lythinca
Steam ID: scythe_king
Location: Your IP Address, Connecting...
Contact:

Post by HotDog-Cart »

Hmm. Can you link me to the kit in jaycar? And how would I make the kit from jaycar run off floppy's or a zip drive? (LIke how exactly could I create an adapter. I don't get it.)
Image
timmeh87
Senior Member
Posts: 3047
Joined: Mon Nov 14, 2005 10:19 pm
Location: Ontario, Canada

Post by timmeh87 »

sounds like the kit from jaycar uses the built-in audio output on the CD drive.

so you dont.
Image

"Linux is only free if your time is worthless"
evilteddy
Portablizer
Posts: 423
Joined: Tue Mar 25, 2008 2:11 am
360 GamerTag: Kirren of Smeg
Steam ID: kizzinator
Location: Newcastle, Australia

Post by evilteddy »

I suggested the cd playback adaptor as a geeky alternative to the floppy drive player. If you can adapt it to a floppy drive then good on you but as mentioned above I think this would be hard anyway here it is

EDIT: O hey I just had a thought. What if you got an external floppy drive that uses USB and connected that somehow to an mp3 player that can stream stuff over USB.
Post Reply