Tutorial ESP32 - Kconfig dengan ESP-IDF

Tutorial ESP32 - Kconfig dengan ESP-IDF25:35

Informasi unduhan dan detail video Tutorial ESP32 - Kconfig dengan ESP-IDF

Pengunggah:

Shawn Hymel

Diterbitkan pada:

9/9/2025

Penayangan:

2.6K

Deskripsi:

In this tutorial, I demonstrate how to use Kconfig with ESP-IDF to configure and manage your ESP32 project. We start by creating a simple ESP-IDF project and adding a custom component with a Kconfig file. You will learn how to define new configuration symbols, display them in menuconfig, and use them in your code with conditional compilation. I also show how ESP-IDF translates your menu choices into CONFIG_* macros and integrates them into the build system. The video covers building the project, saving default values with sdkconfig, customizing logging verbosity, and other project settings. Finally, I point to a full written tutorial and a GitHub repository for reference. 0:00 Pendahuluan 0:58 Membuat proyek demo 4:02 Menggunakan menuconfig 10:06 Membangun proyek 11:35 Menyimpan nilai default dengan sdkconfig 14:53 Simbol Kconfig kustom 19:25 Menggunakan simbol Kconfig kustom dalam aplikasi 24:30 Kursus IoT dengan ESP-IDF