Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 568 Bytes

esp32c6-hello-world

A simple example of how to use the ESP32-C6 with the ESP-IDF and the Wokwi Simulator for Visual Studio Code.

Running the project

  1. Install the latest version of the ESP-IDF from GitHub master branch.
  2. Install Wokwi Simulator Extension for Visual Studio Code.
  3. Build target project:
idf.py build
  1. Press "F1" and select "Wokwi: Start Simulator". If this is the first time you run the simulator, Wokwi will ask you to get a license and activate it.