An open API service indexing awesome lists of open source software.

https://github.com/wokwi/esp32c6-hello-world

ESP32-C6 on Wokwi for VS Code
https://github.com/wokwi/esp32c6-hello-world

esp-idf esp32-c6 wokwi

Last synced: 2 months ago
JSON representation

ESP32-C6 on Wokwi for VS Code

Awesome Lists containing this project

README

        

# 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](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode) for Visual Studio Code.
3. Build target project:

```
idf.py build
```

4. 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.