Intermation
Installation and Use of the Visual Studio Code ESP-IDF Extension
11:40
Intermation
USB to UART Bridges and Their Use in Embedded Systems and IoT
9:37
Intermation
Intro to Hardware Development Kits and Evaluation Boards
17:28
Intermation
Figuring Out Your Computing Personality
12:37
Intermation
Grateful to have reached 10K!
0:55
Intermation
Single-Bit Error Correction using CRCs
16:01
Intermation
Building CRC Hardware using Internal Linear Feedback Shift Registers
23:09
Intermation
Intermation Studio Tour
1:00
Intermation
Internal Linear Feedback Shift Registers
12:39
Intermation
Pseudo Random Number Generator Implemented in JavaScript
23:26
Intermation
Pseudo Random Numbers from a Linear Feedback Shift Register
14:52
Intermation
Designing Binary Sequence Generators with Shift Registers
24:57
Intermation
Designing Integer Sequence Generators with D Flip-Flops
16:53
Intermation
Intro to Linear Feedback Shift Registers and Sequence Generators
24:37
Intermation
Converting a Moore Machine to Mealy with Simplification
28:21
Intermation
Finite State Machine Output - Mealy vs. Moore
21:42
Intermation
Coding a Finite State Machine - A Second Look
22:02
Intermation
Finite State Automata - From Theory to Code
33:39
Intermation
A Quick Non-Deterministic to Deterministic Finite Automata Conversion
18:55
Intermation
Converting Non-Deterministic Finite Automata to Deterministic Finite Automata
30:36
Intermation
Finite State Machines Revisited
33:07
Intermation
Introduction to Finite State Machine Theory
24:13
Intermation
Minimum Spanning Trees with Prim's and Kruskal's Algorithms
21:20
Intermation
Traversing Ordered Rooted Trees in Discrete Math
41:45
Intermation
Properties of Relations in Discrete Math (Reflexive, Symmetric, Transitive, and Equivalence)
16:46
Intermation
Intro to Relations in Discrete Math (and Ways to Represent Them)
34:03
Intermation
The Probability of Winning (a Game of Tennis)
22:50
Intermation
Probability Examples with Multiple-Choice Quiz & Lottery
32:13
Intermation
Introduction to Basic Probability
27:12
Intermation
Combinations with Repetitions in Discrete Math
22:46
Intermation
Combinations in Discrete Mathematics with Examples
14:48
Intermation
Derivation and Application of Permutation Formula in Counting
17:53
Intermation
Counting and its Value to Computing (Multiplication Principle)
20:46
Intermation
Introduction to Proof by Mathematical Induction
28:45
Intermation
How to Get a Discrete Math Proof Started...and Finished
14:53
Intermation
Methods of Proof in Discrete Math
23:32
Intermation
Proving Implications, Contrapositives, and Biconditionals using Truth Tables
22:51
Intermation
Properties of Propositional Logic
25:34
Intermation
Propositional Logic Conversion, Simplification, and Truth Table Demo
18:49
Intermation
Propositional Logic Operations - The Basics
19:56
Intermation
Truth Tables, Compound Propositions, and Tautology
9:45
Intermation
Introduction to Propositional Logic
12:25
Intermation
Simple Applications of Matrix Multiplication
18:35
Intermation
Introduction to Matrix Multiplication
23:20
Intermation
Matrix Addition, Subtraction, and Laws
10:29
Intermation
Matrix Basics: Terminology & Special Cases in Discrete Math
13:38
Intermation
Greatest Common Divisor and Least Common Multiple (with Euclidean Algorithm)
24:32
Intermation
Prime Numbers, Divisibility, and Integer Factorization
39:42
Intermation
Integer Theory with Quotients and Remainders
19:55
Intermation
Regular Expression Demos with Real World Examples
41:46
Intermation
Intro to Regular Expressions (RegEx) via State Diagrams
24:53
Intermation
Alphabets and Strings in Discrete Math
15:50
Intermation
Summations – Adding the Elements of a Sequence
16:51
Intermation
Recurrence Relations for Recursive Sequences in Discrete Math
21:35
Intermation
Introduction to Sequences in Discrete Math
17:22
Intermation
Which Microcontroller Dev Board to Use?
0:57
Intermation
Proving DeMorgan's and Absorption Laws in Set Theory
21:56
Intermation
Representing Sets on a Computer using Bitmaps (a.k.a. Arrays, Strings, or Vectors)
16:23
Intermation
Set Identities in Discrete Math
20:52
Intermation
Union, Intersection, Difference, and Complement in Set Operations
21:38
Intermation
Ordered Collections and the Cartesian Product
16:54
Intermation
Power Sets, Cardinality, and Pizza
15:26
Intermation
"Seeing" Sets using Venn Diagrams
23:33
Intermation
Introduction to Sets
25:22
Intermation
Programming the Manchester Baby - Part 2
56:15
Intermation
Why Learn Discrete Math? (WORD ARITHMETIC SOLVED!)
27:21
Intermation
Stop Selling Yourself Short with Copy-n-Paste Coding
16:11
Intermation
Intro to Cache Coherence in Symmetric Multi-Processor (SMP) Architectures
14:21
Intermation
Examples of MIMD Parallelism
10:45
Intermation
Tightly and Loosely Coupled MIMD Architectures
23:18
Intermation
Granularity in Parallel Computing
8:50
Intermation
Intro to Parallelism with Flynn's Taxonomy
15:56
Intermation
I2C LCD Node.js Coding on a Raspberry Pi
37:59
Intermation
Wiring an I2C LCD Module to the Raspberry Pi (Just 4 wires!)
14:31
Intermation
Inter-Integrated Circuit (I2C) Basics
25:29
Intermation
Raspberry Pi Serial Connect to USB via FTDI
18:52
Intermation
Going Old School with Asynchronous Serial Protocols
24:54
Intermation
Raspberry Pi GPIO Switch Input - Part 4: Connecting a Piezo Beeper
22:33
Intermation
Raspberry Pi GPIO Switch Input - Part 3: Writing the Node.js Script
23:19
Intermation
Raspberry Pi GPIO Switch Input - Part 2: Making the Connections
7:54
Intermation
Raspberry Pi GPIO Switch Input - Part 1: Circuitry and Debouncing
19:39
Intermation
Transformer Basics
14:07
Intermation
Comparators: The Building Blocks of Analog to Digital Converters (ADC)
23:04
Intermation
Serial Peripheral Interface (SPI) Basics
17:42
Intermation
What’s Behind the Light? – How WS2812B LED Strips Work
20:45
Intermation
Want free-ish Power? Recycle that ATX PC Power Supply!
30:39
Intermation
IEEE 754 Recognition Guide
17:34
Intermation
Protecting Yourself (and your components) from Electrostatic Discharge (ESD)
12:18
Intermation
Introduction to Direct Memory Access (DMA)
20:33
Intermation
Ep 090: Investigating the Broadcom® ARM® Interrupts
38:03
Intermation
Programming the 1948 Manchester Baby (SSEM)
33:07
Intermation
Ep 089: How to Set Up an Interrupt
25:35
Intermation
Ep 088: Introduction to Interrupts
14:30
Intermation
Ep 087: Using Polled I/O with a Memory Mapped Device
19:56
Intermation
Ep 086: Introduction to Input/Output
19:18
Intermation
Ep 085: Introduction to the CPU Pipeline
20:19
Intermation
Ep 084: Example Operation of the CPU Flag Register
14:59
Intermation
Ep 083: Introduction to the Flags Register
14:02
Intermation
Ep 082: How Functions use the Stack Pointer
8:57
Intermation
Ep 081: Introduction to the Stack Pointer
16:09