The Buildstorm platform simplifies the integration of KAA IoT core features onto ESP32 Hardware, from basic IoT functionalities to advanced features like OTA updates.
The architecture is based on the core IDF APIs, complemented by a C++ wrapper tailored for application use, guaranteeing the non-blocking operation of all APIs. Each user action, including HTTP requests, MQTT publishing, Commands, and OTA, is logged as an event and seamlessly managed in the background. To maintain this seamless operation, the platform effectively runs a system task.
This establishes a robust foundation for your upcoming IoT project.
Supported features:
- Telemetry
- Metadata
- Commands
- OTA
- This library uses esp-idf v5.2.0
- Update the following WiFi and KAA parameters in
app_config.h
of the example - This configuration will be same accross all examples
#define TEST_WIFI_SSID "YOUR WIFI SSID"
#define TEST_WIFI_PASSWORD "YOUR PASSWORD"
#define KAA_URI "mqtt://mqtt.cloud.kaaiot.com"
#define KAA_PORT 1883
#define KAA_APPLICATION_VERSION "Your Device Application Version"
#define KAA_ENDPOINT_TOKEN "Your Device Endpoint Token"
Name | OTA | Ethernet W5500 |
---|---|---|
ESP32 | Supported | Supported |
ESP32 S3 | Supported | Supported |