Skip to main content

ESP32-S3 Camera OV5640

You are here:
< All Topics

this is a 5MP Camera WROOM ESP by ESPRESSIF

installation

  1. put the Board into Boot mode by the boot button and plug the USB to USB-OTG
  2. on Arduino IDE goto Tools > Board > Board Manager
  3. look for ESP32 by ESPressif Systems , Note this is 3.5GB in Size so if you wish to run Arduino Portable you can do the following
  4. create a new folder named portable/packages in that main installation directory, alongside the arduino.exe file and other default folders like hardware, examples, etc.
  5. Restart Arduino IDE
  6. Proceed in Board manager to install the board

WIFI credential

on CameraWebServer Tab

// ===========================
// Enter your WiFi credentials
// ===========================
const char *ssid = “Router_SSID”;
const char *password = “Router_Password”;

Select board camera

on Board_config.h

the model for this is ESP32S3_EYE has PSRAM

Uncomment it and upload

Monitor to Get IP

after upload reconnect your Board USB on USB-UART or TX-RX via FTDI TTL USB

hit reset button if needed to reconnect

Config the camera

.use the Config Connect IP to setup your camera

use the Stream IP to view steam video

Table of Contents