ESP32-CAM: Difference between revisions

From DWIKI
(Created page with "  =FAQ= ==A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header== seems you have to choose the wrover card *https://stackover...")
 
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
        


#define FLASH 4
 
=   =
= Documentation =
*[https://randomnerdtutorials.com/projects-esp32-cam/ https://randomnerdtutorials.com/projects-esp32-cam/]
== Programming ==
Programming works for me using [[FT232RL|FT232RL]] 3.3v-5v TTL USB Serial Port Adapter set to 3.3V, and connecting Vcc to the 3.3V pin on the ESP32-CAM module.
To actually run after programmin it seems to need 5V on the 5V pin
 
 
= Links =
*[https://randomnerdtutorials.com/program-upload-code-esp32-cam/ Uploading code to ESp32-cam]
*[https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/ https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/]
*[https://arduinodiy.wordpress.com/2019/08/03/turning-led-off-and-on-on-the-esp32-camera-module-using-bluetooth/ https://arduinodiy.wordpress.com/2019/08/03/turning-led-off-and-on-on-the-esp32-camera-module-using-bluetooth/]
 
= FAQ =
== A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header ==
Trying to program using the ESP-PROG? Doesn't work for me either


=FAQ=
==A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header==
seems you have to choose the wrover card
seems you have to choose the wrover card


*https://stackoverflow.com/questions/61828099/esp32cam-failed-to-connect-to-esp32-timed-out-waiting-for-packet-header
*[https://stackoverflow.com/questions/61828099/esp32cam-failed-to-connect-to-esp32-timed-out-waiting-for-packet-header https://stackoverflow.com/questions/61828099/esp32cam-failed-to-connect-to-esp32-timed-out-waiting-for-packet-header]

Latest revision as of 22:03, 26 March 2021

#define FLASH 4

 

 

Documentation

Programming

Programming works for me using FT232RL 3.3v-5v TTL USB Serial Port Adapter set to 3.3V, and connecting Vcc to the 3.3V pin on the ESP32-CAM module.

To actually run after programmin it seems to need 5V on the 5V pin

 

 

Links

 

FAQ

A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

Trying to program using the ESP-PROG? Doesn't work for me either

seems you have to choose the wrover card