-
-
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
BBC Micro - floppy drive #25
Comments
Hi, tbh I’m not sure, I suspect not directly. I suspect the code would need modifying for a different bit-rate |
I had some old Arduino Mini pro and a (possibly even older) FTDI in the closet, after flashing it with the ino I can't seem to be able to address it all. I've compiled the ArduinoFloppyReader drawbridge but it doesn't seem to be able to communicate with the Arduino. I'll order a new Arduino and FTDI tomorrow and see what happens. |
It works right away when I added |
Is it ok to have the 1K ohm resistor between 5v of the arduino and pin 8 with separate power sources or should it be connected to the PSU of the floppy drive? http://amiga.robsmithdev.co.uk/images/promini_writer_plus.gif The first attempt is with the 5v not connected to the arduino, second is with it connected. I think the arduino is getting it's power over the IDC 34pin since the Arduino does turn on when only the floppy is hooked up and powered so without the FTDI connected. patrick@patrick-X470-AORUS-ULTRA-GAMING:~/git/ArduinoFloppyDiskReader/ArduinoFloppyReader/ArduinoFloppyReader$ sudo ./drawbridge /dev/ttyUSB0 OutputFilename.SCP READ
DrawBridge aka Arduino Floppy Disk Reader/Writer V2.8.8, Copyright (C) 2017-2022 Robert Smith
Full sourcecode and documentation at https://amiga.robsmithdev.co.uk
This is free software licenced under the GNU General Public Licence V3
Error opening COM port: Error reading response from the Arduino while running command EnableMotor.
patrick@patrick-X470-AORUS-ULTRA-GAMING:~/git/ArduinoFloppyDiskReader/ArduinoFloppyReader/ArduinoFloppyReader$ sudo ./drawbridge /dev/ttyUSB0 OutputFilename.SCP READ
DrawBridge aka Arduino Floppy Disk Reader/Writer V2.8.8, Copyright (C) 2017-2022 Robert Smith
Full sourcecode and documentation at https://amiga.robsmithdev.co.uk
This is free software licenced under the GNU General Public Licence V3
Error opening COM port: Last command completed successfully. |
Hi, first you always need to power up the Arduino first as (as you suspect) it will power up from the 34-pin connector, and not always in a good way. Re the resistor. It doesnt matter as long as its pulled to 5v. Probably the Arduino 5V is better. |
I butchered the wiring and hooked up the pin 8 resistor to an additional lead from the PSU but still the same result. As soon as I try to read from floppy the PSU shuts off, the PSU I'm using is an older ATX power supply with a short in the 20/24 pin header to keep it on |
The issue after enable motor usually means the drive is pulling too much power, which has caused the 5V to drop too low and as a result the Arduino has probably performed a brown-out detected reset. I suggest for testing powert the Arduino from a seperate 5V power supply first |
I am, it's the ATX PSU that shuts off, both with and without the 5V from the FTDI hooked up to the Arduino. |
The ATX power supply shuts off? |
yeah directly followed by |
IF the power supply shuts off it will mean overload or short circuit. |
Looking around, and I don't know which model of BBC drive you have, but some of them can peek at 1.2 amps on the 12v |
Mitsubishi MF503B(-312M), the DC power requirements show:
page 2 near the bottom |
I suggest you try to get the disk spinning without the arduino for the minute, sounds like theres a issue there somewhere. The Error you get from the software is because the arduino reset its self, probably because of the power issue |
Different ATX PSU, same issue, I still have a Teac 14733730, that one does spin up but results in: I've been trying a bunch of stuff but everything seems to fail. Even the diagnostic,
|
Not much I can help with if you are having power issues im afraid |
Any clue if this would work for a 5.1/4 floppy drive for the BBC Micro? I initially focused on getting the machine back up and running, since it now boots I want to backup/dump the floppies first. The floppy drive I have has a card edge style 34 pin connector with MOLEX (not MOLEX Berg) for power.
The text was updated successfully, but these errors were encountered: