Vermes
Advanced Member level 4
X-Copy is a well-known among users of Amiga computers program for copying floppy disks. The aim of presented device is to make a copy of the floppy disk, the result is stored as a disk image on the SD card. The image is stored in ADF format, it can be used in Amiga UAE emulator. Despite the ADF, there are also two other files stored: LOG – text file with the history of events and SFV (Simple File Vertification) – text file with the control sum CRC32.
Arduino MEGA with Atmega 1280 microcontroller was base for this project. The device is made in the form of additional boards (shields).
To read the floppy disks, a standard floppy drive 3,5 inch was used (tested on the NEC FD1231H and SAMSUNG SFD-321B). The software was written in Bascom and it has Assembler inserts. After compilation, the batch has 20,5kB.
Link to original thread (attachment) – AVR X-Copy Final Step Amiga Floppy Disk Reader