OpenFlops and FlashFloppy Firmware for an Open Source Floppy Drive Emulator as a GoTek Alternative

  Рет қаралды 3,425

Leon Anavi

Leon Anavi

Күн бұрын

This video is sponsored by PCBWay. Only $5 for 10 PCBs and Only $4.98 for 3D Printing + Express 24 hour service on www.pcbway.com/ OpenFlops is an open source hardware floppy drive emulator running with the open source firmware FlashFloppy. The printed circuit board has been designed as a GoTek alternative with the free and open source software KiCad by SukkoPera. All schematics are available in GitHub. OpenFlops features STM32 microcontroller, more precisely STM32F105RBT6. FlashFloppy is another open source project hosted in GitHub and started by Keir Fraser.
On Linux it is very easy to upload FlashFloppy to OpenFlops using USB to UART dongle and stm32flash command-line interface application: sourceforge.net/projects/stm3...
The demonstration in the video features OpenFlops connected to Commodore Amiga 500.
Useful links:
* OpenFlops
github.com/SukkoPera/OpenFlops
www.pcbway.com/project/sharep...
* FlashFloppy firmware
github.com/keirf/flashfloppy
* FlashFloppy Firmware Programming for STM32:
github.com/keirf/flashfloppy/...
* 3D model: Amiga 500 Gotek USB bracket v2 - FlashFloppy OLED
www.thingiverse.com/thing:274...
0:00 Floppy Drive Emulator
1:15 OpenFlops
4:07 FlashFloppy
6:08 OpenFlops in Amiga 500
7:12 Demo
9:31 Conclusions

