selfmade
(Achim)
March 22, 2024, 8:31pm
1
Hello
I’m currently trying to install new firmware on two of my ESP32-S2-Saola-1 boards via the USB port with ESPhome-connect.
Unfortunately it can’t find the USB port.
What’s strange is that when I attach my D1 mini boards or other ESP8266 dev kit boards to the USB port on the PC, ESPhome-connect finds these ports.
I have already tried installing various drivers from the China website. without success.
Both ESP32-S2 boards are not found
What am I doing wrong?
edit
my PC-System is a new WIN-11
Edwin_D
(Edwin D.)
March 22, 2024, 8:44pm
2
There are different types of usb controllers, each requiring different drivers. Check what chip is used and make sure you installed the driver for it.
nickrout
(Nick Rout)
March 22, 2024, 8:45pm
3
Install the drivers from a reliable source.
What serial chip do the boards have? They are likely near the usb port.
selfmade
(Achim)
March 22, 2024, 9:17pm
4
where i find that informations?
my mainboard is a MSI Z790 Tomahawk
i see i have
2x USB 3.2 Gen1 Type A
and some other Type of USB… but chipset? i don’t know sorry…
can i find that in my device-manager?
selfmade
(Achim)
March 22, 2024, 9:22pm
5
where i can check this?
in device-manager?
then usb-controller?
and then?
nickrout
(Nick Rout)
March 22, 2024, 9:23pm
6
selfmade:
where i can check this?
By looking at the chip on the esp development board you’re using.
selfmade
(Achim)
March 22, 2024, 9:45pm
7
on the ESP-Board?`
ESP32-S2-Saola-1 Wroover Board…
is there not same
It is not same same chip like on other ESP32-S2-Saola-1 boards?
i hope a not missunderstood … i send some pics , because i’m not sure
on pic more from try to connect the ESP32-S2
nickrout
(Nick Rout)
March 22, 2024, 9:54pm
8
It is a cp2102. Make sure you install a driver for cp2102.
They are made by silicon labs. Download the driver here, not some screwy unreliable Chinese site
Or install Linux and get all the relevant drivers in the OS. (I can’t believe windows don’t include these drivers)
PS you may need to uninstall the random drivers you installed.
1 Like
selfmade
(Achim)
March 22, 2024, 11:25pm
9
Bingo… many many thanks… thats was the right way…
now i hope i have the driver for all my ESP Boards… but now he read the ESP32 too… very good
Thank You!
1 Like
nickrout
(Nick Rout)
March 24, 2024, 1:38am
10
Do you want to mark my post as the solution please?