STEP SIX: Adding sensors to Breadboard Arduino

Overview

In this lesson you will add sensors to your breadboard to control the LEDs.

Exercises

  1. Add a potentiometer to your breadboard and write a program to change the brightness of all eight LEDs based on the value of the potentiometer.

  2. Add a light sensor to your board and write a program to turn on the LEDs when you place your hand over the sensor.

  3. Add a temperature sensor to your board and write a program to turn on the LEDs when it reaches a specific temperature.

  4. Write a demo program that you might consider using for your light box.