Hello All - I've been trying this for 3 days, and getting no where.
I have an ESP32-S Cam that I bought, and have the FTDI adaptor and female jumper cables set up. The failure comes when trying to upload the sketch at all, and I receive the following error message
"A fatal error occurred: Failed to connect to ESP32: No serial data received."
I've scoured this topic and the resolutions don't seem to work for me. I've verified that the Port is recognized by 1) my computer and 2) I can see it in Arduino IDE 2.1.0.
- noting that while my computer can see the device, it is listed as "USB Serial Port (COM 3)"
I've tried pressing reset on the cam as it uploads (which seems to be the common resolution to the issue) however this does nothing.
I've toggled between the 3.3 and 5v - and again, have verified that the jumper cables are all placed appropriately.
I do not - but at this point, the point is moot. I appreciate the willingness to be informative and help me troubleshoot.
I ended up buying the ESP32 cam MB board, as soon as i plugged in the device to the USB port oddly 1) the port changed but 2) it immediately took the code without issue.
Yes, I have an ESP32-S CAM but It has no AI thinker or Expressif written on it. I am using board "AI thinker ESP32 CAM" in Arduino and below is the output displayed.
Sketch uses 1506929 bytes (47%) of program storage space. Maximum is 3145728 bytes.
Global variables use 70220 bytes (21%) of dynamic memory, leaving 257460 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port COM14
Connecting......................................
Hello,
I purchased the ESP32-CAM-MB adapter (Fig-2) but I still have the same error (A fatal error occurred: Failed to connect to ESP32: No serial data received.)
Please let me know on the following;
-Which Board are you using? I have used several but recommended was ESP32 Dev Module or ESP32 Wrover Module
-Which camera model are you leaving not commented in Arduino IDE?
I am using #define CAMERA_MODEL_AI_THINKER // Has PSRAM
-Are you pressing the reset button before uploading? If not, when?
Thank you for the continued support. Waiting to hear from you!
1. Engage the CAM Board on the top of MB adapter Borad. 2. Connect te MB adapter Board with PC using USB cable. 3. Check that RED LED (power indicator) on MB adapter oard ins ON. 4. Select AT Thinker ESP-CAM Board 5. Select the correct COM Port. If needed, browse through the Device Manager for the assigned COM Port. 6. Uplod the following blinking sketch. There is no need to activate IO0 of RST Buttons on the MB adatre board.
Engage the CAM Board on the top of MB adapter Board. OK
Connect the MB adapter Board with PC using USB cable. OK
Check that RED LED (power indicator) on MB adapter board ins ON. OK
4.Select AT Thinker ESP-CAM Board OK
5.Select the correct COM Port. If needed, browse through the Device Manager for the assigned COM Port. OK
6.Uplod the following blinking sketch. There is no need to activate IO0 of RST Buttons on the MB adapter board. OK
I have tested my COM port using arduino uno board and they function properly.
After uploading the blinking sketch, I had the same error as before (A fatal error occurred: Failed to connect to ESP32: No serial data received.)