top of page

Blog
Search


V.L Clark
Oct 7, 20210 min read
8 views
0 comments


V.L Clark
Oct 7, 20210 min read
3 views
0 comments


V.L Clark
Oct 3, 20210 min read
3 views
0 comments


Project 5.2: Change LED State by Push Button
With debouncing: Without debouncing (LED gets "confused"):
V.L Clark
Oct 3, 20211 min read
3 views
0 comments
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...
V.L Clark
Sep 23, 20213 min read
3 views
0 comments
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...
V.L Clark
Sep 23, 20212 min read
0 views
0 comments


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...
V.L Clark
Sep 19, 20211 min read
3 views
0 comments


V.L Clark
Sep 19, 20210 min read
2 views
0 comments


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...
V.L Clark
Sep 19, 20211 min read
6 views
0 comments


An Introduction to Functions in C
A function is a block of code that performs a specific task. Syntax for a User-Defined Function
V.L Clark
Sep 15, 20211 min read
3 views
0 comments


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....
V.L Clark
Sep 15, 20211 min read
3 views
0 comments


V.L Clark
Sep 12, 20210 min read
4 views
0 comments


Project 3.1: Ten LEDs
Ten resistors are all 220 ohms.
V.L Clark
Sep 12, 20211 min read
4 views
0 comments


V.L Clark
Sep 12, 20210 min read
2 views
0 comments


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...
V.L Clark
Sep 11, 20211 min read
8 views
0 comments


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...
V.L Clark
Sep 11, 20211 min read
6 views
0 comments


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...
V.L Clark
Sep 11, 20211 min read
4 views
0 comments


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...
V.L Clark
Sep 11, 20211 min read
3 views
0 comments


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...
V.L Clark
Sep 3, 20214 min read
10 views
0 comments


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...
V.L Clark
Sep 1, 20214 min read
31 views
0 comments
bottom of page