-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Hi I Buy from amazon (https://www.amazon.it/ESP32-CAM-Bluetooth-Development-Adattattore-Seriale/dp/B0893FBLFR/ref=sr_1_8?__mk_it_IT=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=esp32+cam&qid=1615721112&sr=8-8)
this esp32cam board which include the adaptor and some jumpers, I connect correctly the jumpers to FTDI module, then I connect a jumper bewteen GND and IO0 and I go in the arduino IDE (I'm on windows) I select the AI thinker board but when I go on ports there is only the native port even if the usb cable is connected from the computer to the adaptor, so I tried to upload the sketch in examples>esp32>camera>cameraWebServer I selected the AI thinker module and I insert my Wifi credentials but after compliling the sketch it says:
esptool.py v3.0-dev
Serial port COM3
Connecting...
Traceback (most recent call last):
File "esptool.py", line 3682, in
File "esptool.py", line 3675, in _main
File "esptool.py", line 3330, in main
File "esptool.py", line 512, in connect
File "esptool.py", line 492, in _connect_attempt
File "esptool.py", line 431, in sync
File "esptool.py", line 369, in command
File "esptool.py", line 332, in write
File "site-packages\serial\serialwin32.py", line 323, in write
serial.serialutil.SerialTimeoutException: Write timeout
Failed to execute script esptool
I tried to install some drivers, restarting pc but I cant upload that sketch so I tried another examples for this board and it gives me same error, I search on internet and there is a similar case but he solved the problem by installing a driver, so i tried to install thah driver but doesn't work. I tried to change usb cable and even pc but it doesn't work. When I plug my usb cable the pc makes a sound and if I go to device manager there is FT23R2 USB UART connected. What can I do?