Reverse Engineering A Module From A Vacuum Tube Computer

It’s best to admit upfront that vacuum tubes can be baffling to some of the younger generation of engineers. Yes, we get how electron flow from cathode to anode can be controlled with a grid, and how that can be used to amplify and control current. But there are still some things that just don’t always to click when looking at a schematic for a tube circuit. Maybe we just grew up at the wrong time.

Someone who’s clearly not old enough to have ridden the first wave of electronics but still seems to have mastered the concepts of thermionic emission is [Usagi Electric], who has been doing some great work on reverse engineering modules from old vacuum tube computers. The video below focuses on a two-tube pluggable module from an IBM 650, a machine that dates clear back to 1954. The eBay find was nothing more than two tube sockets and a pair of resistors joined to a plug by a hoop of metal. With almost nothing to go on, [Usagi] was still able to figure out what tubes would have gone in the sockets — the nine-pin socket was a big clue — and determine that the module was likely a dual NAND gate. To test his theory, [Usagi] took some liberties with the original voltages used by IBM and built a breakout PCB. It’s an interesting mix of technologies, but he was able to walk through the truth table and confirm that his module is a dual NAND gate.

The video is a bit long but it’s chock full of tidbits that really help clear up how tubes work. Along with some help from this article about how triodes work, this will put you on the path to thermionic enlightenment.

Continue reading “Reverse Engineering A Module From A Vacuum Tube Computer”

Retrocomputing Spray Paints: Amiga Beige, Commodore, And ATARI Grey

[retrohax] has provided vintage computer guidance for years, and part of that guidance is this: sometimes using paint as part of restoration is simply unavoidable. But the days of tediously color-matching to vintage hardware are gone, thanks to [retrohax] offering custom-mixed spray paints in Amiga 500 Beige, C-64 Beige, and ATARI ST/SE Grey. (At the moment only delivery within Poland is available due to shipping restrictions, but [retrohax] is working on a better solution.)

As a companion to making these vintage colors available, there is also a short how-to guide on how to properly prep and spray paint a computer case for best results that talks a little about the challenges in color matching to vintage hardware, and how getting custom paints mixed makes life much easier. Hackers may value making do with whatever is available, but we can also appreciate the value of having exactly the right material or tool for the job.

It’s not every day we see someone mixing custom spray paint colors, but off the shelf options don’t always cut it. Another example of getting specialty materials made from the ground up is custom plywood specifically designed for laser-cutting puzzles, something done because the troubles that came with off-the-shelf options were just not worth the hassle.

Start Me Up: What Has The Windows 95 Desktop Given Us 25 Years Later?

We’ve had something of an anniversary of late, and it’s one that will no doubt elicit a variety of reactions from our community. It’s now 25 years ago that Windows 95 was launched, the operating system that gave the majority of 1990s PC users their first taste of a desktop-based GUI and a 32-bit operating system.

To the strains of the Rolling Stones’ Start me up, Microsoft execs including Bill Gates himself jubilantly danced on stage at the launch of what was probably to become the company’s defining product, perhaps oblivious to the line “You make a grown man cry” which maybe unwittingly strayed close to the user experience when faced with some of the software’s shortcomings.

Its security may seem laughable by the standards of today and the uneasy marriage of 16-bit DOS underpinning a 32-bit Windows operating system was clunky even in its heyday, but perhaps now is the best time to evaluate it unclouded by technical prejudice. What can we see of Windows 95 in the operating systems we use today, and thus from that can we ask the question: What did Windows 95 get right? Continue reading “Start Me Up: What Has The Windows 95 Desktop Given Us 25 Years Later?”

Recreating Retrocomputers Hack Chat

Join us on Wednesday, August 12 at noon Pacific for the Recreating Retrocomputers Hack Chat with Mike Gardi!

Building the first commercial computers in the late 1950s and early 1960s was certainly a complex a task, but building the computer industry was even harder. Sure, engineers were already getting on board with designing in silicon and germanium instead of glass and tungsten, and all digital circuits are really just abstractions of analog designs most of them were already familiar with. But what about all the other people who would need to get up to speed on the workings of digital computers? What good is a tool if the only people who know how to use it art the ones who built it?

To make computers make money, companies needed legions of installers, operators, programmers, marketers, and salespeople, and all of them needed training. And so early computer companies put a lot of effort into building training devices to get people up to speed. These trainers helped teach everything from basic logic circuits and Boolean relationships to simple programming concepts, and each of them contributed in their own way to developing the computer industry that we know today.

