There's almost nothing to it, the circuit diagram is easy to read, you program it literally by flipping a couple of dip switches.
It's kind of an experiment for someone wanting to get into retro computer or hardware design.
That said it's essentially useless and I would much rather buy a kit from Ben Eater start with a 6502 and make something that can actually run complex programs.
Even with just one bit and a few switches this seems like the sort of thing Picard could use to send an encoded message to Riker and Data in the future should the need arise.
Fun. It does not much, really. Two instructions (add, jump), parameters either 0 or 1, two instructions in total. It just shows how a computer works in general. All key signals are visible (Clock, Program Counter, Accumulator).
About as useful as a quantum computer, just way cheaper.
I teach an electronics class and a barebones version of this is one of the early logic gate labs: an SR latch built using NAND gates. It can set and reset a bit!
Computers and microcomputers may also be used, but they tend to overcomplicate the task and often require highly trained personnel to develop and maintain the system. A simpler device, designed to operate on inputs and outputs one-at-a-time and configured to resemble a relay system, was introduced. These devices became known to the controls industry as programmable logic controllers (PLC).
Actual PLCs in the wild are industrial cabinets with a lot more capacity. Price-wise if you have a DIY project in mind you're better off buying a RISC-V microcontroller, under 10 bucks including board, with vastly more IO and processing power. Still not enough to replace one of those industrial cabinets, though, especially when it comes to IO capacity, do you have any idea how many sensors and actuators rollercoasters have.
This thing is so limited you have to engineer your problem to fit. Maybe something like switching your doorbell from normal to quiet to silent to flash lights. On the upside it's dead-simple.
Perfect school project thing. Imagine you have an electronics/computer course and present your students with this circuit (without the print mask!). "See? Power supply, power LED, three other LEDs, four DIP switches. Here is the circuit diagram, if you cannot figure it out. Your task: Find out what this thing is and how it works. Bonus: give a meaningful description for the settings of the switches."
Am I the only one super unimpressed by most “it can run doom” things? It’s either some beefy arm CPU or a total hack where it isn’t really running doom and they shoved a raspberry pi in it or something.
That is because most things can't run doom without modification. I'm fine with adding stuff but displays and inputs need to be on the hardware and the thing must look like its untampered with. For me it's just a funny magic trick so I'm not that bothered if it's faked
Why do these articles always go on about stuff being sold out like it means something? Even if it's true, that almost certainly means they've simply been bought up by resellers.
I recently needed a plumbing part. Obviously no one's getting excited about plumbing parts. That was also 'sold out' on the manufacturers website.
In reality there are a thousand resellers selling the thing. Manufacturer doesn't need to have large warehouse or deal with a large number of customers. Resellers get to make a profit by selling for more than the large order unit price they paid. Customers like me get to buy the product at less than the original small order price the manufacturer was asking.
Yeap, that's all it is plus the PCB and accessories. Looking at it, looks like a 74HC00 - quad NAND gates, 74HC14 - Schmitt trigger inverters, 74HC74 - A dual D flip-flop, and a 74HC153 - dual 4 input mux.
The clock isn't even a 555, just an RC circuit passed through the Schmitt trigger and the provided hardware XOR is where our NANDs come in.
It's a neat little project but I think good CPU lessons need to have a MAR/MDR/CIR and show the fetch, decode, and execute cycle. Because a lot of modern concepts derive from asking the question of "how do I optimize that?"
Oh man, I just discovered this guy recently. I'm way into his bendix project. I really hope he gets the thing running and shows us what he can do with it.