Presen

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 15

An Introduction to

ESP32 Web Server


1
ORGANIZER
MAEVE RICHARDSON

ALISON
2
OUTLINE TOPICS
• Definition of a
• Hypertext Transfer
Web Server
Protocol
• ESP32 Operating
Modes • Arduino ESP32
• Station Mode Library

• Soft Access Mode


3
INSIGHTS on Webserver
What is Webserver? and how it works?
Web Server is a place which stores, processes and
delivers web pages to Web client.
Web Client is nothing but a web browser on our
laptops and smartphones.

Advance Seminar/Webinar | 2024


3
INSIGHTS on Webserver
• Components: Includes hardware and
software; the software handles HTTP requests.
•Examples: Apache, Nginx, Microsoft IIS.

Advance Seminar/Webinar | 2024


3
INSIGHTS on Arduino ESP32 library
• Purpose: Provides tools and functions to
program the ESP32 microcontroller.
•Features: Includes Wi-Fi, Bluetooth, GPIO,
and sensor interfacing capabilities.
•Usage: Simplifies development for IoT
projects.

Advance Seminar/Webinar | 2024


3
INSIGHTS on ESP32 Operating
Modes
•Wi-Fi Modes: Can operate as a station, soft
access mode, or both.
•Power Modes: Includes active, light sleep,
deep sleep, and hibernation.
•Bluetooth Modes: Supports both classic
Bluetooth and BLE.

Advance Seminar/Webinar | 2024


3
INSIGHTS on Station Mode
•Function: Connects the ESP32 to an existing
Wi-Fi network.
•Use Case: Ideal for IoT devices needing
internet access.
•Configuration: Requires SSID and password
of the target network.

Advance Seminar/Webinar | 2024


3
INSIGHTS on Soft Access Mode
•Function: ESP32 acts as a Wi-Fi access point.
•Use Case: Creates a local network for direct
device-to-device communication.
•Configuration: Can set SSID, password, and
IP range.

Advance Seminar/Webinar | 2024


3
INSIGHTS on Station Mode

Advance Seminar/Webinar | 2024


3
INSIGHTS on Soft Access Mode

Advance Seminar/Webinar | 2024


3
INSIGHTS on Hypertext Transfer Protocol (HTTP)

• Definition: Protocol used for transmitting web


pages over the internet.
•Methods: Common methods include GET,
POST, PUT, DELETE.
•Security: HTTPS is the secure version,
encrypting data between client and server.

Advance Seminar/Webinar | 2024


4
RECOMMENDATION
Recommendation 1
As you provide a demonstration of connecting the ESP32 as a
web server, please follow along with the hardware tutorial.

Recommendation 2
Maintain a consistent professional tone.

Advance Seminar/Webinar | 2024


Evidence
THANK YOU
Presented By : Richard Onog

You might also like