Пікірлер: 30
@Mueller3D
@Mueller3D Жыл бұрын
Nice video. It's good to know about this Gotek alternative. Btw, it looks like your soldering would benefit from using more flux. The flux will help with the surface tension of the solder and make the joints much smoother and less likely to bridge.
@LeonAnavi
@LeonAnavi Жыл бұрын
Thank you! Indeed I initially underestimated the hand soldering efforts for this STM32. Probably next time I will just use a stencil and solder paste.
@mikegravgaard340
@mikegravgaard340 8 ай бұрын
Subscribed and liked. Also cool T-shirt.
@LeonAnavi
@LeonAnavi 8 ай бұрын
Thanks :)
@chapsprzepies5047
@chapsprzepies5047 4 ай бұрын
Thank you for this video.
@LeonAnavi
@LeonAnavi 4 ай бұрын
You are welcome. Thank you for leaving a comment :)
@slaapliedje
@slaapliedje 3 ай бұрын
I really wish someone would adopt one of the flashfloppy drives to use an SD or MicroSD card instead of USB. The usb sticks are far larger and the SD cards even look similar to old floppy disks... so far the only drives I have seen use them is the HxC 2001 floppy emulator (not flashfloppy compatible) and the GoEx, which are almost always sold out...
@LeonAnavi
@LeonAnavi 3 ай бұрын
Yes, I agree. This is a very good idea!
@mr.iot-tech278
@mr.iot-tech278 10 ай бұрын
Thx for your video :) i finally can get rid of old floppy's ! One fast q is there anything like this for emulating CDRom with opensource hardware ?
@LeonAnavi
@LeonAnavi 10 ай бұрын
Good question. I've heard about some solution for hardware emulation of CD/DVD-rom like Tattiebogle ATAPI but I haven't tried any of them personally.
@slvclw
@slvclw 7 ай бұрын
3 legs on the stm look bridged is that supposed to be like that?
@LeonAnavi
@LeonAnavi 7 ай бұрын
yes, it is by design. You can see they are also bridged on the PCB by exploring it in KiCad.
@lubovmeshkova1458
@lubovmeshkova1458 10 ай бұрын
Can I use stm32f103 instead stm32f105?
@LeonAnavi
@LeonAnavi 10 ай бұрын
This is a very interesting question. I am not sure. It looks like that STM32F103 is still supported in the flashfloppy firmware and the IC pinout is quite similar. I suggest opening a GitHub issue to get more feedback from the community: github.com/SukkoPera/OpenFlops
@chapsprzepies5047
@chapsprzepies5047 4 ай бұрын
I buy A500 today , and i'd like to build this df0 ;)
@LeonAnavi
@LeonAnavi 4 ай бұрын
Have fun with your Amiga :)
@micbanand
@micbanand 4 ай бұрын
I like the idea of making your own. But I just reveived a org. Gotek for 19+7$ delivery. I have just modded it with flashfloppy 1.3" oled 3,5$ and an ec11 encoder 1$ so just over 30 total :)
@LeonAnavi
@LeonAnavi 4 ай бұрын
Yes, your calculation is correct: OpenFlops is definitely more expensive. There are main two reasons why OpenFlops can't even come close to GoTek price: 1. GoTek is mass produced which dramatically reduces the cost for BoM. If someone starts OpenFlops mid-volume manufacturing probably the cost can be reduced but it will be still 2 or even 3 times more than GoTek. 2. GoTek nowadays uses Artery MCU instead of STM32 microcontroller. This switch was again made to cut the GoTek BoM expenses. During the global chip shortage STM32 MCUs were very hard to find and their prices raised. The main benefits of OpenFlops are the open source hardware nature of the project and the use of high-quality proven STM32 MCU. Of course these benefits come at a price (literally :) ).
@micbanand
@micbanand 4 ай бұрын
@@LeonAnavi no the real reason. why they switched to Artery from to STM. where Greed! STM raised the price almost 10 fold, for the STM32F105 chip :)
@NaderGator
@NaderGator 3 ай бұрын
wouldn't be easier for people to be able to build this into an existing dev-board like the STM32F103 "blue pill" ?! .. has anyone tried that yet ?
@LeonAnavi
@LeonAnavi 3 ай бұрын
OpenFlops features STM32F105 MCU and blue bill is with STM32F103. As far as I can see for the moment the open source firmware Flash Floppy supports microcontrollers: STM32F105 and Artery Technology AT32F435 but there are some GitHub discussion that also mention support for STM32F103: github.com/keirf/flashfloppy/issues/694 Based on the feedback from the link above probably it should work.
@peddersoldchap
@peddersoldchap 4 ай бұрын
Can it be used as an external drive, connected at the back of the A500?
@LeonAnavi
@LeonAnavi 4 ай бұрын
Yes, with the proper cables (the same way you can put GoTek on the back of A500).
@peddersoldchap
@peddersoldchap 4 ай бұрын
@@LeonAnavi Thank you for your answer and also for the video
@LeonAnavi
@LeonAnavi 4 ай бұрын
@@peddersoldchap my pleasure, I hope the video is useful.
@user-ns9dp6of1c
@user-ns9dp6of1c 5 ай бұрын
Не мога да подкарам моя емулатор на стария ми синтезатор Техникс КN5000.....мамка му....помооощ ! ....
@LeonAnavi
@LeonAnavi 5 ай бұрын
OpenFlops ли ползвате? С FlashFloppy или с друг firmware? Нямам опит със синтезатори, за стари персонални компютри като амига от видеото работи отлично.
Gotek Disk Drive Emulator Upgrades
26:27
Jan Beta
Рет қаралды 53 М.
How to image and create disks for retro computers
55:11
Adrian's Digital Basement
Рет қаралды 126 М.
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 30 МЛН
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 11 МЛН
Gotek with FlashFloppy Large OLED Screens
14:59
retrofriends
Рет қаралды 10 М.
I Built a RAID of Floppy Disks. Oh no.
14:41
Action Retro
Рет қаралды 146 М.
Gotek Floppy Emulator: NEW 2021 FlashFloppy and Mods Procedure!
18:40
Gotek'alicious...putting the gotek into the Atari STe
33:03
Power of Vintage
Рет қаралды 1,1 М.
The AGON light: New open source 8-bit System
44:34
Jan Beta
Рет қаралды 74 М.
New 4 Drive Floppy Controller - TexElec Quad-Flop
26:07
Tech Tangents
Рет қаралды 50 М.
Greaseweazle External 5.25 Adapter
12:16
Tech Tangents
Рет қаралды 34 М.
Неразрушаемый смартфон
1:00
Status
Рет қаралды 2,3 МЛН
Best mobile of all time💥🗿 [Troll Face]
0:24
Special SHNTY 2.0
Рет қаралды 2,1 МЛН
cute mini iphone
0:34
승비니 Seungbini
Рет қаралды 6 МЛН
Ультрабюджетная игровая мышь? 💀
1:00