Different ways to make digital gates.

One of the reasons why I picked NPN transistors to make all of the digital gates in the series of videos I made three years ago was that NPN transistors were cheap on Amazon. I could buy a hundred 2N3904 transistors for around $6.

But they are not the most power effective way to build circuits.

We’ve known this collectively for decades, which is why most modern circuits are made using CMOS circuits–using a combination of N- MOSFETs and P- MOSFETs to create digital gates. You can also create gates using PNP transistors, using only N- MOSFETs and only using P- MOSFETs. In all cases except with CMOS, the single transistor is either ‘on’ which allows current to flow through the transistor, pulling the circuit voltage either up or down (depending on the type of transistor), and when it’s ‘off’ a resistor allows a small amount of current to pull the output value the other way.

The problem, of course, is that when your transistor is ‘on’, power flows from power to ground through that resistor, dissipating heat.

CMOS circuits solve this problem by gating both the power and ground, meaning the only power consumed by your circuit is the power necessary to make the next ‘gate’ activate. There is no resistor draining power to ground in the circuit.

Over the next few weeks I hope to put together samples of these circuits showing a different way to build logic gates than using NPN transistors and resistors.


One interesting thing about all of this, by the way, is that once you have the fundamentals: that is, once you have a working NAND gate, for example, it doesn’t matter how your NAND gate is constructed. You can build the rest of your digital circuits by using that same NAND gate over and over again, regardless of how the underlying NAND gate was built.

I can almost imagine a collection of building blocks about the size of small LEGOs, but each is a NAND gate that can be connected to other building blocks to make these various digital circuits. Because, in some sense, that’s what we’re doing when we make a digital computer: we wire up thousands (or, for more modern systems, millions) of these NAND gates together to make something that appears to ‘think.’

Revising the Hacking Den web site.

So a lot has happened in the past three years.

I found myself with a consulting gig that lasted more than a few months. And of course the pandemic turned the world upside down.

My theory with this site, however, was that the things I build–especially transistor-based digital circuits–were essentially timeless, so it didn’t matter how long it took me to build something.

But over the time the project just fell on the back burner.

My interest has never really changed, however. And recently I decided to pick up the mantle, so to speak, open up my copy of Eagle, run some simulations in iCircuit, and start over from the very beginning.

Thus, the revised version of this web site.

Eventually my goal is to start building a table of circuit references to the left, starting from transistors and moving up to a full system.

I also realized video isn’t really my strong point, so I intend to revamp all of the information as a reference web site instead.

We’ll see how this all works out.