Unimplemented Trap
Adventures in hardware and software

SB42 Random Number Generator

A machine that gives the impression that there is more going on inside than is actually the case: using CMOS shift registers to produce psuedo-random numbers with Nixie tube readout.
Read More

A small cabinet for the PiDP-8 and 11

My PiDP-8 and 11 replicas are now properly mounted up in this small cabinet made from stuff I had laying around.
Read More

Arduino games console with a vacuum fluorescent display

A tiny games console built around a Noritake Itron Gu20x8 vacuum fluorescent display and powered by an Arduino nano.
Read More

SB116 Programmers Calculator

An Arduino Nano based 16-bit integer calculator designed for helping with 6502 programming projects. It can convert between binary, decimal, octal and hexadecimal and perform arithmetic and other logical operations in an RPN style.
Read More

SB181: A 74LS181 based “logic operator”

A sort of 8-bit calculator that takes hexadecimal input and displays the results in both hexadecimal and binary. All done with 74 series logic and no microcontroller or CPU and makes for a handy companion for the 8 bit programmer…
Read More

The world’s least powerful computer? 1-bit CPU with the MC14500B industrial control unit

I came across this weird chip a few months ago. Designed by Motorola in the 70s, its purpose is to replace the “ladder logic” relays in industrial process control so all it needs to do is make simple decisions based on whether different inputs are logic high or low. Curious to learn more, I built a small single-board CPU around it…
Read More

“Programmable” LED Matrix Driver without a Microcontroller

A quick weekend project to see what I could make work with the parts I had laying around. This one’s been in the back of my mind for a while so it was time to give it a shot. Using some basic logic chips, 555 timer, and an old static RAM chip, I put together this circuit which can display any pattern you can fit on an 8x8 LED matrix…
Read More

Modding a sheet metal brake into a box and pan brake

I’ve been using the Clarke brand vice-mounted sheet metal brake for a few years now and it’s been useful for various projects and handled both sheet aluminium and steel without issue. But more frequently I found myself wishing I had a real box and pan (sometimes called finger) brake for when I needed 2 folds on the same corner…
Read More

ebd: Eight Bit Dump - A hexdump utility for 8 bit software development

ebd is a simple tool I wrote in Python for viewing the source of a binary file in hexadecimal. Ideal for working with 8 bit ROMs etc.
Read More