Docs menu

Exported Firmware

Standalone ESP-IDF Export

Export a decoupled native project and continue with normal developer-owned ESP-IDF tooling.

Standalone workflow

  1. 01Validate the Canvas, Preview and referenced assets.
  2. 02Export the standalone project from Studio.
  3. 03Open the generated folder in VS Code or an ESP-IDF terminal.
  4. 04Keep generated UI changes in Studio; add product behaviour to 95_UserEvents.c or normal developer modules.
  5. 05Build, flash and monitor with idf.py.

Ownership after export