Comments on: How to Program / Upload Code to ESP32-CAM AI-Thinker (Arduino IDE) https://randomnerdtutorials.com/program-upload-code-esp32-cam/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 06 Aug 2024 08:40:29 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-945720 Tue, 06 Aug 2024 08:40:29 +0000 https://randomnerdtutorials.com/?p=93548#comment-945720 In reply to Bernard.

Hi.
You have to double-check the pins.
Most times, you’ll have to assign them yourself manually.

Is this the one you’re using: https://randomnerdtutorials.com/getting-started-freenove-esp32-wrover-cam/?
Or do you have another version?
Regards,
Sara

]]>
By: Bernard https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-943990 Thu, 01 Aug 2024 09:48:28 +0000 https://randomnerdtutorials.com/?p=93548#comment-943990 Hi,

I’m trying my first ESP32-Cam project with a WROVER from Freenove.
When building my application, do I have to define BOARD_WROVER_KIT somewhere so that the compilation of the source code will make the correct assumptions in terms of pins assignment ? (I see #if BOARD_WROVER_KIT several times)
Thanks, B.

]]>
By: Dave https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-926359 Sun, 16 Jun 2024 20:44:40 +0000 https://randomnerdtutorials.com/?p=93548#comment-926359 If you want to run the ESP32-CAM off 5V it is probably “safer” to put the jumper on the 3V3 position and run a separate Dupont wire from the 5V pin on the programmer to the 5V pin on the CAM.

This way the UART logic levels are at 3V3.

]]>
By: Sebastian M https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-918428 Sun, 26 May 2024 06:26:56 +0000 https://randomnerdtutorials.com/?p=93548#comment-918428 Thanks !!!
I read many sites before land here. You explain the crucial steps. Finally, I could program my board…
Thanks again !.

]]>
By: Udo Schake https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-862323 Sun, 24 Sep 2023 20:56:10 +0000 https://randomnerdtutorials.com/?p=93548#comment-862323 Hello,
please note: On some clones of the ESP-CAM, Pin1 of the header P1 is not connected to GND.

Best Regards
Udo

]]>
By: Jesús https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-846943 Wed, 12 Jul 2023 17:34:13 +0000 https://randomnerdtutorials.com/?p=93548#comment-846943 Hello, I have tried everything possible with various configurations and I always get the following error when viewing the camera image on my local ip:
GET http://192.168.1.106/capture?_cb=1689180938227 500 (Internal Server Error )

Could you help me?

]]>
By: ALFREDO GONZALEZ https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-822783 Fri, 03 Mar 2023 15:19:49 +0000 https://randomnerdtutorials.com/?p=93548#comment-822783 In reply to Sara Santos.

Hi Sara:
Thanks for your fast response. I did not mention it before, but I find your tutorials very useful.
Tried again using the ESP32-CAM-MB and get the following in the Serial Monitor:

rst:0x1 (POWERON_RESET), boot: 0x13 (SPI_FAST_FLASH_BOOT)
config: 0, SPIWP:0xee
clk_drv: 0x00, q_drv:0x00, d_drv:0x00, csd_drv: 0x00, hd_drv: 0x00, wp_drv: 0x00,
mode:DI=,clock div: 1
load: 0x3ff0030, len:1344
load: 0x0040078000, len: 13924
ho 0 tail 12 room 4
load: 0x0400804, len: 3600
entry 0x400805f0

Then I tried with the CP2102 breakout, not pressing reset at connecting………
Get the same results in Serial Monitor as above.

Next, CP2102, but pressing reset at Connecting……………
1st try:
Error:A fatal error occurred: invalid head of packet (0x65): Possible serial noise or corruption
2nd try:
Error: A fatal error ocurred: unable to verify chip connection (invalid head of packet (0x78): Possible serial noise or corruption.).
Next tried programming with the MB adapter. sketch seems to load ok. Removed camera board from adapter and connected to PC through CP2102, pushed reset and got two print-outs of the sam results as above but with the followig lines added:
E (508) camera: Detected camera not supported
E(508) camera: Camera probe failed with error 0x106 (ESP_ERR_NOT_SUPPORTED)
Camera init failed with error 0x106

Hope you can help me.
Many thanksfor your time.
Best regards
Alfredo Gonzalez

]]>
By: Sara Santos https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-822748 Fri, 03 Mar 2023 12:33:52 +0000 https://randomnerdtutorials.com/?p=93548#comment-822748 In reply to ALFREDO GONZALEZ.

Hi.
What errors do you get?
Regards,
Sara

]]>
By: ALFREDO GONZALEZ https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-822601 Thu, 02 Mar 2023 21:07:11 +0000 https://randomnerdtutorials.com/?p=93548#comment-822601 Hi Rui and Sara,
Flashed Blink sketch-OK with CP21o2, CP2103 will not work- but any other sketch for streaming video gives all sorts of errors and none gives de ESP32’s IP address.
Your comments are welcome and appreciated.
Best regards,
Alfredo Gonzalez

]]>
By: alex jhonson https://randomnerdtutorials.com/program-upload-code-esp32-cam/#comment-808376 Fri, 06 Jan 2023 13:43:16 +0000 https://randomnerdtutorials.com/?p=93548#comment-808376 Hi there,
i am also using esp32 cam. your territorial has helped me a lot. Today i have a project for using image processing using esp32 can over the live feed i want to use background subtraction on it can you help me a little over it.
if it is possible please recommend similar prjects too for better understanding

]]>