This is a precompiled version of the ESP32 IDF Hello World example. You can run it with Wokwi, either using the Wokwi for VS Code Extension or through the command line using wokwi-cli.
- Install the Wokwi for VS Code Extension
- Open this folder in VS Code
- Press "F1" and choose "Wokwi: Start Simulator"
- Install wokwi-cli
- Run
wokwi-cli <path-to-this-folder>
To recompile this program, install esp-idf and then run:
cd $IDF_PATH/examples/get-started/hello_world
idf.py set-target esp32
idf.py build
Then copy build/hello_world.bin
, build/bootloader/bootloader.bin
, build/partition_table/partition-table.bin
and build/hello_world.elf
to the bin
directory inside this repo.