Using Your Arduino, Breadboard and Multimeter Work in teams of two! living with the lab 1 © 2012 David Hall.

Slides:



Advertisements
Similar presentations
Why won’t my Arduino work???? living with the lab © 2012 David Hall.
Advertisements

temperature system wiring
College of Engineering & Science living with the lab Ohm’s Law © 2012 David Hall 1.5V.
Using the servo library living with the lab Libraries are computer programs written to add functionality to Arduino programs. A library to control hobby.
Conductivity sensor implementation living with the lab © 2011 LWTL faculty team.
Using the Board of Education Breadboard and Your Multimeter ENGR 120 Work in teams of two!
Analog and Digital Measurements living with the lab 14 digital input / output pins 6 analog input pins © 2012 David Hall.
Waterproofing a thermistor ENGR 121 living with the lab © 2013 David Hall.
Using the Arduino to Make an LED Flash Work in teams of two! living with the lab digital I/O pins (I/O = input / output) USB cable plug power pins.
Living with the Lab Using Your Arduino, Breadboard and Multimeter EAS 199A Fall 2011 Work in teams of two!
User-defined functions in Arduino sketches living with the lab © 2012 David Hall.
Voltage Drops Around Closed Loops 470  220  5V   220  living with the lab.
Living with the lab Attaching Arduino to Boe-Bot Chassis © 2012 David Hall.
Cascaded switching of a solenoid valve living with the lab transistor relay solenoid valve © 2012 David Hall.
Assembly of conductivity flow loop living with the lab (in preparation for calibrating conductivity sensor)
Switches & whiskers on the Arduino living with the lab lever arm switches mounted to Arduino © 2012 David Hall.
Breadboards, Multimeters, and Resistors EGR1301. Your Multimeter leads probes pincer clips – good for working with Boe-Bot wiring You will use the multimeter.
College of Engineering & Science living with the lab Introduction to Electricity What is electricity? electricity is the flow of electric charge... for.
Using fixed-cell references and built-in functions in Excel living with the lab © 2012 David Hall.
220  470  Gnd5V Currents Through Parallel Resistors 1 living with the lab © 2012 David Hall.
470  220  Gnd5V Currents Through Parallel Resistors 1 living with the lab © 2011 LWTL faculty team.
Using Hobby Servos with the Arduino living with the lab © 2012 David Hall.
Introduction to Microsoft Excel living with the lab © 2012 David Hall.
Voltage Drops Around Closed Loops 470  220  5V   220  living with the lab © 2012 David Hall.
Navigating the engineering disciplines robot challenge living with the lab © 2012 David Hall.
Kirchoff’s Current Law (KCL) living with the lab University of Pennsylvania Library and Wikipedia Gustav Kirchoff (left) and Robert Bunsen (right) Bunsen.
Adding a Barrel Jack to a Battery Pack living with the lab © 2012 David Hall.
Using for loops to control LEDs living with the lab 1 1 arduino.cc the for statement allows us to repeat a block of commands a limited number of times.
Resistors Foundations of Technology Resistors © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™
Using Your Arduino, Breadboard and Multimeter ME 120 Fall 2013 Work in teams of two!
Controlling an LED with a switch. 2 breadboard place where you can build electric circuits really quickly the magical breadboard.
Building Circuits.
Controlling Servos with the Arduino
Connecting Switches.
Series and Parallel Resistors
Introduction to the Arduino
Why Won’t My Arduino Work?
Troubleshooting Your Multimeter
Using servos.
calibration of conductivity sensors
What’s in your kit?.
Robot Assembly.
How to Use Dial Calipers
Controlling a Motor with Cascading Switches
Introduction to Transistors
Introduction to the Fishtank
RGB LEDs.
Conservation of Mass Problem
Maxbotix Ultrasonic Distance Sensor
Introduction to Transistors
Troubleshooting Your Multimeter
a few of my favorite sensors
Relays.
using for loops to control LEDs
using the Arduino to make LEDs flash
Using Photoresistors with an Arduino
Data Types.
analog and digital measurements
Using “if” statements.
Controlling the Heater
Digital Input from Switches
Implementing Switches Using Interrupts
Arduino: For Loops.
Non-Concurrent Force Systems
IR Object Detection IR detector IR LED IR light reflected off object
Interfacing a Rotary Encoder with an Arduino
Counting Servo Gear Teeth (FS90R Servos)
Static Equilibrium Problem
Reservoir Loop.
Gearmotor Efficiency W table top gearmotor pulley string.
Presentation transcript:

