Robotics Workshop| Drone IDE
UART/USB – Driver

Connect laptop to ESP32 UART port via USB cable


Check if the Driver is Installed

  1. Open Device Manager: Press Windows + X and select Device Manager.
  2. In Device Manager, expand the Ports (COM & LPT) section.
  3. Look for Silicon Labs CP210x USB to UART Bridge. If it appears, the driver is installed. If not, you’ll need to install it manually.

Download the Driver

Step 1: Download the CP210x Universal Windows Driver

Step 2: Extract the Driver

Step 3: Install the CP210x Driver

  1. Open Device Manager again (if it’s not still open).
  2. Expand the Ports (COM & LPT) section.
  3. If you see an Unknown device or not yet listed CP210x entry, right-click it; otherwise right-click the existing Silicon Labs CP210x USB to UART Bridge.
  4. Select Update driver from the context menu.
  5. Choose Browse my computer for driver software.
  6. Click Browse and navigate to the folder where you extracted the driver files.
  7. Click Next to begin the installation.

Update the Driver

  1. Windows will install the driver. Once complete, you should see Silicon Labs CP210x USB to UART Bridge listed under Ports (COM & LPT).

Verify the Installation