We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be738f2 commit cf773e4Copy full SHA for cf773e4
README.md
@@ -208,6 +208,21 @@ For stable use of the ESP8266 a power supply with 3V3 and >= 250mA is required.
208
* Note
209
- using Power from USB to Serial is may unstable, they not deliver enough current.
210
211
+#### Serial Adapter ####
212
+
213
+There are many different USB to Serial adapters / boards.
214
215
+* Note
216
+ - for full upload management you need RTS and DTR
217
+ - the chip need to have 3V3 TTL (5V may damage the chip)
218
+ - not all board have all pins of the ICs as breakout (check before order)
219
+ - CTS and DSR are not useful for upload (they are Inputs)
220
221
+* Working ICs
222
+ - FT232RL
223
+ - CP2102
224
+ - may others (drop a comment)
225
226
#### Minimal hardware Setup for Bootloading and usage ####
227
228
ESPxx Hardware
0 commit comments