EasyManuals Logo

Freenove ESP32-S3 User Manual

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
Page #141 background imageLoading...
Page #141 background image
Any concerns? support@freenove.com
139
Chapter 8 Camera Tcp Server
www.freenove.com
If you do not have a router near you, or if you are outdoors, you can annotate the following code, and then
compile and upload it to ESP32-S3. And you can display the video images on your phone by Method 1.
32
33
34
35
36
37
38
39
40
41
42
43
/////////////////////////////////////////////////////
WiFi.begin(ssid_Router, password_Router);
Serial.print("Connecting ");
Serial.print(ssid_Router);
while (WiFi.status() != WL_CONNECTED) {
delay(500);
Serial.print(".");
WiFi.begin(ssid_Router, password_Router);
}
Serial.println("");
Serial.println("WiFi connected");
/////////////////////////////////////////////////////

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Freenove ESP32-S3 and is the answer not in the manual?

Freenove ESP32-S3 Specifications

General IconGeneral
BrandFreenove
ModelESP32-S3
CategoryControl Unit
LanguageEnglish