ArduinoFDC
ArduinoFDC copied to clipboard
Library for using an Arduino as a floppy disk controller
Good morning, I wanted to congratulate the great work done to develop the project. I am trying to use this project on Arduino Uno. In practice I need to read...
Is it possible to support also old FM Floppy drives (such as 8 inch) and different sector sizes such as 256,128 or 1024 byte, such as listed in https://en.wikipedia.org/wiki/List_of_floppy_disk_formats ?...
1. Support for AppleII floppies Reading GCR formatted floppies is now supported, formattimg and writing is to be done. Images read use phisical sector order. Interleaving is required for use...
[FDD_Stm32_v03.zip](https://github.com/user-attachments/files/15944252/FDD_Stm32_v03.zip) Im trying to migrate this lib to Stm32f103c8t6. Using timer1 for input capture Using timer3 for some index/pusle ..,check Using timer2 for pwm out write data (not implemented yet)...
Extend drive geometry by a sector size and allow to change drive geometry on the fly. It is good to work with non-PC disks and not need to create a...
In Readme.md in the wiring section you have "note 2" about 1k resistor as pull-up on ReadData signal only. However in shield schematics you have pull-up resistor on Index signal...