Difference between revisions of "Week 2 Lab"

From Robert-Depot
Jump to: navigation, search
(Simple Digital Out)
Line 9: Line 9:
 
# Set up LED on external board, check that it works
 
# 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
 
# change Blink program (from Sketchbook->Examples->Digital) to run off of one of the external digital pins
 +
## Pins 0-13 on the "Digital" side of your board.  By the power light.
 
# connect the LED to that pin.
 
# connect the LED to that pin.
 +
# Does it work?
  
 
=== Simple Digital In ===
 
=== Simple Digital In ===

Revision as of 06:59, 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
    1. Pins 0-13 on the "Digital" side of your board. By the power light.
  3. connect the LED to that pin.
  4. Does it work?

Simple Digital In