Files
Scanning the repository...
Last update 3 years 10 months
by Ian Tester
README.mdThis is an attempt to make a floppy drive emulator using a Teensy LC microcontroller board.
It is based on: - sundbyk's Enhanced Gotek schematic - this Gotek schematic (in negative for some reason)
I chose to use an SD card for storage instead of USB, using the Teensy SD adaptor circuit as a basis. To make a USB version I would need to use a Teensy 3.6 or maybe 4.0.
The plan is to port FlashFloppy to the Arduino (and/or PlatformIO?) framework in order to support this and other hardware. Hopefully I/O speed hacks won't be necessary.
This is a work in progress and is completely untested!