element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
element14's The Ben Heck Show
  • Challenges & Projects
  • element14 presents
  • element14's The Ben Heck Show
  • More
  • Cancel
element14's The Ben Heck Show
Forum Viewer Question: Pull Up Resistors
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join element14's The Ben Heck Show to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 5 replies
  • Answers 2 answers
  • Subscribers 32 subscribers
  • Views 846 views
  • Users 0 members are here
Related

Viewer Question: Pull Up Resistors

e14 Contributor
e14 Contributor over 13 years ago

Hi can you please explain pull up/pull down resistors but please don't use the standard switch, logic gate, resistor schematic. I've seen that a thousand times online an I'm still confused.

 

I would like to be more specific with my question but it's hard to be when you don't know what you're even talking about. i guess i'm confused about what this logic gate is in these schematics, why 5V is constantly being supplied to them through a resistor, why this switch is connected to ground, and basically everything else about it...sorry, confusing question from a confused individual...basically pull up resistors: please explain. thank you!

  • Sign in to reply
  • Cancel
Parents
  • johnbeetem
    0 johnbeetem over 13 years ago

    Wikipedia has a good explanation: http://en.wikipedia.org/wiki/Pull-up_resistor

     

    The purpose of a pull-up (or pull-down) resistor is to force a circuit node to a voltage when nobody else is driving it.  Most logic technologies nowadays require that their inputs be a solid logic 1 = TRUE (usually more than 2.0V) or a solid logic 0 = FALSE (usually less than 0.8V).  If the input voltage is between those the input circuit may become sad and (for example) consume excess power.

     

    Pull-up resistors are sometimes needed when you first apply power to a circuit so that circuit nodes go to the correct value while the rest of the circuit is powering on.  For example, most microprocessors treat their general-purpose I/O pins as inputs until their software turns them into outputs.  If the output is connected to something critical, it's important that it have the correct value as the processor is booting.

     

    In the Wikipedia circuit, if the switch is open then the pull-up resistor pulls the logic gate to Vin, which the gate considers to be a logic 1 (TRUE).  If you close the switch, the direct connection to ground is stronger than the pull-up resistor so the logic gate input goes to 0V which the gate considers to be logic 0 (FALSE).  When the switch is closed, a small amount of current flows through the resistor.  The amount of current is Vin/R.  For example, if Vin is 5.0V and R is 10K Ohms, the current is 0.5 mA.  This is wasted power, in this case 2.5 mW.

     

    Hope this helps.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Reply
  • johnbeetem
    0 johnbeetem over 13 years ago

    Wikipedia has a good explanation: http://en.wikipedia.org/wiki/Pull-up_resistor

     

    The purpose of a pull-up (or pull-down) resistor is to force a circuit node to a voltage when nobody else is driving it.  Most logic technologies nowadays require that their inputs be a solid logic 1 = TRUE (usually more than 2.0V) or a solid logic 0 = FALSE (usually less than 0.8V).  If the input voltage is between those the input circuit may become sad and (for example) consume excess power.

     

    Pull-up resistors are sometimes needed when you first apply power to a circuit so that circuit nodes go to the correct value while the rest of the circuit is powering on.  For example, most microprocessors treat their general-purpose I/O pins as inputs until their software turns them into outputs.  If the output is connected to something critical, it's important that it have the correct value as the processor is booting.

     

    In the Wikipedia circuit, if the switch is open then the pull-up resistor pulls the logic gate to Vin, which the gate considers to be a logic 1 (TRUE).  If you close the switch, the direct connection to ground is stronger than the pull-up resistor so the logic gate input goes to 0V which the gate considers to be logic 0 (FALSE).  When the switch is closed, a small amount of current flows through the resistor.  The amount of current is Vin/R.  For example, if Vin is 5.0V and R is 10K Ohms, the current is 0.5 mA.  This is wasted power, in this case 2.5 mW.

     

    Hope this helps.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Children
  • Problemchild
    0 Problemchild over 13 years ago in reply to johnbeetem

    As John says the Pull up or Pull down resistor will serve to connect the input to a logic Hi or low respectively when the input isn't been driven and would tend to "float" to an undetermined value.

    Obviously you want the resistor value to be low enough to allow a reasonable current to flow  but conversely high enough that it does not stress the output of the previous stage if there is one.

    For most logic gates resistors of several K ohms are usedand yes as John says they do just sit there disapating your hard earned power image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube