top of page
Blog
Search
V.L Clark
Oct 7, 20210 min
1 view0 comments
V.L Clark
Oct 3, 20211 min
Project 5.2: Change LED State by Push Button
With debouncing: Without debouncing (LED gets "confused"):
3 views0 comments
V.L Clark
Sep 23, 20213 min
Chapter 1: The Roots of Artificial Intelligence
Key Points: - The dream of creating a machine as intelligent, or more intelligent, than humans is centuries old, but progress towards...
3 views0 comments
V.L Clark
Sep 23, 20212 min
Prologue: Terrified
The book begins with a recollection of a meeting between the author and her doctoral advisor, Douglas Hofstadter, and a group of Google...
0 views0 comments
V.L Clark
Sep 19, 20211 min
Project 5.1 - Control LED Through Push Button
This is similar to a project in the first chapter. However, here, a digital circuit has been constructed, so the push-button is used as...
3 views0 comments
V.L Clark
Sep 19, 20211 min
Project 4.1 - Different Brightness
Pulse Width Modulation: PWM uses digital pins to transmit square waves of various frequencies (a wave's frequency is described as the...
5 views0 comments
V.L Clark
Sep 15, 20211 min
An Introduction to Functions in C
A function is a block of code that performs a specific task. Syntax for a User-Defined Function
3 views0 comments
V.L Clark
Sep 15, 20211 min
Selection and Iteration in C
Selection Selection is a program branch depending on a condition. The classic example of selection is the use of an if...else statement....
1 view0 comments
V.L Clark
Sep 11, 20211 min
Project 2.1: Two LEDs Blink
Black wire is connected to the ground port on the Arduino. Green wire is connected to port 5 and the yellow wire to port four. Both...
6 views0 comments
V.L Clark
Sep 11, 20211 min
Breadboard Project 1.2: Control LED By Arduino
This is the first project that involves using the Arduino as more than just a power supply. Here, by holding down the switch, you can...
4 views0 comments
V.L Clark
Sep 11, 20211 min
Breadboard Project 1.1.2: LED Controlled By Switch
Positive wire is plugged into 5V output on the Arduino. Negative wire is plugged into the ground terminal on the Arduino. The switch...
4 views0 comments
V.L Clark
Sep 11, 20211 min
Breadboard Project 1.1: Turning an LED on
USB connected to the Arduino is also connected to my laptop. Positive (red) wire is connected to the 5V output on the Arduino and the...
1 view0 comments
V.L Clark
Sep 3, 20214 min
Resistance, Resistivity, Conductivity (Chapter 2: Theory)
In this article, we will cover: - What is Resistance? - Ohm's Law - How the Shape of a Conductor Affects Resistance - Resistivity and...
10 views0 comments
V.L Clark
Sep 1, 20214 min
A Microscopic View of Conduction (Chapter 2: Theory)
In this article we will cover: - A microscopic view of copper - The free-electron model and quantum model - Work function and the 4...
25 views0 comments
bottom of page