File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,26 @@ ESPxx Hardware
204
204
- GPIO2 is alternative TX for the boot loader mode
205
205
206
206
ESP01 example:
207
+
207
208
![ ESP01 connect] ( https://raw.githubusercontent.com/Links2004/Arduino/esp8266/docs/ESP01_connect.jpg )
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
+
209
227
### Issues and support ###
210
228
211
229
Forum: http://www.esp8266.com/arduino
You can’t perform that action at this time.
0 commit comments