Pull-Up & Pull-Down Resistors

Slides:



Advertisements
Similar presentations
Basic Electric for heating What is Electricity?
Advertisements

Previous Lecture 12 Voltage Dividers with Resistive loads.
Power to circuit board Ground Positive Neutral We opened the back end of the fixture to expose the AC wiring.
Janelle Yong SACNAS Community Day October 29, 2011.
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Embedded Programming and Robotics
Circuits Series and Parallel. Series Circuits Example: A 6.00 Ω resistor and a 3.00 Ω resistor are connected in series with a 12.0 V battery. Determine.
 A ‘shocking’ discovery.  In order for current to flow, the pathway must be a continuous, uninterrupted loop called a circuit.
Using a digital multimeter (DMM) A brief guide. As a voltmeter (large voltages) Switch to V = 20, this is the maximum DC voltage it will read The red.
Ch4 Electronic Components Circuit/Schematic Symbols.
Microprocessors Tutorial 1: Arduino Basics
TLC5940 controller / 16 RGB LEDs Eric Moore 1/25/2009 ~druid/balloon/ Files and image of circuit ALL PIN NUMBERS ARE SIMPLIFIED.
12. Power Distribution Systems 1) Schematic diagram of part of a house wiring system 1.
Is this a series circuit or a parallel circuit?
Section 13.1,  Pg. 606 in your textbook SymbolNameSymbolName One cell SOURCE Ground CONTROL Three cells in series SOURCE Resistor LOAD Switch CONTROL.
CSIS CSIS Input AND from Transistors Illustrates basic use of IDL-800 Illustrates construction of gates Illustrates the “transistor bleed-through”
Discovery Kits: Electricity. 1.5 V Battery Batteries in series Closed switch Open switch V Motor Components.
CS 8421 Computing Systems, Dr. Hoganson Copyright © 2004, 2006 Dr. Ken Hoganson CS Class Will Start Momentarily… CS8421 Computing Systems.
Circuits with more than one resistor, then Watt happens? Series and Parallel are the 2 ways of connecting multiple resistors.
PRACTICE (WB) 1)Four resistors in series. Choose voltage for your battery. Determine I and V across each resistor. 2)Four resistors in series. Chose I.
Digital Electronics Board-of-Education : Input. Board of Education - Input This presentation will explain, both from a hardware and software perspective,
Microprocessors Tutorial 1: Arduino Basics
MAKE: AN ELECTRONICS WORKSHOP
Electromagnetism Lecture#11 Part (1) MUHAMMAD MATEEN YAQOOB THE UNIVERSITY OF LAHORE SARGODHA CAMPUS.
Bdps 2 Lecture 2. Circuits and Ohm's Law For resistive circuits.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
Embedded Systems Programming (What they do and when / how to use them)
ELECTRICAL CIRCUITS Multimeter.
H-Bridge Motor Driver.
Seven Segment Displays
Example The voltage between node A and B is 4V
Microcontroller basics
connect a DC-Motor with an arduino
Aim: How is a Series Circuit different from a Parallel Circuit?
Microprocessors Tutorial 1: Arduino Basics
Digital-to-Analog Analog-to-Digital
Do Now: Why does current not come from a battery? Explain.
Integrated Circuits.
Consider the function in which E, R, and C are known constants
UCD ElecSoc Robotics Club 2017/2018
Arduino Basics Rajeev Dwivedi, PhD.
Seven Segment Displays
Seven Segment Displays
How to avoid catching things on fire.
Electronic Education Kits
Seven Segment Displays
Visual Instructions.
Instructor Resources.
Chapter 2 Push button and Potentiometer
Seven Segment Displays
Lecture 10 Circuit Basics of Microprocessor
Elec 2607 Digital Switching Circuits
The current through the resistors is 300mA.
FIGURE 6-1 The amount of current flowing into junction point A equals the total amount of current flowing out of the junction.
CSCI1600: Embedded and Real Time Software
Basic circuits Electrical circuits Electrical properties Ohm’s law
Introduction to Wiring Logic Gates
THE RESISTOR Forward characteristic Reverse characteristic Circuit.
All About Serial.
CSCI1600: Embedded and Real Time Software
Comparing Series and Parallel Circuits
Midterm Solutions Source Transformations
Florida Engineering Education Conference (FEEC)
Arduino 7 Segment Display Lab
Logic Gates AIM: To know the different types of logic gate
Example Example 1: An electric lamp is rated 110 W, 200 V. When the lamp is operated at its rated power and voltage, calculate a) the current flowing through.
Instructor Resources.
Interrupts.
Buttons.
Presentation transcript:

Pull-Up & Pull-Down Resistors The How and Why Instructor: Richard T. Vannoy II RVannoy@ITT-Tech.edu RoboticsProfessor@GMail.com

Pull-Up & Pull-Down Resistors Why are they used/needed? What are they? What’s the difference between pull-up & pull-down? How do they work? What size resistor should I use?

How NOT to connect!! Switch closed = Good Ground Switch open = FLOATING!!

Pull-Up Resistor Switch open = Good 5 volts Switch closed = Good Ground I = V / R = 5V / 10K = 0.005A = 5mA

Pull-Down Resistor

What Value for R1?? R1 = 1/10th of R2 R1 Same as R2 10 Times R2 10 KΩ Switch Open Volts 4.54 V 2.5 V 0.45 V Switch Closed 0 V

THREE GREAT LINKS http://www.seattlerobotics.org/encoder/mar97/basics.html Very Basic Circuits; The Pull-up Resistor is an excellent article with illustrations. http://www.sparkfun.com/tutorials/218 SparkFun article 'Pull-Up Resistors’ goes deeper and shows you how to determine the size of pull-up resistor to use. http://arduino.cc/en.Tutorial/DigitalPins Arduino article 'Digital Pins’ gives a good explanation why 'floating' pins cause problems, and shows how to access the built-in 20K pull-up resistors in the Arduino series of boards.

The End Any questions?