Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Matys
#55496 Hello there,
Im new with ESP8266 developing, and i started to use ESP12-F with some arduino experience.

First sketch i tried to is pushbutton - assigned GPIO16 as input , wired 1k pullup resistor from VCC to GPIO16 and pushbutton from the ground to GPIO16 - but it seems that there is no reaction at all when i press the button.

Is there something im doing wrong here ?
User avatar
By martinayotte
#55563 It is possible to use internal weak pullups, but the switch need to be nearby.
On long wire length to the switch, or in harsh environment, you will get noise into GPIO producing false reading, in such case use strong external pullups.