Skip to content

datacentricdesign/dcd-sdk-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCD SDK Arduino

This library allows connecting to dcd hub and update value of thing property provided by property_id.

Currently, this library uses the MQTT interface to connect to the DCD hub and update particular thing property. In a future release, there will be more functionality added to ''create a new property" or "search for existing ones."

You can find a simple example of updating property values from the example folder provided with the library.

Required Libraries

Because the DCD Arduino SDK uses other libraries as dependencies, You need to install those libraries first.

The libraries you need to install are:

  1. WiFiNINA: it lets WiFi-enabled Arduino connect to the internet.
  2. ArduinoMqttClient: This library allows you to connect to any MQTT server and send a message as the topic.

Changelog

The initial beta version 0.0.1 of the dcd-sdk-arduino library to update property value on the DCD hub.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added