
20
AprilCapacitors Explained
This lecture discusses capacitors

20
AprilProgramming LCD screens with arduino
Programming LCD screens/displays with Arduino

20
AprilMultimeters And How To Use Them
In this lecture you learn how to debug your circuits using Multimeters

20
AprilArduino Serial Communication
Learn to talk with your Arduino from your computer

21
AprilPotentiometers In Circuit

21
AprilWorking With Analog Signals In Arduino
In this lecture you will learn how to read and write analog signals in arduino

21
AprilBasics Of Inductors
In this lecture you learn all about the basics of inductors

21
AprilArduino Whack A Mole Game
In this lecture we are a whack a mole game in Arduino!

21
AprilVoltage Regulators Revealed
This lecture covers voltage regulators and why they are important

21
AprilInstalling KiCad Schematic Software
This lecture covers the installation of KiCad schematic/PCB software

21
AprilCreating KiCad Schematic
This lecture covers how to create electronic schematics

21
AprilKiCad Wiring The PCB(Printed Circuit Board)
In this lecture we write up the PCB

21
AprilKiCad - Creating A Schematic And PCB for Whack A Mole
In this lecture you will learn how to create a schematic and PCB for our Whack A Mole game that we made previously

27
JuneEnumerations In C
In this lecture you will learn how to work with "enums" also known as enumerations.

25
JanuaryImplementing The Memory
In this lecture we implement the Chip-8s memory, this memory will hold Chip-8 programs at run time.

23
MarchIntroduction

23
MarchWhat Is Memory?
This lecture explains the basics of what memory is

23
MarchThe Boot Process
Learn how machines boot in this fantastic lecture

23
MarchUnderstanding Real Mode?
Real mode is a legacy mode in Intel/AMD processors. Learn all about it here

23
MarchSegmentation Memory Model
In this lecture you learn how memory segmentation works

23
MarchImproving Our Bootloader
We improve our bootloader that we made on the first lesson

23
MarchPreparing our bootloader to be booted on real hardware
In this lecture we prepare our bootloader so that it can be booted on real hardware outside of the virtual machine

23
MarchWriting our bootloader to a USB stick
In this lecture we burn our boot-loader to a USB stick so that we can boot from it

23
MarchBooting the bootloader
In this lecture we restart our computers and boot from the USB stick. No operating system is required, our code runs on...

23
MarchThe Interrupt Vector Table Explained
This lecture discusses the interrupt vector table in detail