Skip to main content

ESP-IDF with ESP32-C6 Workshop - Assignment 1: Install the Espressif-IDE

·1 min·
WS001 - This article is part of a series.
Part 2: This Article

Assignment 1: Install the Espressif-IDE
#


To get started and perform all the workshop assignments, you need to install the Espressif-IDE. This IDE will be used to create the project, flash and debug the code.

As an alternative, you can use the VS Code extension for ESP-IDF or you can use the Command-Line-Interface (CLI) directly, however, this workshop is based on the Espressif-IDE and all the assignments will follow the steps using this IDE.

Install the Espressif-IDE
#

This assignment will be done by the following tutorial: Getting Started with IDEs Workshop.

You will need to:

  • Install all the necessary drivers for Windows
  • Install the Espressif-IDE
  • Install ESP-IDF
  • Create the first project
  • Build
  • Flash
  • Debug

Next step
#

Now that you know how to use Espressif-IDE, let’s get started with ESP-IDF and create a project based on the components.

Assignment 2: Create a new project with Components

WS001 - This article is part of a series.
Part 2: This Article

Related

ESP-IDF with ESP32-C6 Workshop - Assignment 2: Create a new project with Components
8 mins
Assignment 2: Create a new project with Components # In this assignment, we will show how to use components to accelerate your development.
ESP-IDF with ESP32-C6 Workshop - Assignment 3: Connect to Wi-Fi
4 mins
Assignment 3: Connect to Wi-Fi # Now it’s time to connect the ESP32-C6 to a Wi-Fi network.
ESP-IDF with ESP32-C6 Workshop - Assignment 4: Try using NVS
6 mins
Assignment 4: Try using NVS # As you can see from the last assignment, the Wi-Fi credentials were stored hard-coded.