This page about the Greaseweazle is currently under construction. I am updating this page quite regularly whilst using this device. Last update 25 October 2020
What is it?
The Greaseweazle USB devices allow flux level read AND write access to floppy disks. Software for the device is open source and is updated regularly. There is more information about the device on its GitHub wiki page : Greaseweazle Wiki
This is the main piece of hardware and software I used as part of my floppy disk recovery and transfer service.

My Greaseweazle
I purchased my boards direct from the designer, Keir. 2 boards were on offer, one with the standard 34 pin connector, and one with the 30 pin Amstrad type connector. I have only assembled the 34 pin version so far. The build was relatively easy, but you do need so solder some surface mounted resistors.
I programmed by STM32 device using a standard USB to TTL serial adapter. Alternatively, you can use a ST-Link programming adapter. There is more information about programming the devices here.
What can it read?
Here is what I have done successfully with mine so far.
- Written 5 1/4 disks for the Osborne 1 luggable computer
- Written and read 3″ disks for use in the Amstrad CPC, the Amstrad PCW and the ZX Spectrum +3
- Read and write 80 track 3″ disks as used on the Amstrad PCW 9512 (photo below)
- Used the Amstrad DDI-1 external floppy drive. NOTE : If you plan to use yours with the Greaseweazle device, make sure you disconnect the 5v internally. Failure to do so may kill your Greaseweazle!
- Written and read 5 1/4″ ADFS disks for the Acorn BBC computers
- Written 3.5″ disks for the Commodore Amiga

Amstrad DDI-1 & Greaseweazle F1 Disconnect this before using with the Greaseweazle
The software
The software for the greaseweazle devices is written in Python, so it is cross platform. I have been mainly using the software under Windows 10, but it can also be run on Mac OS and Linux. You can download the software from here : Greaseweazle Downloads
Other software
There is another really useful piece of software for Windows that makes it even easier to read and write your disks, especially if you are not a fan of using a command line interface. (I don’t mine the cli interface as I am a Linux guy)
GreaseweazleGUI
This was the first piece of additional software I found. GreaseweazleGUI.Net is a Windows GUI wrapper for the python script running Keir Fraser’s STM32F1/F7 “blue pill” microcontroller widget.

You can download GreaseweazleGUI from here: GreaseweazleGUI