Configure; Build The Project - Espressif Systems ESP32-S3-MINI-1 User Manual

Table of Contents

Advertisement

3 Get Started
Note:
Keep the port name handy as you will need it in the next steps.

3.4.3 Configure

Navigate to your 'hello_world' directory from Step 3.4.1. Start a Project, set ESP32-S3 chip as the target and run
the project configuration utility 'menuconfig'.
cd ~/esp/hello_world
1
idf.py set-target esp32s3
2
idf.py menuconfig
3
Setting the target with 'idf.py set-target ESP32-S3' 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:
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.

3.4.4 Build the Project

Build the project by running:
idf.py build
1
Espressif Systems
Figure 3: Project Configuration - Home Window
11
Submit Documentation Feedback
Selecting the Target
for additional information.
ESP32-S3-MINI-1 & MINI-1U User Manual v0.6

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Esp32-s3-mini-1u

Table of Contents