Arduino

In this unit, we will dive into the world of coding, using Arduino hardware and explore how computers can use sensors to detect things humans may or may not be able to see, hear, feel or measure. We will front load knowledge and learn the ins and outs of the world of Arduino. This foundational knowledge of the Arduino will then impact the product that students will design in the next unit.
You will be using the eBook linked here and the videos below to learn how to use the Arduino UNO.
May you "sense" a disturbance in the Force... and use the Force for good!
FAMILIARIZATION
FAMILIARIZATION

IDE Familiarization
IDE Familiarization

Hardware Overview - 3.6 on Dashboard
Hardware Overview - 3.6 on Dashboard
BASICS
BASICS

Syntax
Syntax

Variables
Variables

Data Types
Data Types

Functions Overview
Functions Overview

Loops and Setup
Loops and Setup
CORE IO
CORE IO

Logic Levels
Logic Levels

pinMode, digitalWrite, delay V2
pinMode, digitalWrite, delay V2

Change Delay Time, Z Principle V2
Change Delay Time, Z Principle V2

Change the LED Variable
Change the LED Variable

Variable Scope V2
Variable Scope V2

Blink Two LEDs V2
Blink Two LEDs V2

PWM and analogWrite
PWM and analogWrite

PWM Example
PWM Example

Serial Communication V3
Serial Communication V3

digitalRead V2
digitalRead V2

analogRead
analogRead
CONTROL
CONTROL

If Statement
If Statement

If with Button
If with Button

If with Potentiometer V3
If with Potentiometer V3

For Loop Lesson V2
For Loop Lesson V2

For Loop with Mulitple LEDs
For Loop with Mulitple LEDs

Switch Case
Switch Case