Using Your Arduino, Breadboard and Multimeter Work in teams of two! living with the lab 1 © 2012 David Hall

living with the lab 2 The content of this presentation is for informational purposes only and is intended only for students attending Louisiana Tech University. The author of this information does not make any claims as to the validity or accuracy of the information or methods presented. Any procedures demonstrated here are potentially dangerous and could result in injury or damage. Louisiana Tech University and the State of Louisiana, their officers, employees, agents or volunteers, are not liable or responsible for any injuries, illness, damage or losses which may result from your using the materials or ideas, or from your performing the experiments or procedures depicted in this presentation. If you do not agree, then do not view this content. The copyright label, the Louisiana Tech logo, and the “living with the lab” identifier should not be removed from this presentation. You may modify this work for your own purposes as long as attribution is clearly provided. DISCLAIMER & USAGE

Your Multimeter leads probes You will use the multimeter to understand and troubleshoot circuits, mostly measuring DC voltage, resistance and DC current. turn knob to what you would like to measure pincer clips – good for working with robot wiring (push these onto probes) living with the lab 3

The Arduino Duemilanove (older version of the Uno) 14 digital I/O pins (I/O = input / output) USB cable plug external power plug microcontroller (the brains) Power can be provided through the USB cable (+5V from the computer) or externally (7-12V supply recommended) power pins on-board voltage regulator analog input pins living with the lab 4

Measure Vin Vin will be the same as your power supply voltage. The battery pack here has 8 AA batteries, resulting in approximately 12V (11.68V was measured) Vin = power supply voltage Gnd = ground (negative) switch to DC Volts living with the lab 5

Check Voltage at 5V Power Pin The on-board voltage regulator reduces the voltage from Vin down to about 5V 5V = power from on-board voltage regulator Gnd = ground (negative) switch to DC Volts Notice that the regulated voltage is very close to the “target” of 5V living with the lab 6

Check Voltage at 3V3 Pin The Arduino also has an on-board voltage regulator that outputs 3.3V. 3.3V = power from USB chip Gnd = ground (negative) switch to DC Volts If you ever need less than 5V for a project, you can use this pin. The current that you can draw from this pin is limited to 50mA. max power = V∙I = 3.3V∙0.05A = 0.165W = 165mW living with the lab 7

Select Resistors Find the 470  and the 10k  resistors from your parts kit. Now, find the 10k  resistor. Example: 470  resistor: 4 = yellow 7 = violet Add 1 zero to 47 to make 470, so 1 = brown So, 470 = yellow, violet, brown colordigit black0 brown1 red2 orange3 yellow4 green5 blue6 violet7 gray8 white9 first digit second digit number of zeros tolerance gold = ±5% silver = ±20% living with the lab 8

set multimeter to measure  set multimeter to measure  R ~ 470  Check Resistance of Resistors 470  resistor living with the lab 9

LEDs (Light Emitting Diodes) Electricity can only flow one way through an LED (or any diode). The flat spot on the LED must be connected to ground (GND). Diagram from Wikipedia description of an LED electronic symbol + - living with the lab 10

Building an LED Circuit Supplies: 2 wires – cut a little longer than the jumper wires that come with your kit and strip the ends LED 470  resistor battery pack (or you can power the system using the USB cable from your computer) living with the lab 11

Building an LED Circuit (the next slide explains how the breadboard works) red wire to +5V supply green wire to Gnd short leg of LED connects to ground wire living with the lab 12

Breadboarding these pins are not connected these pins are connected the two sides are not connected living with the lab 13

The Circuit 5V  5V these circuit diagrams are equivalent symbol for ground (Gnd) living with the lab 14

Replace the 470  Resistor with the 10k  Resistor What happens and Why?? ANSWER: The smaller resistor (470  ) provides less resistance to current than the larger resistor (10k  ). Since more current passes through the smaller resistor, more current also passes through the LED making it brighter. What would happen if you forgot to put in a resistor? You would probably burn up your LED. living with the lab 15 The End