Smart Home Automation Forum

Full Version: USB drivers?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am looking for the USB drivers for this. 

Thanks
here is USB driver for CH340 chip, it use by KinCony KC868-A series board:
https://www.kincony.com/download/CH341SER.zip
Awesome, thank you!
Just in case it helps anyone else. It's also in the YT videos.

In the Arduino IDE -> Preferences -> Additional board managers URLs -> https://dl.espressif.com/dl/package_esp32_index.json

Then select esp32 by espressif as the board. The examples should work then
ok, thanks.