Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By schufti
#76766
rudy wrote:
I thought there is an internal pullup to GPIO0?


Not in the ESP-12F. There is a 12K in the ESP-12S.


I think he ment "internal" as "on chip" which seems to be true for gpio0/2 at least during boot
User avatar
By Erik84750
#76767 Indeed "on chip": so there is an internal pullup to GPIO0? During boot this pin must be high, when programming this pin must be tied to 0V so I assume that internally this pin is pulled high..
User avatar
By schufti
#76769 did you ever have a look at espressif datasheets?
did you see comparable relevant information in any?
obviously not even people hired for working on "technical relations" get this indormation
(or else igrrr wouldnt have to resort to trial and error on most things hw)

BUT: there was a thread where some guy traced the behaviour of every pin before, during and after reset and this suggest there may be something like weak pullups on gpio0/2 and rst

but it definitely wouldn't be "best practice" to rely on them ...