**If you have not purchased a kit and/or breadboard and would like to do so, please email me and we can arrange for you to do so. This workshop guide assumes you have purchased an Arduino kit or have an Arduino Uno.**
Workshop/Guide Contents:
I. Arduino Kit Contents
II. Introduction to the Arduino Uno
III. Installing the Arduino Software
IV. The Arduino IDE
V. Demo Part 1 - Hello World!
VI. Demo Part 2 - On-Board LED Blink
VII. Demo Part 3 - External LED Blink
I. Arduino Kit Contents
To start off, there are a number of different components included in your kit. They include:
1: Arduino Uno
The Uno is a microcontroller used to make almost any small embedded design you can think of. The Arduino is programmed via your computer and a USB cable and runs an infinite loop while power is provided to the board. We will discuss the board in further detail in the next section.