ESP32-CAM: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#define FLASH 4 | |||
| |||
= = | |||
= Documentation = | = Documentation = | ||
*[https://randomnerdtutorials.com/projects-esp32-cam/ https://randomnerdtutorials.com/projects-esp32-cam/] | |||
== Programming == | == 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. | 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 | To actually run after programmin it seems to need 5V on the 5V pin | ||
| |||
| | ||
Line 14: | Line 24: | ||
*[https://randomnerdtutorials.com/program-upload-code-esp32-cam/ Uploading code to ESp32-cam] | *[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://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/] | |||
| |
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