Skip to content

Commit 5ba283c

Browse files
committed
add note for only bootloading
1 parent 46adca0 commit 5ba283c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,26 @@ ESPxx Hardware
204204
- GPIO2 is alternative TX for the boot loader mode
205205

206206
ESP01 example:
207+
207208
![ESP01 connect](https://raw.githubusercontent.com/Links2004/Arduino/esp8266/docs/ESP01_connect.jpg)
208209

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+
209227
### Issues and support ###
210228

211229
Forum: http://www.esp8266.com/arduino

0 commit comments

Comments
 (0)