Preserving a floppy disk with a logic analyzer and a serial cable
CHZ-Soft explains preserving floppy disks with a logic analyzer and serial cable. Using Saleae Logic 8, the author automates imaging with Python scripts, exporting data in Supercard Pro format. Successful disk capture showcases setup effectiveness, with suggestions for speed optimization and handling defective disks.
Read original articleCHZ-Soft details a method to preserve floppy disks using a logic analyzer and a serial cable. The author, involved in retro computers, opts to use existing hardware like the Saleae Logic 8 logic analyzer instead of dedicated preservation devices. The article explains the low-level interface of floppy drives, emphasizing the need for encoding schemes due to differences between systems. By connecting the logic analyzer to the drive and a USB serial cable for head movement, the author captures and automates the imaging process using Python scripts. Data is exported in the Supercard Pro (.scp) format for preservation. A test run successfully captures a disk, demonstrating the effectiveness of the setup. The author also highlights the ability to analyze drive characteristics from the captured data. Suggestions for improvement include optimizing the process speed and accommodating defective disks by saving multiple revolutions per track. The article concludes with a link to the author's Python script for reference.
Related
Agilent 2000a / 3000a Oscilloscope NAND Recovery
Anthony Kouttron salvaged a damaged Agilent oscilloscope, addressing physical and boot issues. He repaired an encoder, fixed cosmetic damages, and explored internal components, demonstrating technical prowess and troubleshooting skills.
Upgrading my Chumby 8 kernel part 11: SD/CF card reader
Doug Brown discusses upgrading the Chumby 8 kernel, addressing an SD/CF card reader issue by modifying the USB storage driver and implementing a userspace daemon to manage the device effectively.
Show HN: I built a large JavaScript powered flipdisc display. Here's a guide
Flipdisc displays, or flip dots, use electromagnetic pulses to switch colors. A project details building a large interactive display for offices, covering construction, power, software, and design considerations. It aims to explore real-time visualizations and user interactions, hoping to make flipdisc technology more accessible.
The Apple II shows how amazing the C64 was
Ruben Schade, a tech writer and IaaS engineer, shared his experience with retro computers, favoring the Apple //e despite being a "Commodore guy." He praised the Apple //e's charm, expandability, and value proposition over the Commodore 64, acknowledging the C64's superior graphics and sound. Schade plans to enhance his Apple //e setup with modern reproductions, emphasizing its unique appeal for retro computing.
1990's Workstation in Your Pocket
A project on Hackaday emulates a 1990s DECstation workstation with an RP2040 microcontroller, replicating features like a MIPS processor, UNIX OS, monochrome screen, USB peripherals, and Ethernet. The GitHub repository offers detailed information.
Then there's the (several) formats of tracks and sectors, which are left out of scope.
Mature open-source alternatives include GreaseWeazle[0] and FluxEngine[1].
They are also cheap and effective, based on off-the-shelf parts.
https://www.saleae.com/products/saleae-logic-pro-16
A Greaseweazle costs like $35.
That being said, it's always fun to hack around using the tools you have lying around. Put money already spent to good use.
So if you're just getting started today, I recommend you keep copies of everything you do. It's fun to go back and look at, and maintaining those copies is a lot easier to do than it was in the 80s.
Also the BBC seems to be running an odd number of floppy stories lately?
https://www.bbc.com/future/article/20240510-floppy-disks-why...
Related
Agilent 2000a / 3000a Oscilloscope NAND Recovery
Anthony Kouttron salvaged a damaged Agilent oscilloscope, addressing physical and boot issues. He repaired an encoder, fixed cosmetic damages, and explored internal components, demonstrating technical prowess and troubleshooting skills.
Upgrading my Chumby 8 kernel part 11: SD/CF card reader
Doug Brown discusses upgrading the Chumby 8 kernel, addressing an SD/CF card reader issue by modifying the USB storage driver and implementing a userspace daemon to manage the device effectively.
Show HN: I built a large JavaScript powered flipdisc display. Here's a guide
Flipdisc displays, or flip dots, use electromagnetic pulses to switch colors. A project details building a large interactive display for offices, covering construction, power, software, and design considerations. It aims to explore real-time visualizations and user interactions, hoping to make flipdisc technology more accessible.
The Apple II shows how amazing the C64 was
Ruben Schade, a tech writer and IaaS engineer, shared his experience with retro computers, favoring the Apple //e despite being a "Commodore guy." He praised the Apple //e's charm, expandability, and value proposition over the Commodore 64, acknowledging the C64's superior graphics and sound. Schade plans to enhance his Apple //e setup with modern reproductions, emphasizing its unique appeal for retro computing.
1990's Workstation in Your Pocket
A project on Hackaday emulates a 1990s DECstation workstation with an RP2040 microcontroller, replicating features like a MIPS processor, UNIX OS, monochrome screen, USB peripherals, and Ethernet. The GitHub repository offers detailed information.