Intro to Arduino Part 2 The Breadboard

Slides:



Advertisements
Similar presentations
Interfacing Lab Part Guide. The Solderless Breadboard Rows along the top and bottom are connected horizontally along the length of the board Holes in.
Advertisements

EE188L EE I Laboratory Lab #2 Resistive Circuits.
Breadboarding and Electronic Components. What is a Breadboard? Sometimes called a proto-board Reusable platform for temporarily built electronic circuits.
CSC 405 Lab 1 - Building a Simple Combinatorial Circuit In this laboratory exercise you will learn about the layout of some small-scale integrated circuits.
Resistor Color Code. Lesson 2 Theory (30 minutes) WorkStation (30 minutes) –Measure Resistance color Revision (30 minutes) Break Individual Exercise (1.
MICROCONTROLLERS MODULE 2 Programming, Controlling and Monitoring.
Using the Board of Education Breadboard and Your Multimeter ENGR 120 Work in teams of two!
1 Boe-Bot Parts BOE-BOT Lecture #1b DE - Digital Electronics.
Living with the Lab Using Your Arduino, Breadboard and Multimeter EAS 199A Fall 2011 Work in teams of two!
Working with Arduino: Lesson #2: Variable, Photo, and Force Sensitive Resistors EGN1007.
Embedded Programming and Robotics Lesson 1 Basic Electricity and Electronics Transistor Basics Lesson 1 -- Basic Electricity1.
Embedded Programming and Robotics
Series and Parallel Circuits Lesson 6. The two simplest ways to connect conductors and load are series and parallel circuits. 1. Series circuit - A circuit.
1 DC ELECTRICAL CIRCUITS ELECTRONIC TRAINER AND BREADBOARDING.
Working with Arduino: Lesson #1: Getting Acquainted with the Kit EGN1007.
Breadboards, Multimeters, and Resistors EGR1301. Your Multimeter leads probes pincer clips – good for working with Boe-Bot wiring You will use the multimeter.
TLC5940 controller / 16 RGB LEDs Eric Moore 1/25/2009 ~druid/balloon/ Files and image of circuit ALL PIN NUMBERS ARE SIMPLIFIED.
First, let’s review the structure and use of a breadboard.
© 2002 University of North Carolina at Charlotte, ALL RIGHTS RESERVED Basic DC Circuits Review.
Physics 2225: Working With Electronic Equipment Purpose  Learn how to use basic electronic equipment: Digital multi meter Oscilloscope Function generator.
Circuits, Systems, & the Arduino. Challenge: Make the bulb light up! -Make observations and explain why it has the setup it does? - What are the components.
Circuits. In circuits, elements are connected by wires. Any connected region of wire has the same potential. (same color = same potential) The potential.
1 - Remove LED from 13 and GND - Bring out your breadboard from HW#4 Arduino Overview:
Basic Stamp OEM module By Wilmer Arellano. 2  The BASIC Stamp 2 OEM is a discreet component version of the BS2 which may be purchased in kit form. 
Resistors Foundations of Technology Resistors © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™
Basic Stamp OEM module By Wilmer Arellano. 2  The BASIC Stamp 2 OEM is a discreet component version of the BS2 which may be purchased in kit form. 
Controlling an LED with a switch. 2 breadboard place where you can build electric circuits really quickly the magical breadboard.
Diode Foundations of Technology Diode © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™ Foundations.
Objectives 1. Demonstrate the requirements for an electrical circuit that works. 2. Use a multimeter effectively to measure voltage and current in a simple.
Building Circuits.
Build on a Breadboard Simulator
Dr. Cynthia Furse University of Utah
Breadboarding and Electronic Components
Prototyping with Microcontrollers and Sensors
Breadboarding and Electronic Components
Dr. Cynthia Furse University of Utah
Arduino Development for Beginners
Introduction to Handshaking Communication with SSC-32U
WORKSHOP LED CONTROL.
Introduction to Handshaking Communication with SSC-32
Current Electricity Chapter 22 Physics.
Breadboarding and Electronic Components
Ohmic Resistor Current-Potential Difference Graph
Arduino Basics Rajeev Dwivedi, PhD.
Electronic Education Kits
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
Visual Instructions.
Circuits Lab Introduction
Internet-of-Things (IoT)
Working with Arduino: Lesson #1: Getting Acquainted with the Kit
Breadboarding and Electronic Components
Welcome to Digital Electronics using the Arduino Board
How a Breadboard Works Teacher Notes: This picture depicts the connections on a breadboard. A breadboard is a device used to make simple electrical connections.
Programming Micro Controllers
The RGB LED.
Wiring the Light and Relay
Basic circuits Electrical circuits Electrical properties Ohm’s law
Inside a plug Ms. Edwina.
Series and Parallel Circuits
Breadboarding and Electronic Components
Arduino Part #3 Variables
Arduino Part 4 Let there be more light.
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Arduino Motor Lab Inspired by NYU ITP project
Electricity and Circuits
Having fun with Arduino
Aeroponic Engineering and Vertical Farming
testing and experimenting with electronic circuits
Voltage, Current and Resistance
Presentation transcript:

Intro to Arduino Part 2 The Breadboard

Arduino Lesson 2: Using a Breadboard In this lesson we will begin to build circuits on a Breadboard that will be controlled by the Arduino. We will start out with simple circuits and build from there. It is important for you to learn the basics before moving on, and one of the most important basics is how to use a Breadboard. In this lesson we will learn the ins and outs of breadboards, and by the end of the lesson you will have your first circuit built, and it will be controlled by the Arduino.

The Breadboard In order to build a circuit, you have to connect circuit elements together. You could run a bunch of wires to connect components, but you will find that very quickly you end up with a rats nest of wires, and it becomes impossible to debug. In order to keep your circuit organized you need to use a breadboard, pictured below.

The Breadboard The breadboard allows you to connect components together by plugging them into the little holes. The key is to understand how the holes are connected. As you can see in the diagram, the holes in a column (when oriented as shown in the picture) are connected together. So to connect components together you need to plug the leads you want connected into the same column. Note that the columns are not connected across the “trench” in the center of the board.

The Breadboard Also notice that as the long rows ( colored purple) at the top and bottom are connected together. These are typically used to create “rails”.  These are typically used for grounds and supply voltages you might need to connect many components to.

Circuit All the circuits from now on will be built on the breadboard and will use the Arduino to control the circuit. The advantage of using a breadboard is that you can swap the pieces out easily and if you make a mistake you can correct it with out any problem. If you take a look at your Arduino board you will notice that a breadboard is attached to it. There are two sets of letters across the top and numbers that will go down the side. We will plug the different components using these two things. For example you might be instructed to place a resistor in 3A and 5A. So you would just put one end of the resistor is each hole. Remember electricity flows across the rows. If you plug a battery into 1E the electricity will flow through D,C,B,A also. It will not make the jump to F,G,H,I, and J with out the help of another wire.

Lets Build a Circuit We are going to build this circuit in the diagram on the right. This circuit contains 5 things. Part 1 The Arduino board. Part 2 The breadboard. Part 3 Two wires. Part 4 An LED Part 5 A 330 ohms resistors

First Step Add 2 Wires In this step you are going to take 2 wires from your kit (color does not matter). Place one wire from the GND slot on the Arduino to hole 15-A. The other wire will go from pin #13 from the Arduino to hole 20-A.

Second Step Add LED Insert the short leg of the LED (which is the negative side) into hole 15-E and the long leg into hole 16-E

Third Step Add the Resistor Now we need to add the resistor. Find the 330 ohms resistor (the colors will be red, red, brown). One end, (It does not matter what end goes where) goes into hole 16-D and the other end will go into 20-D. You have just completed the circuit now lets load the code.

Load the Code This is the same sketch you wrote from part 1. You should have saved it, but if you didn’t you have to write it again. After you write it you need to upload to the board by clicking on the Arrow button

It should Like This

Credit Call me over so I can see that you have successfully completed the circuit.

How Did This Happen Lets go through the circuit and see how this happens. It is just like in the first sketch you wrote that made the LED blink. Last time we connected the LED to pin #13 and GND (which stands for ground if you forgot). This time we used the breadboard. It was the same program which sends the power to pin #13 but this time a wire carried the voltage to row 20. It then went through the resistor (which protects the LED from to much voltage) it goes up one side of the LED and then back to the GND through a wire to the Arduino. This completes the circuit, remember the voltage always must go back to were it starts.

Review Leave the circuit the way it is for the part 3 Save your program, we will use part of it again in part 3 The breadboard allows you to make and change a circuit very easily. The electricity flows across the rows but not down the columns. It also does not flow over the gap between E and F a wire must take it to the other side. A resistor will have three colored stripes on it to identify the amount of resistance. More on that next lesson. You can use the Arduino to control what is going on in the Breadboard. There is no quiz for this section.