Chat freely about anything...

User avatar
By Stewart
#79244 What would prevent the ESP8266 from starting when a 1K mosfet resistor or any minute load is connected to GPIO-02? On the serial monitor garbage displays.

With nothing connected to GPIO-02 startup is perfect.
I have built projects using ESP8266 outputs for LEDs in the past on GPIO-02 with no problems..

So once my esp8266 starts I can connect the output to GPIO-02 and operates as expected.

This is the project I'm testing: [url]
​https://www.instructables.com/id/ESP8266-Internet-Alarm/[/url]
User avatar
By QuickFix
#79245 It's considered best practice to pull GPIO2 high at boot or an ESP8266 might not boot properly. :idea:
ESP8266 Wiki wrote:Notes :- GPIO2 It is considered safer to pull it high with a resistor on boot rather than leave it floating to avoid possible chip damage if pin is pulled high by your program but also see http://www.esp8266.com/viewtopic.php?f= ... 524#p22524. GPIO1 (UART TX) also has an effect on boot if pulled low; it will not boot in this case.