Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

pull down resistor

Status
Not open for further replies.

neptune

Member
what is pull down resistor(10k) doing at input.
cant we directly give +9v to input side
please explain...
 

Attachments

  • 4073_02.gif
    4073_02.gif
    6.3 KB · Views: 1,269
  • 4073_02.jpg
    4073_02.jpg
    46.8 KB · Views: 873
The pull-down resistors are to keep the logic level going into the gate at ground until the button is pushed.

IC's are VERYY sensitive to ESD (Electrostatic) and if you leave the inputs 'floating' (not conected) they will pick up signals from a range of things...

and you dont tie the input straight to ground to keep it at logic 0 because when when you press the button you will make a short circuit.
The resistor acts as a load.

It is a high value resistor to heavily limit current, but the IC will still pick up the logic levels.

You can change the resistor value to 10K if you want.
 
what is pull down resistor(10k) doing at input.
cant we directly give +9v to input side
please explain...

You are "giving" 9V to the CMOS input pin when the switch is closed. If it were not for the 10k pull-down resistor, then when the switch is open, the CMOS input pin would be floating, i.e. "undefined", some times low, some times high, and sometimes ???.

With the resistor there, the 10K discharges the input capacitance of the CMOS input pin to ground, putting a defined low logic state there. Even 10K is a very low impedance compared to the input inpedance of a floating CMOS pin.

The rule is: NEVER, EVER leave a CMOS input pin floating!!!
 
all right so its floating logic at input pins. good
thanx mikemi
 
CMOS is nice in that you can use pull-down resistors as well as pull-up resistors. Pull-down resistors never worked well in TTL logic because they had to be of such low value to pull the input down to a valid logical LOW. It's a lot harder to pull a TTL input down than it is to pull up because the voltage range of a logical LOW is a lot narrower than is the voltage range for a logical HIGH. If you HAD to pull down with TTL, it was best accomplished by pulling UP on the input of an inverter and feeding the inverter output to the intended input to be pulled down.

So much for that quick tutorial!

Dean
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top