Build The Project - Espressif Systems ESP32-S3-WROOM-2 User Manual

2.4 ghz wi-fi (802.11 b/g/n) and bluetooth 5 (le) module buit around esp32-s3r8v soc, xtensa dual-core 32-bit lx7 microprocessor flash up to 32 mb, psram up to 8 mb 33 gpios, rich set of peripherals on-board pcb antenna
Table of Contents

Advertisement

2 Get Started
cd ~/esp/hello_world
idf.py set-target esp32s3
idf.py menuconfig
Setting the target with 'idf.py set-target esp32s3' 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
Selecting the Target
for additional information.
If the previous steps have been done correctly, the following menu appears:
Figure 3: Project Configuration - Home Window
You are using this menu to set up project specific variables, e.g. Wi-Fi network name and password, the processor
speed, etc. Setting up the project with menuconfig may be skipped for "hello_word". This example will run with
default configuration
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
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
Running cmake in directory /path/to/hello_world/build
Executing "cmake -G Ninja --warn-uninitialized /path/to/hello_world"...
Warn about uninitialized values.
-- Found Git: /usr/bin/git (found version "2.17.0")
-- Building empty aws_iot component due to configuration
-- Component names: ...
Espressif Systems
11
ESP32-S3-WROOM-2 User Manual v0.6
Submit Documentation Feedback

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ESP32-S3-WROOM-2 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents