1st Inning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 14: | Line 14: | ||
# [http://www.arduino.cc/en/Main/Software Download]the Arduino software and install. | # [http://www.arduino.cc/en/Main/Software Download]the Arduino software and install. | ||
# Hook up your Freeduino to the USB cable and your computer. | # Hook up your Freeduino to the USB cable and your computer. | ||
# Test this setup by running the | # Test this setup by running the Arduino program. Run the sketch (Arduino program) File->examples->digital->blink | ||
# 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 | |||
# Hook up your breadboard power and ground. | |||
# You will need to cut and remove the insulation for several wires, just do this as needed. | |||
# Use red wires for your positive leads and black for your ground leads. | |||
# Positive leads are 5V | |||
# Ground are 0V | |||
# Hook up the wires as shown in the Fritzing picture below | |||
# Do not hook the wires to your Arduino until they have been checked by an instructor. | |||
==Schematic== | ==Schematic== | ||
Revision as of 13:13, 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
- Downloadthe Arduino software and install.
- Hook up your Freeduino to the USB cable and your computer.
- Test this setup by running the Arduino program. Run the sketch (Arduino program) File->examples->digital->blink
- 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
- Hook up your breadboard power and ground.
- You will need to cut and remove the insulation for several wires, just do this as needed.
- Use red wires for your positive leads and black for your ground leads.
- Positive leads are 5V
- Ground are 0V
- Hook up the wires as shown in the Fritzing picture below
- Do not hook the wires to your Arduino until they have been checked by an instructor.