thingsboard-client-sdk

Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)

MIT License

Stars
155
Committers
19

Bot releases are hidden (Show)

thingsboard-client-sdk - ThingsBoard Arduino SDK

Published by imbeacon almost 3 years ago

This release contains major fix for templates.

thingsboard-client-sdk - ThingsBoard Arduino SDK

Published by imbeacon about 3 years ago

Minor version of ThingsBoard Arduino SDK.

In this version:

  1. Added Shared attributes API processing - now you can subscribe for shared attributes and get their updates;
  2. Added Provisioning API processing - now you can provision your device on ThingsBoard and get personal credentials for it;
  3. Added Firmware updates API processing (Thanks @YannickR26) - now you can update your device by downloading the binary file from ThingsBoard;
  4. Added Claiming API processing - now you can claim your device on ThingsBoard from tenant level to customer;

The library has examples for every newly added method.
The library was tested on ESP8266 and ESP32 based boards. In case of using not ESP-based board - only telemetry and attributes API will work.

thingsboard-client-sdk - Compatibility fix with JSON library and HTTP demo

Published by forGGe over 5 years ago

Includes:

  • SDK class for working via HTTP
  • Compatibility fix for JSON beta library
  • TinyGSM and HTTP example
thingsboard-client-sdk - Initial SDK release

Published by forGGe almost 6 years ago

Features included:

  • Server-side RPC capabilities (aka device commands).
  • Telemetry upload.
  • Attribute upload.