Chat freely about anything...

User avatar
By Baoshi
#4858
Warthog wrote:> Also never ever supply 3.3V to GPIO2. I burnt two of them by doing so.

Why that? I thought GPIO ports are 3V3 save.


During startup GPIO2 is used as output UART Tx1 . 3v3 will damage the pin when it outputs low.
User avatar
By picstart1
#5569 I have this esp8266-07 with the same pin out 16 pins castellated like the esp-12. It will not serial program.
An esp-03 device will program with the same connections see below.
CH_P/D RST RX TX GPIO 0.
CH_P/D normally pulled high....but pulled low for programming
RST pulled high

Since the esp-07 has other pins like GPIO 15 do any of these other pins need to be pulled high or low for programming?
Solved issue was gpio-15 needs to be pulled down
User avatar
By martinayotte
#5635
picstart1 wrote:...
An esp-03 device will program with the same connections see below.
...
Solved issue was gpio-15 needs to be pulled down


As far as I know, the pulldown on GPIO-15 is also required on ESP-03...