You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Linux |[](https://travis-ci.org/igrr/Arduino)|[arduino-1.6.1-linux64.tar.xz](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-linux64.tar.xz)||
11
-
| Windows |[](https://ci.appveyor.com/project/igrr/Arduino)|[arduino-1.6.1-p1-windows.zip](https://github.com/igrr/Arduino/releases/download/1.6.1-esp8266-1/arduino-1.6.1-p1-windows.zip)|[appveyor Build](https://ci.appveyor.com/project/igrr/Arduino/build/artifacts)|
11
+
| Windows |[](https://ci.appveyor.com/project/igrr/Arduino)|[arduino-1.6.1-p1-windows.zip](https://github.com/igrr/Arduino/releases/download/1.6.1-esp8266-1/arduino-1.6.1-p1-windows.zip)|[appveyor 64Bit Build](https://ci.appveyor.com/project/igrr/Arduino/build/artifacts)|
12
12
| OS X ||[arduino-1.6.1-macosx-java-latest-signed.zip](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-macosx-java-latest-signed.zip)||
13
13
14
14
@@ -181,8 +181,48 @@ Libraries that don't rely on low-level access to AVR registers should work well.
181
181
182
182
#### Upload via serial port ####
183
183
Pick the correct serial port.
184
-
You need to put ESP8266 into bootloader mode before uploading code (pull GPIO0 low and
185
-
toggle power).
184
+
You need to put ESP8266 into bootloader mode before uploading code.
185
+
186
+
#### Minimal hardware Setup for Bootloading and usage ####
187
+
188
+
ESPxx Hardware
189
+
190
+
| PIN | Resistor | Serial Adapter |
191
+
| ------------- | -------- | -------------- |
192
+
| VCC || VCC (3.3V) |
193
+
| GND || GND |
194
+
| TX or GPIO2*|| RX |
195
+
| RX || TX |
196
+
| GPIO0 | PullUp | DTR |
197
+
| Reset*|| RTS |
198
+
| GPIO15*| PullDown ||
199
+
| CH_PD | PullUp ||
200
+
201
+
* Note
202
+
- GPIO15 is also named MTDO
203
+
- Reset is also named RSBT or REST (adding PullUp improves the stability of the Module)
204
+
- GPIO2 is alternative TX for the boot loader mode
0 commit comments