introduction to the course and software tools
  • Introduction
  • Arduino UNO circuit board
  • Peripherals we will use
  • Arduino.cc account
  • Arduino Create editor
  • Arduino Create USB driver
Write your first Arduino program
  • Using the Create editor
  • Write code to toggle an LED
  • Define and Integer variable
  • Examples code
Neopixel library and LED control
  • Drive one Neopixel LED
  • Walking LED - unrolled loop
  • Walking LED - for loop - coding challenge
  • Walking back LED - solution
Analog and Digitial read and Serial debug
  • Analog Read of a potentiometer.
  • Serial debug.
  • knob moves the Neopixel.
  • Digital Read of switch and If/else.
Piezo speaker and sound
  • Piezo plays a melody
  • Frequency generator
  • Resonant frequency - challenge
  • Resonant frequency - solution & oscilloscope verification