• :
  • : 125
  • : 0
  • YouTube
  • 0
  • Documentary

.

2016
2016x1
SR latch
Episode overview
Digital logic gets really interesting when we connect the output of gates back to an input. The SR latch is one of the most basic memory circuits that we can build on to make counters, .. show full overview
2016x2
D latch
Episode overview
Building on the SR latch from the previous video (https://youtu.be/KM0DdEaY5sY), the D latch makes it easier to store a single bit of data. Support me on Patreon: .. show full overview
2016x3
D flip-flop
Episode overview
Building on the D latch from the previous video (https://youtu.be/peCh_859q7Q), the D flip-flop has a "clock" input instead of an "enable" input and stores data just on the rising edge .. show full overview
2016x4
8-bit computer update
Episode overview
An update on my plans to build another 8-bit computer from scratch and make videos of the whole process! Buy a kit and build your own! https://eater.net/8bit/kits Support me on Patreon: https://www.patreon.com/beneater
2016x5
Astable 555 timer - 8-bit computer clock - part 1
Episode overview
Our computer's clock is built using several 555 timers. The first is configured as an astable oscillator. See https://eater.net/bbcpu8-clock-module for more. Part 2: .. show full overview
2016x6
Monostable 555 timer - 8-bit computer clock - part 2
Episode overview
Our computer's clock is built using several 555 timers. The second is configured as a basic monostable circuit to debounce a pushbutton. See https://eater.net/bbcpu8-clock-module for .. show full overview
2016x7
Bistable 555 - 8-bit computer clock - part 3
Episode overview
Our computer's clock is built using several 555 timers. The second is configured as a bistable multivibrator to debounce the toggle switch for selecting between the clock oscillator and .. show full overview
2016x8
Clock logic - 8-bit computer clock - part 4
Episode overview
Our computer's clock is built using several 555 timers. This video covers the logic that ties them together, resulting in the completed clock module. See .. show full overview
2016x9
Bus architecture and how register transfers work - 8 bit register - Part 1
Episode overview
Before we build the registers for our 8-bit computer, this video describes the basic operation of the bus and how data moves from one module to another across the bus. See .. show full overview
2016x10
Tri-state logic: Connecting multiple outputs together - 8 bit register - Part 2
Episode overview
With tri-state logic, a logic gate can be effectively disconnected from the circuit rather than assuming the normal 0 and 1 logic levels. This video goes into more detail on what it .. show full overview
2016x11
Designing and building a 1-bit register - 8 bit register - Part 3
Episode overview
Before we build the 8-bit registers for our computer, let's design and build a 1-bit register. The 8-bit registers we'll actually use in our 8-bit computer will be simplified. We're .. show full overview
2016x12
Building an 8-bit register - 8-bit register - Part 4
Episode overview
In this video, we'll build the first of three 8-bit registers used in the 8-bit computer! Support me on Patreon: https://www.patreon.com/beneater You can get all the components .. show full overview
2016x13
Testing our computer's registers - 8-bit register - Part 5
Episode overview
In this video, we test the register we built in the last video (https://youtu.be/CiMaWbz_6E8) and connect it to two more registers like it. After this video, we'll have three .. show full overview
2016x14
Twos complement: Negative numbers in binary
Episode overview
How can we represent negative numbers in binary? There are several ways. This video compares using a sign bit, ones complement, and twos complement. Twos complement is the most commonly .. show full overview
2016x15
ALU Design
Episode overview
In this video we go over the design for the Arithmetic and Logic Unit for our 8-bit computer. Before watching it's helpful to understand: - How a binary adder works: .. show full overview
2016x16
Building the ALU
Episode overview
In this video, we'll build the ALU for our 8-bit computer! Support me on Patreon: https://www.patreon.com/beneater See https://eater.net/bbcpu8-alu for more. You can get all the .. show full overview
2016x17
Troubleshooting the ALU
Episode overview
When we built and powered up the ALU for our 8-bit computer in the last video (https://youtu.be/S-3fXU3FZQc), it didn’t work properly. In this video we’ll try to get to the bottom of .. show full overview
2016x18
Testing the computer's ALU
Episode overview
In this video, we test the ALU we built (and fixed) in the last two videos (https://youtu.be/S-3fXU3FZQc and https://youtu.be/U7Q8-2YZTUU) and connect it to the bus. See .. show full overview
2016x19
8-bit computer RAM intro
Episode overview
An introduction to the 16-byte by 8-bit static RAM that we're going to build for our 8-bit computer. Support me on Patreon: https://www.patreon.com/beneater Previously we built a .. show full overview
2016x20
RAM module build - part 1
Episode overview
Part 1 of building the RAM module for the 8-bit computer. Support me on Patreon: https://www.patreon.com/beneater You can get all the components used in this video from any .. show full overview
2016x21
RAM module build - part 2
Episode overview
Part 2 of building the RAM module for the 8-bit computer. In this video, we add the memory address register (MAR) and DIP switches for setting the address when programming along with the .. show full overview
2016x22
RAM module build - part 3
Episode overview
Part 3 of building the RAM module for the 8-bit computer. In this video, we add the DIP switches and logic for manually inputting data in program mode. In run mode, data can be written .. show full overview
2016x23
RAM module testing and troubleshooting
Episode overview
Testing and troubleshooting the RAM module. In this video we check out the RAM module, fix an issue, and make a small modification so RAM writes are triggered on the rising edge of the .. show full overview
2016x24
JK flip-flop
Episode overview
Check out my SR latch video first: https://youtu.be/KM0DdEaY5sY The JK flip-flop builds on the SR flip-flop by adding a "toggle" function when both inputs are 1. The S (set) and R .. show full overview