STEP SIX: Adding sensors to Breadboard Arduino
Overview
In this lesson you will add sensors to your breadboard to control the LEDs.
Exercises
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.
Add a light sensor to your board and write a program to turn on the LEDs when you place your hand over the sensor.
Add a temperature sensor to your board and write a program to turn on the LEDs when it reaches a specific temperature.
Write a demo program that you might consider using for your light box.