KidzTube
Welcome
Login / Register

Search Results: "Ben Eater"

All   Most Recent   Most Viewed  


  • 17:59 8-bit CPU reset circuit and power supply tips

    8-bit CPU reset circuit and power supply tips

    516 views / 0 likes - added

    More 8-bit computer: https://eater.net/8bit Check out Julian's channel: https://www.youtube.com/user/julius256 Support me on Patreon: https://www.patreon.com/beneater https://www.eater.net https://twitter.com/ben_eater https://www.patreon.com/beneater

  • 16:43 RAM module testing and troubleshooting

    RAM module testing and troubleshooting

    502 views / 0 likes - added

    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 clock. Support me on Patreon: https://www.patreon.com/beneater You can

  • 10:03 Popular JK flip-flop

    JK flip-flop

    1,066 views / 0 likes - added

    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 (reset) inputs are now referred to as J (set) and K (reset) to indicate the

  • 12:42 Master-slave JK flip-flop

    Master-slave JK flip-flop

    561 views / 0 likes - added

    An effective solution to the "racing" problem described in my previous video (https://youtu.be/st3mUEub99E) is the master-slave JK flip-flop which comprises two SR latches. In this video I explain how it works, build, and test it. Support me on Patreon: h

  • 15:33 Designing a 7-segment hex decoder

    Designing a 7-segment hex decoder

    629 views / 0 likes - added

    Building a combinational logic circuit to decode 8 bits and display a 3-digit decimal number on 7-segment displays is complex. In this video, I build something much simpler—a circuit that decodes 4 bits to a one-digit hexadecimal display—and even that's p

  • 19:11 8-bit computer build: Connecting the bus

    8-bit computer build: Connecting the bus

    636 views / 0 likes - added

    In this video, we'll first build a simple 8-bit register to store the contents of the computer's output. Then we put everything we've built so far together. Everything is tied together through the common bus and common clock signal. Support me on Patreon:

  • 13:17 8-bit CPU control signal overview

    8-bit CPU control signal overview

    549 views / 0 likes - added

    This video goes over the control signals used in our 8-bit breadboard computer. Support me on Patreon: https://www.patreon.com/beneater See https://eater.net/bbcpu8-bus for more. Additional components used in this video: - 15x LEDs to indicate which contr

  • 27:52 8-bit CPU control logic: Part 1

    8-bit CPU control logic: Part 1

    534 views / 0 likes - added

    In this video, we walk through writing a program—using a machine language we get to make up! Then we walk through exactly what the control logic will need to do in order to execute the program. See https://eater.net/bbcpu8-control-logic for more. Support

  • 18:22 8-bit CPU control logic: Part 2

    8-bit CPU control logic: Part 2

    462 views / 0 likes - added

    In this video, we talk about the difference between instructions and microinstructions. Then we build a ring counter to keep track of where we are in the instruction cycle. Finally, we hook up a quick-and-dirty implementation of the fetch cycle to demonst

  • 43:52 8-bit CPU control logic: Part 3

    8-bit CPU control logic: Part 3

    515 views / 0 likes - added

    See https://eater.net/bbcpu8-control-logic for more. In this video we use two EEPROMs to translate the instruction cycle ring counter and the contents of the instruction register to the correct control signals for each microinstruction. At the end of the

  • 32:47 Build an 8-bit decimal display for our 8-bit computer

    Build an 8-bit decimal display for our 8-bit computer

    603 views / 1 likes - added

    In this video, we'll use an EEPROM (28C16) to create a decimal display for an 8-bit value. The display uses multiplexing to drive four digits using a single EEPROM. As a bonus it supports both unsigned and signed (twos complement) display modes. Support m

  • 07:47 Program counter build

    Program counter build

    460 views / 0 likes - added

    Building the program counter 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 online electronic components distributor for a few dollars. See https://eater.ne

  • 09:18 Program counter design

    Program counter design

    490 views / 0 likes - added

    Designing the program counter module for the 8-bit computer. Support me on Patreon: https://www.patreon.com/beneater This video describes how the program counter works and what functionality we need it to have. We'll build the program counter in the next

  • 05:13 Binary counter

    Binary counter

    519 views / 0 likes - added

    The JK flip-flop can be used to count in binary! Support me on Patreon: https://www.patreon.com/beneater You can get all the components used in this video from any online electronic components distributor (Jameco, Digikey, Mouser, etc). Complete parts lis

  • 06:53 8-bit computer update

    8-bit computer update

    544 views / 0 likes - added

    An update on my plans to build another 8-bit computer from scratch and make videos of the whole process! If you want to learn more, check out https://eater.net/8bit Support me on Patreon: https://www.patreon.com/beneater

  • 16:01 D flip-flop

    D flip-flop

    548 views / 0 likes - added

    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 of the clock. Support me on Patreon: https://www.patreon.com/beneater

  • 09:16 D latch

    D latch

    494 views / 0 likes - added

    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: https://www.patreon.com/beneater You can get all the components used in this video from any

  • 11:17 Stepping through a program on the 8-bit breadboard computer

    Stepping through a program on the 8-bit breadboard computer

    455 views / 0 likes - added

    If you want to learn more about how this computer works or how I built it, check out https://eater.net/8bit Support me on Patreon: https://www.patreon.com/beneater

  • 10:02 Comparing C to machine language

    Comparing C to machine language

    644 views / 0 likes - added

    In this video, I compare a simple C program with the compiled machine code of that program. Support me on Patreon: https://www.patreon.com/beneater

  • 07:26 Programming Fibonacci on a breadboard computer

    Programming Fibonacci on a breadboard computer

    552 views / 0 likes - added

    If you want to learn more about how this computer works or how I built it, check out https://eater.net/8bit Support me on Patreon: https://www.patreon.com/beneater

  • 13:39 Learn how computers add numbers and build a 4 bit adder circuit

    Learn how computers add numbers and build a 4 bit adder circuit

    575 views / 0 likes - added

    Let's build a circuit that adds numbers! Binary addition is even easier than decimal addition since you don't have to know how to add numbers larger than 1. Support me on Patreon: https://www.patreon.com/beneater You can get all the components used in thi

  • 13:02 Making logic gates from transistors

    Making logic gates from transistors

    418 views / 0 likes - added

    Support me on Patreon: https://www.patreon.com/beneater

  • 15:51 How semiconductors work

    How semiconductors work

    444 views / 0 likes - added

    A detailed look at semiconductor materials and diodes. Support me on Patreon: https://www.patreon.com/beneater

  • 11:23 How a transistor works

    How a transistor works

    644 views / 0 likes - added

    A detailed look at how an NPN bipolar junction transistor works and what it does. Support me on Patreon: https://www.patreon.com/beneater

  • 12:59 SR latch

    SR latch

    479 views / 0 likes - added

    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, registers, and all sorts of other interesting things. Support me on Pa

  • 15:23 Programming my 8-bit breadboard computer

    Programming my 8-bit breadboard computer

    567 views / 0 likes - added

    If you want to learn more about how this computer works or how I built it, check out https://eater.net/8bit Support me on Patreon: https://www.patreon.com/beneater


>> View ben eater web videos


RSS