Building an ESP32 Web Server with Arduino IDE

In this project, you will create a standalone web server with the ESP32 using the Arduino IDE programming environment, which controls outputs (two LEDs).The web server is mobile responsive and can be accessed using any device as a browser on the local network.We will guide you step by step on how to create the web server and how the code works.

Project Overview

Before diving into the project, it is important to outline what our web server will do to make it

Getting Started with C# NanoFramework: WIFI Scanning, Connecting, and HttpWebRequest on ESP32

Congratulations! The new board has finally arrived, without further ado, let’s get started.

The main function of the ESP32 is WIFI. With WIFI, it can directly connect to the home WIFI router and access the internet. At this point, it acts like a small computer or smartphone, making it very convenient to connect to the internet.

The ESP32 WIFI has three main modes:

  1. 1. AP mode (WIFI router mode), where it becomes a router itself, providing WIFI services to other devices.

  2. 2. STA mode

Using ESP_NOW for Inter-device Communication on ESP32 S3 with Arduino

0x00 What is ESP_NOW?

ESP-NOW is a wireless communication protocol defined by Espressif that allows for direct, fast, and low-power control of smart devices without a router. It can coexist with Wi-Fi and Bluetooth LE.
Currently, it supports multiple series of SoCs such as ESP8266, ESP32, ESP32-S, and ESP32-C. ESP-NOW is widely used in smart home appliances, remote control, and sensor applications.
Using ESP_NOW for Inter-device Communication on ESP32 S3 with Arduino

Characteristics of ESP_NOW Communication Protocol

Using ESP_NOW for Inter-device Communication					</div>
									</div>
						
							<div class= 2025-01-04

Ultimate Guide to Building an ESP32 E-Paper Weather Display

Introduction

The ESP32 E-Paper Weather Display is an excellent device powered by the ESP32 microcontroller and an e-paper display. It can obtain weather information from the internet and display it on a highly readable e-paper screen, making it easy to view both indoors and outdoors. This guide references the open-source project ESP32-e-Paper-Weather-Display and will guide you step-by-step through the production process, allowing you to create your own custom weather display.

Ultimate Guide to Building an ESP32 E-Paper Weather Display

Hardware

The hardware

Build Your Own ESP32 Game Console and Controller – Open Source Project

Build Your Own ESP32 Game Console and Controller - Open Source Project

Project Name: 【Rachel】 Mini Game Console~

Project Author: Forairaaaaa

Introduction

This is a super easy to replicate game console!

Build Your Own ESP32 Game Console and Controller - Open Source Project

Because!

Not only are the circuit files and source code open source...

Software part explanation is extremely detailed!!

Build Your Own ESP32 Game Console and Controller - Open Source Project

Netizens have expressed—“Learning the source code makes programming much easier!”

Build					</div>
									</div>
						
							<div class= 2025-01-04

Build Your Own Smart Robot with ESP32-CAM

Introduction

The ESP32-CAM is a microcontroller module that integrates Wi-Fi and Bluetooth functionality, along with a camera interface, making it an excellent choice for building smart robots. In this project, I will show you how to construct a simple AI robot using the ESP32-CAM module, which can stream video to an Android device and perform AI task processing on the Android device.

Build Your Own Smart Robot with ESP32-CAM

Hardware Requirements

Based on the images returned by the camera, AI interpretation is

Why is the ESP32 So Popular?

The ESP32 is something many people may have heard of or used. If you have previously used an Arduino development board, you might have come across it as well. The ESP32 refers to a series of chips and modules produced by Shanghai Espressif Systems, rather than a specific chip, which is something to note. Today, I will introduce Espressif's chips.

Espressif's Chip Family

Espressif has five system products, namely: ESP32S series, ESP32C series, ESP32H series,ESP32, and ESP8266 (Yes, except for the ESP8266,

Innovative Projects and Developments in Embedded Systems

Innovative Projects and Developments in Embedded Systems

Author: Xiaoyu, Typesetting: Xiaoyu

WeChat Official Account: Chip Home (ID: chiphome-dy)

01 CPU vs FPGA

It vividly expresses the computational logic of CPU and FPGA. The CPU tends to be multifunctional and usually executes instructions serially. Although it has multiple cores, each core still executes in a serial manner, the design of the CPU is aimed at executing a wide range of tasks, including operating systems, applications, algorithms, etc. On the other hand,

Practical Guide to Serial Communication with Android

Introduction

In the previous article, we discussed the basics of serial communication. If you haven't read it, I recommend you do so first; otherwise, you might not fully understand some of the content in this article.

This article will explain the practical aspects of serial communication on the Android side, specifically how to implement data exchange between Android devices and other devices such as PLC motherboards using serial communication.

It is important to note that, as mentioned in the previous article, my current

Back to Top
Product has been added to your cart