Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By igrr
#13205 Currently there are two supported ways to enter programming mode:
The first one is RTS+DTR: RTS controls RESET or CH_PD, DTR controls GPIO0 — this one will be enabled by default in the next release.
The second one is DTR+TXD (see schematic posted in this thread: https://github.com/esp8266/Arduino/issues/22).
If you have something else in mind, please open an issue against esptool-ck and I'll implement that as well.
User avatar
By markbee
#13207 First: Awesome work on the Arduino IDE for the ESP!

When will the next version be released? I'm currently developing a breadboard adapter (it's already tested) and would love to implement the feature asap.