Skip to main content

This site is a preview for github.com/espressif/developer-portal/pull/539

ESP32C3

ESP-IDF tutorial series: Errors
·7 mins
ESP32C3 Errors
This article explains error handling in FreeRTOS-based embedded systems, highlighting common C practices and their limitations. It introduces ESP-IDF’s esp_err_t type and error-checking macros, demonstrating how they help manage errors systematically. It shows practical ways to implement error handling in embedded applications.
ESP-IDF Tutorials: Basic HTTP server
·7 mins
ESP32C3 HTTP Connectivity
This article shows how to create a simple HTTP server. It explains the functions you need and the setup required. After reading this, you should be able to create your own HTTP server on Espressif devices.