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
Copy file name to clipboardExpand all lines: doc/boards.md
+6-10
Original file line number
Diff line number
Diff line change
@@ -95,22 +95,18 @@ In order to use these modules, make sure to observe the following:
95
95
### Serial Adapter
96
96
97
97
There are many different USB to Serial adapters / boards.
98
+
To be able to put ESP8266 into bootloader mode using serial handshaking lines, you need the adapter which breaks out RTS and DTR outputs. CTS and DSR are not useful for upload (they are inputs). Make sure the adapter can work with 3.3V IO voltage: it should have a jumper or a switch to select between 5V and 3.3V, or be marked as 3.3V only.
98
99
99
-
* Note
100
-
- for full upload management you need RTS and DTR
101
-
- the chip need to have 3.3V TTL (5V may damage the chip)
102
-
- not all board have all pins of the ICs as breakout (check before order)
103
-
- CTS and DSR are not useful for upload (they are Inputs)
100
+
Adapters based around the following ICs should work:
104
101
105
-
* Working ICs
106
102
- FT232RL
107
103
- CP2102
108
104
- CH340G
109
-
- maybe others (drop a comment)
105
+
106
+
PL2303-based adapters are known not to work on Mac OS X. See https://github.com/igrr/esptool-ck/issues/9 for more info.
110
107
111
108
### Minimal Hardware Setup for Bootloading and Usage
112
109
113
-
ESPxx Hardware
114
110
115
111
| PIN | Resistor | Serial Adapter |
116
112
| ------------- | -------- | -------------- |
@@ -125,12 +121,12 @@ ESPxx Hardware
125
121
126
122
* Note
127
123
- GPIO15 is also named MTDO
128
-
- Reset is also named RSBT or REST (adding PullUp improves the stability of the Module)
124
+
- Reset is also named RSBT or REST (adding PullUp improves the stability of the module)
129
125
- GPIO2 is alternative TX for the boot loader mode
130
126
-**Directly connecting a pin to VCC or GND is not a substitute for a PullUp or PullDown resistor, doing this can break upload management and the serial console, instability has also been noted in some cases.**
131
127
132
128
### ESP to Serial
133
-

129
+

134
130
135
131
#### Minimal Hardware Setup for Bootloading only ##
0 commit comments