Difference between revisions of "3rd Inning"

From LVL1
Jump to navigation Jump to search
(Created page with '==Introduction== '''Tri-color LED fading''' ==Components Needed== *Freeduino or Arduino or clone *USB cable for Freeduino *Freeduino development software - [http://www.arduino…')
 
Line 9: Line 9:
 
*Solderless Breadboard
 
*Solderless Breadboard
 
*Hookup wire 22gauge solid
 
*Hookup wire 22gauge solid
 +
 +
*Common Cathode LED
  
 
==How to==
 
==How to==
Line 20: Line 22:
  
 
==Troubleshooting==
 
==Troubleshooting==
 +
*is your led in correctly
 +
*code for the pins on Arduino correct
 +
 +
==Resources==
 +
[http://wiring.org.co/learning/basics/rgbled.html Similar Example]

Revision as of 16:57, 16 May 2010

Introduction

Tri-color LED fading


Components Needed

  • Freeduino or Arduino or clone
  • USB cable for Freeduino
  • Freeduino development software - download here!
  • Solderless Breadboard
  • Hookup wire 22gauge solid
  • Common Cathode LED

How to

Schematic

Fritzing

Code

Troubleshooting

  • is your led in correctly
  • code for the pins on Arduino correct

Resources

Similar Example