Webserver
Overview¶
The EBB ESP32 board is ideal for creating a webserver. Here you can find a few sample programs.
Example
There are four example projects for the Arduino IDE which could be downloaded:
PacketMonitor32.ino (download here).
WiFi traffic monitor. Shows the traffic of all nearby devices on the selected WiFi channel at OLED.
ESP32_Webserver.ino (download here).
A webserver. Show textbox from Webserver at OLED, switch RGB LEDs, and set background color of textboxes.
Camera_Webserver.ino (download here).
A camera webserver. Insert SSID and password and goto IP address of your EBB board to see the camera picture.
EspEmail.ino (download here).
An email client. When pressing the OK button the EBB board will send an email over smtp2go.
ESP Board | ESP-WROOM-32 |
---|---|
SW210 |
Activating the component¶
Active all four switches of SW210.
Using the component¶
There is no special source code needed for using this component.
Sample project¶
There are four example projects for the Arduino IDE which could be downloaded:
PacketMonitor32.ino (download here).
WiFi traffic monitor. Shows the traffic of all nearby devices on the selected WiFi channel at OLED.
ESP32_Webserver.ino (download here).
A webserver. Show textbox from Webserver at OLED, switch RGB LEDs, and set background color of textboxes.
Camera_Webserver.ino (download here).
A camera webserver. Insert SSID and password and goto IP address of your EBB board to see the camera picture.
EspEmail.ino (download here).
An email client. When pressing the OK button the EBB board will send an email over smtp2go.