All Projects → SukkoPera → Openflops

SukkoPera / Openflops

Licence: other
Open-Hardware Floppy Drive Simulator

Projects that are alternatives of or similar to Openflops

Octo
A Chip8 IDE
Stars: ✭ 419 (+310.78%)
Mutual labels:  retrogaming
Medguireborn
MedGui Reborn is a frontend/launcher (GUI) for Mednafen multi emulator, written in VB .Net with Microsoft Visual Studio Community
Stars: ✭ 40 (-60.78%)
Mutual labels:  retrogaming
Moondweller
A text-based adventure. You will definitely die.
Stars: ✭ 60 (-41.18%)
Mutual labels:  retrogaming
Provenance
iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com |
Stars: ✭ 4,732 (+4539.22%)
Mutual labels:  retrogaming
Zelduh
A tile based adventure game!
Stars: ✭ 22 (-78.43%)
Mutual labels:  retrogaming
Rbtris
Tetris game powered by Ruby2D
Stars: ✭ 48 (-52.94%)
Mutual labels:  retrogaming
Rustrogueliketutorial
Roguelike Tutorial in Rust - using RLTK
Stars: ✭ 377 (+269.61%)
Mutual labels:  retrogaming
Retropie Setup
Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Stars: ✭ 9,308 (+9025.49%)
Mutual labels:  retrogaming
Teleball
Build your own Arduino based retro handheld game console
Stars: ✭ 21 (-79.41%)
Mutual labels:  retrogaming
Retrobat
RetroBat is the best way to play your ROMs collection on Windows !
Stars: ✭ 58 (-43.14%)
Mutual labels:  retrogaming
Bracket Lib
The Roguelike Toolkit (RLTK), implemented for Rust.
Stars: ✭ 631 (+518.63%)
Mutual labels:  retrogaming
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+657.84%)
Mutual labels:  retrogaming
Chocolate Doom
Chocolate Doom is a Doom source port that is minimalist and historically accurate.
Stars: ✭ 1,052 (+931.37%)
Mutual labels:  retrogaming
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+313.73%)
Mutual labels:  retrogaming
Espeon
Gameboy emulator for the ESP32
Stars: ✭ 71 (-30.39%)
Mutual labels:  retrogaming
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (+285.29%)
Mutual labels:  retrogaming
Catacombgl
CatacombGL is a Windows source port with OpenGL graphics for Catacomb 3D (1991), The Catacomb Abyss (1992), The Catacomb Armageddon (1992) and The Catacomb Apocalypse (1993).
Stars: ✭ 41 (-59.8%)
Mutual labels:  retrogaming
Zabuyaki
Zabuyaki, old-school side-scrolling beat 'em up
Stars: ✭ 91 (-10.78%)
Mutual labels:  retrogaming
Ancient
Decompression routines for ancient formats
Stars: ✭ 78 (-23.53%)
Mutual labels:  retrogaming
F2bgl
Fade To Black engine reimplementation (SDL, OpenGL)
Stars: ✭ 54 (-47.06%)
Mutual labels:  retrogaming

OpenFlops

OpenFlops is an Open Hardware Floppy Disk Drive emulator/simulator.

Board

Summary

From Wikipedia:

Older models of computers, electronic keyboards and industrial automation often used floppy disk drives for data transfer. Older equipment may be difficult to replace or upgrade because of cost, requirement for continuous availability or unavailable upgrades. Proper operation may require operating system, software and data to be read and written from and to floppies, forcing users to maintain floppy drives on supporting systems.

Floppy disks and floppy drives are gradually going out of production, and replacement of malfunctioning drives, and the systems hosting them, is becoming increasingly difficult. Floppy disks themselves are fragile, or may need to be replaced often. An alternative is to use a floppy disk hardware emulator, a device which appears to be a standard floppy drive to the old equipment by interfacing directly to the floppy disk controller, while storing data in another medium such as a USB thumb drive, Secure Digital card, or a shared drive on a computer network. Emulators can also be used as a higher-performance replacement for mechanical floppy disk drives.

OpenFlops is an Open Hardware implementation of such an emulator, inspired from the ubiquitous Gotek hardware. It is designed to run the FlashFloppy firmware, which gives it several improvements over the original Gotek:

All of this comes in the same form factor (and mounting holes) as the board installed in the original Gotek, hence it can be easily installed in any shell or enclosure designed for it.

Assembly and Installation

