-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First drive stops working when i connect second one #184
Comments
Hmmm, that's an interesting one. Thanks for the video though that helps a bit. A couple quick things to check:
There's no "detection" of what's connected to the Arduino, the firmware will just keep doing the same thing regardless of what's plugged in, so this points to some sort of wiring/hardware/floppydrive weirdness. |
they are connected through old 200W ATX power supply, and there are few resistors between 5V and gnd to create load for the psu |
In theory this is true, but consequently floppy ribbon cables would really only need half as many pins (why put them in there at all if the computer's PSU is grounding both the drive and the motherboard?). In practice, things can be a little more nuanced, so it's worth checking :).
It sorta seems like there are some signaling issues between the Arduino and the drives-- weird that it's always the 1st drive that drops off. I'm asking about the ground a lot because the drives "sense" the data coming from the Arduino when the voltage drops below a certain point, so if the ground is noisy or fluctuating or something, it might have trouble receiving all the data. |
I have two floppy drives, both work when standalone, but when i connect the second drive while 1st is connected, the first one stops playing correctly and just starts skipping at the start
floppy.webm
The text was updated successfully, but these errors were encountered: