Back to Browse

Developing for ESP32 With CLion on Windows

33.1K views
Sep 10, 2021
10:25

This tutorial shows how to set up a project in CLion for ESP32 development on Windows, covering all the necessary steps in great detail. Starting from downloading and installing the esp-idf development framework, we’ll take a closer look at how esp-idf uses specific environment variables and a dedicated Python environment to compile programs. We’ll create a new CLion project from one of the esp-idf examples and adjust the project settings so that CLion knows about all of the underlying esp-idf dependencies. With the correct project settings, we will close the tutorial by demonstrating some of CLion’s code-insight features and show how to compile, flash, and monitor programs for your ESP32 board directly from within the IDE. 00:00 Intro 00:21 Preparations and initial installations 02:42 Setting up a project in CLion 06:39 Code insight in CLion 08:02 Flashing and monitoring your ESP-32 chip Learn more: Download CLion: https://www.jetbrains.com/clion/download esp-idf GitHub repository: https://github.com/espressif/esp-idf CLion documentation on embedded development: https://www.jetbrains.com/help/clion/embedded-overview.html

Download

0 formats

No download links available.

Developing for ESP32 With CLion on Windows | NatokHD