Simulating floppy disk sounds when using a flash emulator #VintageComputing #RetroComputing #Apple #AppleII
Via BMOW – If you’ve ever used an Apple II (or other vintage) computer, then you’ll remember the click-clack-whack sounds of a 5 1/4 inch floppy drive. The internal stepper motor moves between tracks on the disk, and every step makes an audible sound. When the computer first boots, it makes an unforgettable buzzing sound as the stepper is repeatedly whacked into the mechanical stop at track 0.
Modern floppy emulators, like the Apple Floppy Emu and Gotek emulators have no mechanical parts, they do their work silently. What if you want a more authentic sounding experience? Most Gotek mods (Amiga, IBM PC, etc.) use a piezo buzzer to do this if you mod it with flashfloppy. For the Apple Floppy Emu, BMOW writes about simulating the floppy sounds:
Running an Apple II with a Floppy Emu disk emulator is silent. Should we add back some of that old-fashioned noise?
I built a simple circuit with a 12V relay that’s controlled by the Phase 0 signal on the disk interface. Phase 0 is one of the four control signals for the disk stepper motor, and ignoring the other three signals won’t produce totally authentic sounds, but it’s pretty close. The circuit uses a transistor, so the coil current won’t be drawn directly from Phase 0. The relay here isn’t actually controlling any load – the coil is energized simply to create a mechanical click sound. And it works! (demo below)
Relays can be awkward to work with, they require a comparatively large amount of current compared to digital circuits, and a diode to prevent dangerous voltage spikes when the coil shuts off. What about using a speaker element instead? I modified my circuit to replace the relay with a tiny speaker that I had in a drawer, and change the driving voltage from 12V to 5V. To be honest I have no idea what the speaker’s specs are or how much current this might be drawing from the supply, but it works:
The community appears split, is it better to have the silent goodness of a modern upgrade or is having the floppy sounds a must for authentic aura?
Let us know in the comments below which you prefer.
More on the Apple II Floppy Enu and sound emulation in this post.
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.
This is an interesting idea… maybe I’ll add it to mine. Anybody have audio sounds of a TRS-80 floppy?
github.com/calphool/TRS80HDD
I believe all the Gotek floppy emulator mods with the flashfloppy free firmware have this capability as well.