Files

Scanning the repository...

Last update 3 years 10 months by Ian Tester
Files
Teensy SMT.pretty
.gitignore
2041021-1.stp
Floppy interface.kicad_sch
README.md
Teensy and SD card.kicad_sch
Teensy floppy emulator.kicad_pcb
Teensy floppy emulator.kicad_prl
Teensy floppy emulator.kicad_pro
Teensy floppy emulator.kicad_sch
Teensy.kicad_sym
User interface.kicad_sch
fp-lib-table
resistor array.kicad_sym
sym-lib-table
README.md

This is an attempt to make a floppy drive emulator using a <![CDATA[]]>Teensy LC<![CDATA[]]> microcontroller board.

It is based on: - sundbyk's <![CDATA[]]>Enhanced Gotek<![CDATA[]]> schematic - <![CDATA[]]>this Gotek schematic<![CDATA[]]> (in negative for some reason)

I chose to use an SD card for storage instead of USB, using the <![CDATA[]]>Teensy SD adaptor circuit<![CDATA[]]> 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 <![CDATA[]]>FlashFloppy<![CDATA[]]> 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!

View on CadLab

Report a bug