WiFi WPS Implementation
Implement Wi-Fi Protected Setup (WPS) on the ESP32 for easy and secure connection to WPS-enabled routers using push-button or PIN methods.
WiFi WPS Implementation Read More »
Implement Wi-Fi Protected Setup (WPS) on the ESP32 for easy and secure connection to WPS-enabled routers using push-button or PIN methods.
WiFi WPS Implementation Read More »
Utilize WiFi power-saving modes (Modem Sleep) on the ESP32 to reduce power consumption while maintaining network connectivity. DTIM intervals explained.
WiFi Power Saving Modes Read More »
Explore basic WiFi roaming concepts for ESP32, enabling devices to switch between Access Points in the same network for better connectivity.
WiFi Roaming Techniques Read More »
Learn techniques to diagnose WiFi connectivity issues on the ESP32, including checking signal strength, pinging gateways, and analyzing event logs.
WiFi Network Diagnostics Read More »
Implement logic on the ESP32 to store credentials for multiple WiFi networks and attempt connections based on availability or priority.
Managing Multiple WiFi Networks 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 »