2 Get Started on ESP32-C3-MINI-1U
cd ~/esp/hello_world
1
idf.py set-target esp32c3
2
idf.py menuconfig
3
Setting the target with 'idf.py set-target esp32c3' should be done once, after opening a new project. If the project
contains some existing builds and configuration, they will be cleared and initialized. The target may be saved in
environment variable to skip this step at all. See
If the previous steps have been done correctly, the following menu appears:
The colors of the menu could be different in your terminal. You can change the appearance with the option '--style'.
Please run 'idf.py menuconfig --help' for further information.
2.4.4 Build the Project
Build the project by running:
idf.py build
1
This command will compile the application and all ESP-IDF components, then it will generate the bootloader,
partition table, and application binaries.
$ idf.py build
1
Running cmake in directory /path/to/hello_world/build
2
Executing "cmake -G Ninja --warn-uninitialized /path/to/hello_world"...
3
Warn about uninitialized values.
4
-- Found Git: /usr/bin/git (found version "2.17.0")
5
-- Building empty aws_iot component due to configuration
6
-- Component names: ...
7
-- Component paths: ...
8
9
... (more lines of build system output)
10
11
Espressif Systems
Selecting the Target
Figure 3: Project Configuration Home Window
10
for additional information.
ESP32-C3-MINI-1U User Manual v0.1
Need help?
Do you have a question about the ESP32-C3-MINI-1U and is the answer not in the manual?
Questions and answers