ESP-IDF
This chapter includes the following sections; please read as needed:
- ESP-IDF Getting Started Tutorial
- Setting up the Development Environment
- Running Espressif Official Examples
ESP-IDF Getting Started Tutorial
New to ESP32 ESP-IDF development and want to get started quickly? We have prepared a general ESP32 ESP-IDF Getting Started Tutorial for you. This tutorial aims to help developers quickly familiarize themselves with the basic concepts of ESP-IDF and start developing. It covers environment setup, project creation, component usage, and peripheral programming, helping you take the first step in ESP-IDF programming.
- Section 1: Environment Setup
- Section 2: Running Examples
- Section 3: Creating a Project
- Section 4: Using Components
- Section 5: Debugging
- Section 6: FreeRTOS
- Section 7: Peripherals
- Section 8: Wi-Fi Programming
- Section 9: BLE Programming
Setting up the Development Environment
Please refer to Installing ESP-IDF Development Environment.
Running Espressif Official Examples
Please refer to Waveshare ESP-IDF Getting Started Tutorial - Section 2 Running Examples.