Skip to content

ShaoYurui/ESP_VScode_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP_VScode_Demo

Demo project for ESP32-C3 development using VS Code and ESP-IDF.

Table of Contents

Overview

This guide walks you through setting up your development environment for ESP32-C3 using VS Code, ESP-IDF, and related tools on macOS and Linux. Windows users can skip steps marked "(macOS only)".

Prerequisites

Setup Instructions

1. (macOS only) Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew --version # Should output Homebrew x.x.x

2. (macOS only) Install Toolchain Dependencies

brew install cmake ninja dfu-util
/usr/sbin/softwareupdate --install-rosetta --agree-to-license # For Apple Silicon

See Linux/macOS setup guide for details.

3. Install VS Code & Python

4. Install ESP-IDF Extension for VS Code

5. Install USB-to-UART Driver

6. Configure Project in VS Code

  • Select UART as Flash Method
  • Select ESP32-C3 (QFN32) as the target chip/port

References


For troubleshooting, consult the official ESP-IDF documentation or open an issue in this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages