We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46adca0 commit 5ba283cCopy full SHA for 5ba283c
README.md
@@ -204,8 +204,26 @@ ESPxx Hardware
204
- GPIO2 is alternative TX for the boot loader mode
205
206
ESP01 example:
207
+
208

209
210
+#### Minimal hardware Setup for Bootloading only ####
211
+ESPxx Hardware
212
213
+| PIN | Resistor | Serial Adapter |
214
+| ------------- | -------- | -------------- |
215
+| VCC | | VCC (3.3V) |
216
+| GND | | GND |
217
+| TX or GPIO2 | | RX |
218
+| RX | | TX |
219
+| GPIO0 | | GND |
220
+| Reset | | RTS* |
221
+| GPIO15 | PullDown | |
222
+| CH_PD | PullUp | |
223
224
+* Note
225
+ - if no RTS is used a manual power toggle is needed
226
227
### Issues and support ###
228
229
Forum: http://www.esp8266.com/arduino
0 commit comments