Implementing Custom Components
Learn how to structure your ESP32 code into reusable custom components within the ESP-IDF build system for better modularity and organization.
Implementing Custom Components Read More »
Learn how to structure your ESP32 code into reusable custom components within the ESP-IDF build system for better modularity and organization.
Implementing Custom Components Read More »
Learn how to write and execute unit tests for your ESP32 code using the Unity framework integrated into ESP-IDF, ensuring code quality and reliability.
Performing Unit Tests on ESP32 Read More »
Learn strategies and best practices for porting existing ESP-IDF code between different ESP32 variants, considering architectural and peripheral differences.
Porting Code Between ESP32 Variants Read More »
Utilize the ESP-IDF unit testing framework (Unity) to write and run tests for your custom components and application logic directly on the ESP32.
ESP-IDF Component Testing Framework Read More »
Discover USB capabilities of different ESP32 SoCs using tinyUSB and ESP-IDF v5.x. Learn Device Types, descriptors and other USB specifications.
USB Implementation in ESP32 Series 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 »
Develop custom event handlers for fine-grained control over WiFi events on the ESP32, extending the default ESP-IDF event loop behavior.
Custom WiFi Event Handlers 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 »
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 »
Explore the ESP-IDF build system based on CMake. Understand how projects are compiled, linked, and managed for the ESP32 platform.
Build System and CMake in ESP-IDF Read More »