Question regarding Pull-up & Pull-down Resistors

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Question regarding Pull-up & Pull-down Resistors

Post by kfricke » Tue Feb 10, 2015 6:12 pm

I have a question regarding my MOD-WIFI-ESP8266-DEV board and its schematic. Should not be board specific, but more of general understanding of pull-up & pull-down mechanics...

Is this guy on the Olimex forum right by telling that you can simply pull such an "pulled-up" pin to GND?

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Question regarding Pull-up & Pull-down Resistors

Post by dhylands » Wed Feb 11, 2015 12:00 am

That will probably work.

It all boils down to how much current the pin can sink. But my guess is that with 2K ohms, it should be able to override that. I assume that you're talking about the SCL line?

V= IR, or I = V/R. You want the voltage to below the half way mark, so if the voltage across the resistor is more than 1.65v then the signal will look like a logic low. So any current > 1.65/2000 = 0.825 mA should look like a logic low.

User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: Question regarding Pull-up & Pull-down Resistors

Post by kfricke » Wed Feb 11, 2015 11:16 am

Makes sense. Thanks a lot!

Post Reply