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
- Host: GitHub
- URL: https://github.com/wokwi/esp32c6-hello-world
- Owner: wokwi
- Created: 2023-01-21T09:59:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T17:26:27.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:01:53.825Z (3 months ago)
- Topics: esp-idf, esp32-c6, wokwi
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.