Page 1 of 1

Windows USB driver

Posted: Wed Aug 25, 2021 3:28 pm
by GalShi
ESP32-C3-DevKitM-1
What USB driver should be installed in Windows 10?

Re: Windows USB driver

Posted: Thu Aug 26, 2021 7:28 am
by ESP_bignacio
You could try using idf-env just running the following command in Powershell:

Code: Select all

Invoke-WebRequest 'https://dl.espressif.com/dl/idf-env/idf-env.exe' -OutFile .\idf-env.exe; .\idf-env.exe driver install --espressif
Drivers are also part of the ESP-IDF Windows Installer