| Targets | ESP32, ESP32-S2, ESP32-S3, ESP32-C3, ESP32-C6, ESP32-P4 |
| ESP-IDF | >= 5.5, < 7.0 |
| License | Apache-2.0 |
| UI | framework-agnostic (LVGL / raw / none) |
1. Add the dependency
hyperwisor_esp_idf
Component source and changelog on GitHub.
main/idf_component.yml:
espressif/esp_websocket_client
and espressif/cjson automatically:
2. Quick start
NIKOLAINDUSTRY_Setup-XXXX, password 0123456789).
3. The umbrella header
#include "hyperwisor.h" pulls in everything — core, Wi-Fi, realtime, commands,
NVS, widget, NTP, HTTP, and board port. Optional features (OTA, GPIO, Display)
are included automatically when their Kconfig option is enabled.
Next: Configuration
Kconfig feature toggles and connection settings.

