deki-esp32-integration 1.3.0
Deki package reference
deki-esp32-integration

ESP32 memory, filesystem, serial, and SD card providers

Repository: github.com/dekiengine/deki-esp32-integration · Latest release: 1.1.0 · Needs engine 1.2.0+ · Requires: deki-wifi, deki-ble, deki-http, deki-i2s, deki-uart, deki-i2c, deki-sdcard, deki-rendering

Install: DekiEditor --packages-add deki-esp32-integration <project>, or add it in the Package Manager. Part of Deki; the engine's own components and the C++ API are documented there.

Shown in the editor as ESP32 Integration.

Components

Component Category Description
ESP32SerialSetup ESP32 HAL Answers the editor's commands over the ESP32's serial port.

Feature flags

Compile-time features the package exposes (package.json):

Feature Define Default
Memory DEKI_FEATURE_ESP32_MEMORY_SETUP on
File System DEKI_FEATURE_ESP32_FILE_SYSTEM_SETUP on
Serial Commands DEKI_FEATURE_ESP32_SERIAL_SETUP on
SD Card (ESP-IDF) DEKI_FEATURE_ESP32_SD on
I²C (ESP-IDF) DEKI_FEATURE_ESP32_I2C on
UART (ESP-IDF) DEKI_FEATURE_ESP32_UART on
I²S (ESP-IDF) DEKI_FEATURE_ESP32_I2S on
S3 SIMD Blit Kernels DEKI_FEATURE_ESP32_BLIT_SIMD on
WiFi STA + scan (ESP-IDF) DEKI_FEATURE_ESP32_WIFI on
BLE (NimBLE) DEKI_FEATURE_ESP32_BLE on
HTTPS client (ESP-IDF) DEKI_FEATURE_ESP32_HTTP on

Component reference

ESP32SerialSetup

Answers the editor's commands over the ESP32's serial port.

Inspector name: ESP32 Serial Setup · Category: ESP32 HAL · Type GUID: c9d4eaf6-5081-4c3d-bf27-a04f9e6d8c51

Property Type Default Constraints Description
baudRate int32 115200 9600 to 921600 Serial baud rate

Generated from the package's reflection metadata by the Deki documentation build (engine 1.3.0). Reflected property names are the keys scene files use; a rename ships with an alias, see COMPATIBILITY.md.