Solder all components to the board. I suggest starting with the main microcontroller (U3), as it uses an LQFP package which is tricky to solder: the recommended technique is drag soldering, there are many videos about that on YouTube, so please look there for advice. I recommend soldering the bare minimum components needed for programming and then trying to flash it right away. This way you will be able to fix your soldering without too many components getting in the way, if needed. You will need a USB/TTL Serial converter for this: one with 3.3V I/O level is recommended, but a 5V one can be used, too (most pins on STM32 microcontrollers are 5V-tolerant, so don't worry, it's not a bad hack!). You shouldn't pay more than 1-2€ for it in any case, anyway. So, when you are ready:

  • Solder U3, Y1, C3 and C5, then the programming header (the top one with power, BOOT0, TX, RX, etc.)
  • Check for shorts on the 3.3V power lines, you can easily do this on the pads for C6-C10
  • If your USB/Serial adapter has a 3.3V output, connect it to 3.3V on the power header, then connect ground, RX and TX
  • If no 3.3V output is available, solder U4 and power the board through the 5V pin on the power header

Now you should be able to program the STM32 microcontroller. If you have difficultes you can try adding R10 (and C4) and maybe a few of C6-C10, but most likely the problem will be with the solder joints on U3, as soldering this kind of package manually is never easy, so please get a lens (or even better, a microscope) and double-check your job.

The serial adapter is only necessary for the first flashing. Subsequent updates can be done easily via USB.

Note that most components are necessary, but there are a few you can skip if you are feeling lazy:

  • If you are not interested in the head movement sound, you can skip the following components: SPK1, D2, R5, R6, Q7.
  • If your LCD/OLED display already has pull-up resistors for the SDA/SCK lines (most do), you can skip R3 and R4.

Configuration

Please refer to the FlashFloppy wiki for the initial setup and an overview of the available configuration options.

Some options that you will want to override the default values of, in order to take advantage of all the features OpenFlops provides, are the following:

  • motor-delay
  • rotary
  • display-type

Releases

If you want to get this board produced, you are recommended to get the latest release rather than the current git version, as the latter might be under development and is not guaranteed to be working.

Every release is accompanied by its Bill Of Materials (BOM) file and any relevant notes about it, which you are recommended to read carefully.

License

The OpenFlops documentation, including the design itself, is copyright © SukkoPera 2019-2020.

OpenFlops is Open Hardware licensed under the CERN OHL v. 1.2.

You may redistribute and modify this documentation under the terms of the CERN OHL v.1.2. This documentation is distributed as is and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES whatsoever with respect to its functionality, operability or use, including, without limitation, any implied warranties OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE or infringement. We expressly disclaim any liability whatsoever for any direct, indirect, consequential, incidental or special damages, including, without limitation, lost revenues, lost profits, losses resulting from business interruption or loss of data, regardless of the form of action or legal theory under which the liability may be asserted, even if advised of the possibility or likelihood of such damages.

A copy of the full license is included in file LICENSE.pdf, please refer to it for applicable conditions. In order to properly deal with its terms, please see file LICENSE_HOWTO.pdf.

The contact points for information about manufactured Products (see section 4.2) are listed in file PRODUCT.md.

Any modifications made by Licensees (see section 3.4.b) shall be recorded in file CHANGES.md.

The Documentation Location of the original project is https://github.com/SukkoPera/OpenFlops/.

Support the Project

Since the project is open you are free to get the PCBs made by your preferred manufacturer, however in case you want to support the development, you can order them from PCBWay through this link:

PCB from PCBWay

You get my gratitude and cheap, professionally-made and good quality PCBs, I get some credit that will help with this and other projects. You won't even have to worry about the various PCB options, it's all pre-configured for you!

Also, if you still have to register to that site, you can use this link to get some bonus initial credit (and yield me some more).

Again, if you want to use another manufacturer, feel free to, don't feel obligated :). But then you can buy me a coffee if you want:

Buy Me a Coffee at ko-fi.com

Get Help

If you need help or have questions, you can join the official Telegram group.

Thanks

  • H.M for publishing the original Gotek schematics
  • keirf for FlashFloppy
  • Brian Allan for suggesting some improvements for the Speaker circuit
  • Ray Bellis for suggesting adding pin headers for the USB port and speaker
  • Mario Babeu for suggesting to line up the orientation of LD1 and LD2
  • Patrick Kerkhof for sending me a lot of original Gotek housing for dimensional testing
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].