pynq arduino digital pins

Posted . Visible to the public.

From arduino:

Input pins make extremely small demands on the circuit that they are sampling, equivalent to a series resistor of 100 megohm in front of the pin. This means that it takes very little current to move the input pin from one state to another, and can make the pins useful for such tasks as implementing a capacitive touch sensor, reading an LED as a photodiode, or reading an analog sensor with a scheme such as RCTime.

Often it is useful to steer an input pin to a known state if no input is present. This can be done by adding a pullup resistor (to +5V), or a pulldown resistor (resistor to ground) on the input. A 10K resistor is a good value for a pullup or pulldown resistor

On pynq it looks like it has 200 ohm resistor in series with the digital IO.

Profile picture of Cuauhtemoc
Cuauhtemoc
Last edit
Cuauhtemoc
Posted by Cuauhtemoc to Cuauhtemoc's Deck (2018-06-08 16:41)