syllabus

Getting started with the basics of Arduino/Redboard.

Go over this week’s lecture slides, get familiar with the topics covered: overview the pinouts of the Arduino Uno board, download the Arduino IDE Software, and review the blink example as well as the Digital I/O lab. If anything’s unclear, use the following resources:

  1. Arduino Introduction: What is Arduino

  2. Programming environment: Arduino IDE

Next, complete example circuits with Arduino following these Sparkfun tutorials.

  1. Circuit 1A, Blink an LED (page 13-19).

    This is similar to the blink example we learned in class, but using a physical LED instead of the onboard one.

  2. Circuit 1B, Potentiometer (page 20-25).

    In this exercise, you’ll be using a potentiometer, a variable resistor, as the analog input. Read through the instruction before trying out the circuit, you’ll learn about Analog Inputs and Voltage Dividers. Note any questions and write them down in your blog. Go to the Variable Resistors Lab to practice analog inputs in the next lab.