Intro to Computer Engineering

Module 2 Prep

This module serves as an introduction to the Arduino and basic circuitry. We learn about basic circuitry, Arduino C, and how the Arduino itself communicates with the outside world.

========

Text

Read Chapters 3, 4, and 5 in the course text.

========

Building Circuits

The Arduino is capable of a lot of things, but it can’t do everything. To fill in the gaps we will build some circuits and connect them to the Arduino. We can then use the Arduino to control these circuits. The following videos cover what you will need to know to start building your own circuits.

Video Description
Voltage, Current, Resistance, and Ohm’s Law Read through this tutorial from SparkFun to learn about essential concepts for understanding circuits.
Breadboards This SparkFun tutorial describes how to use a breakboard.
Resistors This SparkFun tutorial covers a very important component: the resistor.
LEDs In this tutorial from SparkFun, you’ll learn about LEDs.
How to: Wire an LED In this video, Professor Siever shows you how to wire up and control an LED using the Arduino.
Exceptions (Review) Exceptions are a useful tool for managing errors that may occur in your code, such as errors that result from mistakes in our circuit timings.

========

Guide to Circuits

This guide on building circuits will go over the basics of what you need to know, including Ohm’s Law, various circuit components, and the different types of pins on your Arduino.

Generated at 2024-04-06 20:30:52 +0000.
Page written by Doug Shook.