Advanced WiFi Scan Features and Filtering
Explore advanced ESP32 WiFi scanning options, including passive scans, specific channel scans, and filtering results based on SSID or BSSID.
Advanced WiFi Scan Features and Filtering Read More »
Explore advanced ESP32 WiFi scanning options, including passive scans, specific channel scans, and filtering results based on SSID or BSSID.
Advanced WiFi Scan Features and Filtering Read More »
Learn how to perform WiFi scans using the ESP32 to discover nearby Access Points. Retrieve SSID, signal strength (RSSI), and security information.
WiFi Scanning Implementation Read More »
Implement simultaneous WiFi Station (STA) and Access Point (AP) modes on the ESP32 (APSTA). Connect to a network while also hosting one.
Combining Station and AP Modes (APSTA) Read More »
Learn how to manage clients connected to the ESP32 when operating in Access Point (AP) mode. Monitor connections and disconnect clients.
WiFi AP Client Management Read More »
Configure the ESP32 to act as a WiFi Access Point (AP), allowing other devices to connect directly to it. Set SSID, password, and channel.
WiFi Access Point Mode Configuration Read More »
Learn to handle various WiFi events (connected, disconnected, got IP) in your ESP32 application using the ESP-IDF event loop system.
Handling WiFi Connection Events Read More »
Implement robust WiFi auto-connect and reconnection mechanisms on ESP32 to automatically rejoin networks after disconnects or reboots.
WiFi Auto-connect and Reconnection Strategies Read More »
Understand the step-by-step process of an ESP32 connecting to a WiFi network in station mode, including scanning, authentication, and obtaining an IP.
WiFi Station Connection Flow Read More »
Learn how to configure the ESP32 to connect to an existing WiFi network (Access Point) in Station (STA) mode using the ESP-IDF WiFi driver.
WiFi Station Mode Basics Read More »
Understand the core concepts of the WiFi protocol (802.11). Learn about WiFi standards, operations, and terminology essential for ESP32 connectivity.
WiFi Protocol Fundamentals Read More »