EasyManua.ls Logo

Freenove ESP32-S3

Default Icon
142 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Any concerns? support@freenove.com
109
Chapter 7 Camera Web Server
www.freenove.com
Open a web browser, enter the IP address printed by the serial monitor in the address bar, and access it.
Taking the Google browser as an example, here's what the browser prints out after successful access to ESP32-
S3's IP.
The effect is shown in the image below.
The following is the main program code. You need include other code files in the same folder when write
your own code.
1
2
3
4
5
6
7
#include "esp_camera.h"
#include <WiFi.h>
// Select camera model
#define CAMERA_MODEL_ESP32S3_EYE // Has PSRAM
#include "camera_pins.h"
Enter IP address.
Save it to SDcard.