Difference between revisions of "Week 2 Lab"

From Robert-Depot
Jump to: navigation, search
(New page: === Set up Breadboard === * Power from arduino to breadboard: ** connect positive and negative power buses on proto board ** run power, "5V" and "GND" from arduino to broadboard. ** verif...)
 
Line 1: Line 1:
 
=== Set up Breadboard ===
 
=== Set up Breadboard ===
  
* Power from arduino to breadboard:
+
# Power from arduino to breadboard:
** connect positive and negative power buses on proto board
+
##connect positive and negative power buses on proto board
** run power, "5V" and "GND" from arduino to broadboard.
+
##run power, "5V" and "GND" from arduino to broadboard.
** verify that this worked (with multimeter, or LED test).
+
## verify that this worked (with multimeter, or LED test).
*
+
 
 +
=== Simple Digital Out ===
 +
# Set up LED on external board, check that it works
 +
# change Blink program (from Sketchbook->Examples->Digital) to run off of one of the external digital pins
 +
# connect the LED to that pin.
 +
 
 +
=== Simple Digital In ===

Revision as of 07:58, 7 April 2009

Set up Breadboard

  1. Power from arduino to breadboard:
    1. connect positive and negative power buses on proto board
    2. run power, "5V" and "GND" from arduino to broadboard.
    3. verify that this worked (with multimeter, or LED test).

Simple Digital Out

  1. Set up LED on external board, check that it works
  2. change Blink program (from Sketchbook->Examples->Digital) to run off of one of the external digital pins
  3. connect the LED to that pin.

Simple Digital In