| Author |
Message |
electronc_elementary
Joined: 16 Mar 2008 Posts: 33 Helped: 1
|
12 May 2008 7:58 pull up&pull down resistors |
|
|
|
| Hi,who can tell me why & when use pull up & pull down resistor?
|
|
| Back to top |
|
 |
IanP
Joined: 05 Oct 2004 Posts: 6347 Helped: 1505 Location: West Coast
|
12 May 2008 8:08 Re: pull up&pull down resistors |
|
|
|
| Quote: |
The Pull-up Resistor
This time in Very Basic Circuits, I would like to talk about pull-up resistors. The basic function of a pull-up resistor is to insure that given no other input, a circuit assumes a default value. Actually, there are two flavors of this circuit. A pull-up and a pull-down. Their function is the same, to create a default value for a circuit, but one pulls the line high, the other pulls it low.
|
http://www.seattlerobotics.org/encoder/mar97/basics.html
rgds,
ianp
|
|
| Back to top |
|
 |
Miguel Gaspar
Joined: 06 Mar 2006 Posts: 391 Helped: 36 Location: Culiacán, Sinaloa, Mexico
|
13 May 2008 2:05 pull up&pull down resistors |
|
|
|
Usually it refears to a uncommited transistor , that is a collector with no conection and you can put a pull up resistor in order to work, or a emitter with no conection and you can use a pull down resistor.
Tha use of that kind of resistors are from transistors to digital logic and voltage comparators.
|
|
| Back to top |
|
 |
eepty
Joined: 21 Oct 2005 Posts: 35
|
14 May 2008 3:37 pull up&pull down resistors |
|
|
|
The pull up and pull down resistor can be used for many purpose. Whenever, you want the circuit to be logical 1, use pull up resistor, if you want logical 0, use pull down resistor.
Except use for the transistor, we also use many pull up and pull down resistors on microprocessor ports.
|
|
| Back to top |
|
 |
cesare
Joined: 21 Feb 2002 Posts: 177 Helped: 7
|
16 May 2008 6:21 Re: pull up&pull down resistors |
|
|
|
| Pullup and pulldown resistors can be used for different purposes. Generally speaking they keep the line to which they are connected to a fixed level through a quite high impedance generator. Due to this high resistance the level driven from the pull up/down can be easily overdriven
|
|
| Back to top |
|
 |
ssankurathri
Joined: 16 Mar 2006 Posts: 91 Helped: 5
|
16 May 2008 6:54 Re: pull up&pull down resistors |
|
|
|
the pull up or pull down resistors are basically used to convert an undefined state (floating state) in to a stable state.
pull-up will provide stable state of logic high, where as pull down will provide stable state of logic low.
|
|
| Back to top |
|
 |
ckshivaram
Joined: 21 Apr 2008 Posts: 327 Helped: 22 Location: india
|
16 May 2008 7:51 Re: pull up&pull down resistors |
|
|
|
Pull up are used to increase current capacity of the port pin by certain amount.
e.g. id you connect a device to port pin it may require 50 mA for its operation. but controller pins have around 25mA max current. So these pins will be loaded because of the load of the other external device. This can also cause damage to the controller and its pins.
So in order to make the other device work properly, we put a pull up resistor whose one end is connected to controller and other end to Vcc. applying KCL to this. current meeting at nodes gets added up. We have some amount of current flowing from controller pins and since resistor is connected to Vcc, some amountof current flows from there and both currents gets added up and flows to the device, which makes the device operational, without loading the controller port pins.
Similarly Pull down resistors work in the reverse way, Hope this answers your question to some extent.
|
|
| Back to top |
|
 |
dunn
Joined: 12 Apr 2001 Posts: 143 Helped: 13
|
16 May 2008 8:06 Re: pull up&pull down resistors |
|
|
|
| electronc_elementary wrote: |
| Hi,who can tell me why & when use pull up & pull down resistor? |
One good point missed out (I think) is that a PULL UP resistor is used to PULL the voltage to the supply (usually +5 VDC) and a PULL DOWN resistor is used to PULL the voltage to the reference (usually O VDC).
|
|
| Back to top |
|
 |