Skip to content

Commit 1d0222c

Browse files
committed
Update boards.md
Mention that PL2303 doesn't work (igrr/esptool-ck#9) and tidy up a bit.
1 parent 8e13741 commit 1d0222c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

doc/boards.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -95,22 +95,18 @@ In order to use these modules, make sure to observe the following:
9595
### Serial Adapter
9696

9797
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.
9899

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:
104101

105-
* Working ICs
106102
- FT232RL
107103
- CP2102
108104
- 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.
110107

111108
### Minimal Hardware Setup for Bootloading and Usage
112109

113-
ESPxx Hardware
114110

115111
| PIN | Resistor | Serial Adapter |
116112
| ------------- | -------- | -------------- |
@@ -125,12 +121,12 @@ ESPxx Hardware
125121

126122
* Note
127123
- 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)
129125
- GPIO2 is alternative TX for the boot loader mode
130126
- **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.**
131127

132128
### ESP to Serial
133-
![ESP to Serial](https://raw.githubusercontent.com/Links2004/Arduino/esp8266/docs/ESP_to_serial.png)
129+
![ESP to Serial](https://raw.githubusercontent.com/esp8266/Arduino/esp8266/docs/ESP_to_serial.png)
134130

135131
#### Minimal Hardware Setup for Bootloading only ##
136132
ESPxx Hardware

0 commit comments

Comments
 (0)