Skip to content

Commit a2cdb34

Browse files
authored
Update Controller-ESP32-S3.md
1 parent 11ba5bf commit a2cdb34

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Wiki/SetupGuide/Controllers/Controller-ESP32-S3.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,15 @@ If not, you should go back to the [general setup guide](../README.md) and start
8585

8686
### Step 1: Install UART drivers (potentially)
8787

88-
Depending on exactly which ESP32-S3 model you bought, you may need to install UART drivers. Most of them do not require any drivers. But if you need drivers, it will likely be the CP2102 drivers.
88+
Depending on exactly which ESP32-S3 model you bought, you may need to install UART drivers.
8989

90+
Open up Device Manager and look for ESP32-S3 under "Ports". If you don't see it, then you might not the correct driver installed. Or try a different USB port.
91+
92+
If you need drivers, it will either be CH340 or CP210x, depending on what ESP32-S3 model you have. If you don't know which one you have, install both.
93+
94+
Install the appropriate driver for it:
9095
- CP210x: https://www.silabs.com/documents/public/software/CP210x_Windows_Drivers.zip
96+
- CH340: https://www.arduined.eu/ch340-windows-10-driver-download/
9197

9298
Only do this step if you do not see ESP32-S3 show up in device manager as a serial (COM) device.
9399

@@ -235,3 +241,4 @@ There can be many causes of this:
235241

236242

237243

244+

0 commit comments

Comments
 (0)