Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Joel
#37785 Not sure if we are talking about the same ESP8266. I think mine is ESP8266-01. So I don't have any GPIO15.

My ESP8266:
Image

By pulled-up, do you mean that GPIO02 and GPIO00 also need to be connected to 3.3v?
User avatar
By martinayotte
#37786 Of course, the ESP-01 doesn't expose GPIO15, it is already connected to GND, but all other modules have it exposed.
For GPIO2 and GPIO0, yes they need to be connected to VCC thru pullup resistors (something like 4K7 or 10K) to boot in normal execute mode, and GPIO0 need to be temporarily connected to GND if you wish to switch it to UpLoad mode.