Difference between revisions of "1st Inning"

From LVL1
Jump to navigation Jump to search
Line 33: Line 33:
  
 
==Code==
 
==Code==
 +
n/a
  
 
==Troubleshooting==
 
==Troubleshooting==

Revision as of 14:14, 12 May 2010

Introduction

Arduino and Breadboard setup, Power

This inning you will learn how to set up your Freeduino and breadboard for doing prototyping and these experiments.

Components Needed

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

How to

  1. Downloadthe Arduino software and install.
  2. Hook up your Freeduino to the USB cable and your computer.
  3. Test this setup by running the Arduino program. Run the sketch (Arduino program) File->examples->digital->blink
  4. If you setup works, then you should see the led on the Arduino that is soldered onto the board, blinking. If not, troubleshoot below - or call over an LVL1 member to help out!

NEXT

  1. Hook up your breadboard power and ground.
  2. You will need to cut and remove the insulation for several wires, just do this as needed.
  3. Use red wires for your positive leads and black for your ground leads.
  4. Positive leads are 5V
  5. Ground are 0V
  6. Hook up the wires as shown in the Fritzing picture below
  7. Do not hook the wires to your Arduino until they have been checked by an instructor.

Schematic

n/a

Fritzing

Code

n/a

Troubleshooting