Custom Network Protocol Development
Learn the principles of developing custom network protocols on top of TCP or UDP for specific application requirements on the ESP32.
Custom Network Protocol Development Read More »
Learn the principles of developing custom network protocols on top of TCP or UDP for specific application requirements on the ESP32.
Custom Network Protocol Development Read More »
Utilize tools and techniques like ping, traceroute (conceptual), and LwIP statistics on ESP32 for network diagnostics and troubleshooting connectivity issues.
Network Diagnostics and Troubleshooting Read More »
Synchronize the ESP32’s internal clock with network time servers using the Simple Network Time Protocol (SNTP) for accurate timekeeping.
SNTP and Time Synchronization Read More »
Create a WebSocket server on the ESP32, allowing multiple clients to establish persistent connections for real-time, bidirectional communication.
WebSocket Server Implementation Read More »
Implement a WebSocket client on ESP32 for persistent, full-duplex communication channels with WebSocket servers, enabling real-time data exchange.
WebSocket Client Implementation Read More »
Understand TLS/SSL certificate management on ESP32, including storing root CAs, client certificates, and performing server certificate verification.
Certificate Management and Verification Read More »
Secure your ESP32’s HTTP communications using HTTPS (HTTP over TLS/SSL). Learn certificate handling and secure connection establishment.
HTTPS with TLS/SSL in ESP-IDF Read More »
Learn to make HTTP requests (GET, POST, etc.) from your ESP32 using the ESP-IDF HTTP client library to interact with web servers and APIs.
HTTP Client Implementation in ESP-IDF Read More »
Implement IP multicast and broadcast communication on ESP32 using UDP sockets to efficiently send data to multiple recipients simultaneously.
Multicast and Broadcast Communication Read More »
Utilize non-blocking socket modes on ESP32 to perform network reads and writes without halting task execution, improving application responsiveness.
Non-blocking Socket I/O with ESP-IDF Read More »