Mike Gardi has a unique hobby: among other things, he builds faithful replicas of some of the nicer examples of these lost bits of computing history. His reproduction of Claude Shannon’s Minivac 601 trainer is a great example of the art, as is the DEC H-500 Computer Lab build he’s currently working on. Along the way, he’s explored some side alleys on the road to our computerized world, like Dr. Nim and the paperclip computer. All his builds are lovingly created from 3D-prints and really capture the essence of the toys and tools of the time.

Join us as we take a trip inside this niche realm of retrocomputing and find out why Mike finds it fascinating enough to devote the time it obviously takes to build such exacting replicas. We’ll talk about what projects he’s got going on right now, what he has planned for the future, and maybe even dive into some of his secrets for such great looking 3D prints.

join-hack-chatOur Hack Chats are live community events in the Hackaday.io Hack Chat group messaging. This week we’ll be sitting down on Wednesday, August 12 at 12:00 PM Pacific time. If time zones baffle you as much as us, we have a handy time zone converter.

Click that speech bubble to the right, and you’ll be taken directly to the Hack Chat group on Hackaday.io. You don’t have to wait until Wednesday; join whenever you want and you can see what the community is talking about.

Continue reading “Recreating Retrocomputers Hack Chat”

An Amiga Sampler 30 Years Later

There was a magic moment for a few years around the end of the 1980s, when home computers were better than professional ones. That’s a mighty grand pronouncement, but it refers to the crop of 16-bit home computers that genuinely were far better than nearly all PCs at the time for multimedia tasks. You could plug a sampler cartridge into your Amiga and be in the dance charts in no time, something which sparked a boom in electronic music creativity. As retrocomputing interest has soared so have the prices of old hardware, and for those still making Amiga music that cart can now be outrageously expensive. it’s something [echolevel] has addressed, with an open-source recreation of an Amiga sampler.

As anyone who peered inside one back int he day will tell you, an Amiga sampler was a very simple device consisting of a commonly-available 8-bit A to D converter, a CMOS switch for right and left samples, and maybe an op-amp preamplifier. This is exactly what he’s produced, save fpr the CMOS switch as he points out that Amiga musicians use mono samples anyway. At its heart is an ADC0820 half-flash ADC chip, and the whole thing is realised on a very retro-looking through-hole PCB.

For a Hackaday scribe with a Technosound Turbo still sitting in a box somewhere it’s a real trip down memory lane. It was a moment of magic to for the first time be able to edit and manipulate audio on a computer, and we’re glad to see that something of those days still lives on. See it in action in the video below the break.

Continue reading “An Amiga Sampler 30 Years Later”

Homebrew 16-Bit Computer Is A Wire-Wrapped Work Of Art

Breadboard 8-bit computer builds seem all the rage these days, and with good reason: building your own CPU from the board up using discrete logic chips is a great way to really learn how microprocessors work. Not to mention that it’s an incredible flex. But once you’ve conquered the eight-bit, what do you do? Easy: build a 16-bit computer from 74HC logic chips.

Attentive readers will likely remember this computer’s builder, [Paulo Constantino], from his previous work on 8-bit breadboard computers. As gloriously entropic as that tangled mass of wires was, it must have been a nightmare for [Paulo] to maintain. And so when the time came to upgrade, he wisely chose a more integrated construction method. The construction method is wire-wrapping, with multiple cards plugged into backplane and connected by ribbon cables. The whole card cage is far neater than the previous build, and seems to lend itself to rapid modifications. The top card in the cage acts as a control panel for now; eventually, [Paulo] planes to put a real front panel on the cage to support all the switches and blinkenlights such builds demand. Stretch goals include supporting audio and video and getting the machine online so anyone can log in.

The video below is an overview of the current state of the machine; earlier videos in the playlist cover the design and build in more detail. We hope to see schematics soon, and we’d love to know where to get some of those wire-wrap PCBs for projects of our own.

Continue reading “Homebrew 16-Bit Computer Is A Wire-Wrapped Work Of Art”

A Z80 Board With Very Few Parts

The Z80 is one of those old CPUs that is both obtainable and easy to work with — at least in some versions. [Doctor Volt] put together what may be the simplest possible setups to get a working Z80 system. He has the processor, of course. But everything else — clock, memory, and power — are from an Arduino Mega 2560. You could argue that’s two chips, but the board actually has several chips on it. On the other hand, you could probably pull off the same stunt with a bare ATMega 2560.

We’ve seen this done before, but usually with a few more support chips. If you are a purist, [Doctor Volt] also has some Z80 and CP/M experiments where the Arduino only acts as a disk drive for the computer and there are only two support chips. There are three videos for both projects that you can see below.

Continue reading “A Z80 Board With Very Few Parts”