Arduino Uno Section A (basics)

Starting with the basics and then building in key concepts of coding step by small step.

Section A: Introduction to Getting Started

A very brief overview of what you will be doing, looking at the key elements of the Arduino Uno Rev3 and the software needed to code the Arduino.

Section A: Unit #1 Blinking Sketch

The Hello World for the Arduino Uno, blinking an LED on and off

Section A: Unit #2 Functions

Functions are an integral part of coding with the Arduino Uno

Section A: Unit #3 Arrays

Arrays are another core part of any coding language and for the Arduino it is no exception

Section A: Unit #4 Boolean

Boolean operations are a simple yet powerful logic

Section A: Unit #5 Three LEDs

Using all three LEDs in our traffic light

Section A: Unit #6 Serial Communication

Communicating between your computer and the Arduino Uno