Week of the 06/09/2025 - #24
Contents
tech
- Perfboard and prototyping resources
- Dead Bug Prototyping
- Sega Master
Perfboard and prototyping resources
My Apple //c disk drive emulator is working as far as I’m interested to work on it. It is read-only and only supports .dsk
images (technically they are nibilized and stored as a nib
image in the SD card) but it even has a small LCD display and can switch to any of the multiple images you can upload. Right now the hardware is all in two breadboards with wires going out of the computer which, since it has it’s top open collects a lot of dust so I want to move the hardware into a perfboard and make everything a bit more stable. For this reason I’ve been doing a little bit of research to see what I can do. Here’s the result of my research.
- Start Building Cleaner Perfboard Projects Using These Simple Tips - Great tips on using perfboards. “Solderless breadboards are perfect for those just starting out with electronic projects. These practical helpers are also suitable for quick experiments where you often want to swap out parts. However, breadboards are not the best choice when it comes to building a permanent circuit, as parts can quickly become loose from daily use and vibration. Therefore, we must look for another way to create permanent circuits, and perfboards offer such an opportunity. However, handling these perforated fiberglass boards also requires practice, and there are a few tips to keep in mind to make working with breadboards easier and result in better-looking and more reliable circuits.”.
- Mastering Perfboard: A Comprehensive Guide for Electronics Prototyping - More tips on using perfbards.
-
Perfboard circuit design with Kicad - Tips on using Kicad to design perfboard circuits.
-
Kicad - “KiCad is an open source software suite for Electronic Design Automation (EDA). The programs handle Schematic Capture, and PCB Layout with Gerber and IPC-2581 output. The suite runs on Windows, Linux and macOS and is licensed under GNU GPL v3.”. Documentation
-
DIY Layout Creator - A simpler tool to create perfboard layouts. A bit more oriented to Guitar pedal and amplifier electronics. www
- Albin.jd IG account - James Albin is a master at creating very beautiful perfboard circuits. Have a look at his IG account. He talks about his process in these two reels: type of wire - the process of straightening/bending wires
Dead Bug Prototyping
As a side note on perfboard design I heard in an Telegram account about ‘dead bug prototyping’. It’s closely related to the previous topic with lot’s of interesting resources. Here are some of them:
- Dead Bug Prototyping and Freeform Electronic - A general article with lots of links to other resources. “Dead bug prototyping and freeform electronics are a way of building working electronic circuits, by soldering the parts directly together, or through wires instead of the traditional way of using a printed circuit board (PCB.)”
-
Prototyping - From the article: “General descriptions of the methods I use for prototyping small Forth powered devices. Prototyping is usually limited to one or two units, and if a prototype was going to go into production, I would use a commercially made run of PCB’s instead.”
-
#122: Electronic Circuit Construction Techniques: review of some prototype circuit building methods - YouTube video which reviews several of the electronic circuit prototyping techniques the author users. Most of the circuits shown have been used in previous videos. This video focuses more on the methods and techniques used to build the circuits. Several examples are given, along with web references.
-
THE WBR – A SIMPLE HIGH PERFORMANCE REGEN RECEIVER FOR 40M BY N1BYT - This sample project uses “Manhattan” Style PCB Construction. Here are some images from the project. In his blog you can see many articles relating to this style: Manhattan style construction tag
- Prototyping, Methods - “All are handmade, no etching of PCBS. While we are on that subject however, bear this in mind when hearing negative comments about using Ferric Chloride to etch PCB’s at home.”
-
K7QO - Manhattan Building Techniques - PDF - Chuck Adams (aka K7QO) wrote a lengthy (almost 30 pages) article (in PDF format) talking about the Manhattan style of circuit prototyping. Very good read.
-
custom game boy flash cart by “dead bug” soldering - Sven Dahlstrand created a Gameboy cart using ‘dead bug’. Here’s the image:
Sega Master
Last weekend I was at “cyber-cirujas” event and meet with my good friend Arleka and he introduced me to the Sega Master. In the event he had two Sega masters running and I was very impressed at the fact that the Sega Master is an 8 bit architecture (with a Z-80) with very advanced graphics. When I got back home I researched a little at the architecture and found a couple of intereting resources:
- Sega Master System Architecture (simplified HTML version) - A practical analysis by Rodrigo Copetti. PDF version
-
Charles MacDonald, Sega master system VDP documentation. 2002 - A txt file with information of the Video Display Processor.
-
codeslinger.co.uk / VDP Info - An article about emulating the VDP of the Sega Master system. Full article here