1st Inning

From LVL1
Jump to navigation Jump to search

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

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

Here is a diagram of what your breadboard should look like. Before connecting it to the Arduino, please have an instructor check it out. We do not want to accidentally connect 5V to Ground!

Lvl1-Inning1 bb.jpg

Code

n/a

Troubleshooting