Code Monkey home page Code Monkey logo

arduino-esp32-kaa-iot's Introduction

Esp32 Kaa Iot Arduino Platform

The Buildstorm platform simplifies the integration of Kaa IoT core features onto ESP32 Hardware, from basic IoT pub/sub functionalities to advanced features like commands and OTA updates.

The architecture is based on the core IDF APIs, complemented by a C++ wrapper tailored for application use, guaranteeing non-blocking operation of all APIs. Each user action, including HTTP requests, MQTT publishing, Shadow updates, 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 Kaa IoT features:

  1. MQTT pub/sub
  2. Telemetry updates
  3. Metadata management
  4. Command processing
  5. OTA firmware updates

Solutions

  1. ESP32 Kaa IoT Platform

Blogs

  1. Kaa OTA Updates
  2. [API Reference Guide]

Example Setup

  1. Follow this article to setup Kaa IoT and generate application version and endpoint token.
  2. Same will be used for all examples
  3. Update the following WiFi and Kaa IoT parameters in app_config.h of the example
#define TEST_WIFI_SSID "Wifi-Router"
#define TEST_WIFI_PASSWORD "Wifi Passwors"

#define KAA_URI "mqtt://mqtt.cloud.kaaiot.com"
#define KAA_PORT 1883

#define KAA_APPLICATION_VERSION "Your Kaa device application version"
#define KAA_ENDPOINT_TOKEN "Endpoint Token"


SoC Compatibility

Name BLE OTA
ESP32 Not Supported Supported
ESP32 S3 Supported Supported

While our Arduino IoT platform currently supports BLE on ESP32S3, these capabilities are accessible on our ESP-IDF platform for all ESP32 SoCs. These functionalities will soon be integrated into Arduino. Until then, you can explore the IDF version of our platform ESP32-idf Kaa IoT Platform.


Arduino setting

  1. ESP32 settings

    esp32 arduino settings




  1. ESP32S3 settings

    esp32s3 arduino settings

Device Menu

  1. On serial terminal, press m to display device menu

arduino-esp32-kaa-iot's People

Contributors

saheblalbagwan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.