-
Notifications
You must be signed in to change notification settings - Fork 7
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
Can't add more floppy drives? #3
Comments
I'm not sure if I understand correctly how your wiring looks like, but please note that it's a single
because you only need to specify the output pins, not the ground pins. |
I will try this. Thank you. |
All I can hear is just -click click click- from the drive :p |
Hm, so the other drive works fine, even if you connect the second one? You could try adding a dropfactor ( Other than that, you could try some other floppy music program (like this one), just to verify that the drive works and the issue is related to floppymusic/your configuration. (note that the pin numberings might differ in this script compared to floppymusic) You can also try different pins or swap the two drives and see if it's the connection or the drive. |
I tried that - yeah it seems to be my config. |
The |
Thanks for your hardwork on this. Is it possible to use an i2c gpio explander with this? |
From some quick googling it seems that the expander has to be controlled differently, so unfortunately it's not possible to use the GPIO pins of the expander. However, I do not own such a device myself and cannot test it at the moment. |
I have 2 drives connected.
My config is
drive 18 17 drive 19 19
This works fine. I then add in the other floppy
drive 20 17 drive 26 19
and this doesn't work. It is plugged in to BCM 20 and 26, and pins 17 and 19 on the floppy. The other drive too is 17 and 19.The text was updated successfully, but these errors were encountered: