ESP32-CAM: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Links= | #define FLASH 4 | ||
*[https://randomnerdtutorials.com/program-upload-code-esp32-cam/ Uploading code to ESp32-cam] | |||
| |||
= = | |||
= 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/] | |||
| | ||
Line 8: | Line 31: | ||
== A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header == | == 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 | 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 https://stackoverflow.com/questions/61828099/esp32cam-failed-to-connect-to-esp32-timed-out-waiting-for-packet-header] |
Latest revision as of 21: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
- Uploading code to ESp32-cam
- 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/
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