azure-sdk-for-c-arduino

Azure SDK for Embedded C for Arduino

MIT License

Stars
135

Bot releases are hidden (Show)

azure-sdk-for-c-arduino - 1.1.3 Latest Release

Published by RLeclair over 1 year ago

  • Added sample for the Arduino Portenta H7 board to connect to Azure IoT Central.
  • Added sample for the Arduino Portenta H7 board to connect to Azure IoT Hub.
  • Added sample for the Arduino Nano RP2040 Connect board to connect to Azure IoT Central.
  • Added sample for the Arduino Nano RP2040 Connect board to connect to Azure IoT Hub.
azure-sdk-for-c-arduino - 1.1.2

Published by ewertons almost 2 years ago

azure-sdk-for-c-arduino - 1.1.1

Published by danewalton almost 2 years ago

  • Updated the ADU DTMI to version 1 to be compatible with sent ADU device properties.
azure-sdk-for-c-arduino - 1.1.0

Published by danewalton almost 2 years ago

  • GA release of Azure Device Update APIs for the Embedded C SDK.
  • Includes a sample to update ESP32 devices over the air.
azure-sdk-for-c-arduino - 1.1.0-beta.3

Published by ewertons almost 2 years ago

  • Incorporates latest changes into the Azure Device Update feature.
  • Improvements in ADU samples and their documentation.
azure-sdk-for-c-arduino - 1.1.0-beta.2

Published by danewalton almost 2 years ago

azure-sdk-for-c-arduino - 1.1.0-beta.1

Published by danewalton almost 2 years ago

  • This adds a preview release of the Azure Device Update APIs for the Embedded C SDK.
  • Includes a sample to update ESP32 devices over the air.
azure-sdk-for-c-arduino - 1.0.0

Published by ewertons about 2 years ago

Releasing the official version 1.0.0 of the Azure SDK for C Arduino Library.

No changes done to the codebase.

azure-sdk-for-c-arduino - 1.0.0-beta.5

Published by danewalton over 2 years ago

  • Bumps the SDK version to the newest 1.3.2 version.
  • Includes a bug fix on the user agent string not being URL encoded which could have caused disconnects with devices (especially when using twin functionality).
  • Adds documentation guidance for X509 client authentication.
azure-sdk-for-c-arduino - 1.0.0-beta.4

Published by danewalton over 2 years ago

  • Adds X509 client cert authentication to the samples.
  • Removes user agent workaround.
azure-sdk-for-c-arduino - 1.0.0-beta.3

Published by ewertons over 2 years ago

Description

This is the Azure SDK for C API published as an Arduino library.

Azure SDK for C is an API designed for embedded development, assisting applications to connect their MQTT client to the Microsoft Azure IoT services.

It shall be preferred over previous libraries for connecting to Microsoft Azure IoT:

  • azure-iot-arduino
  • azure-iot-arduino-utility
  • azure-iot-arduino-protocol-http
  • azure-iot-arduino-protocol-mqtt
  • azure-iot-arduino-socket-esp32-wifi

For questions or filing issues please refer to the Azure SDK for C repo.

Release Notes

  • Fix SAS-token refresh crash in ESP32 Azure IoT Central samples.
azure-sdk-for-c-arduino - 1.0.0-beta.2

Published by ewertons over 2 years ago

Description

This is the Azure SDK for C API published as an Arduino library.

Azure SDK for C is an API designed for embedded development, assisting applications to connect their MQTT client to the Microsoft Azure IoT services.

It shall be preferred over previous libraries for connecting to Microsoft Azure IoT:

  • azure-iot-arduino
  • azure-iot-arduino-utility
  • azure-iot-arduino-protocol-http
  • azure-iot-arduino-protocol-mqtt
  • azure-iot-arduino-socket-esp32-wifi

For questions or filing issues please refer to the Azure SDK for C repo.

Release Notes

  • Added sample for ESPRESSIF ESP32 Azure IoT Kit board to connect to Azure IoT Central.
  • Added sample for ESPRESSIF ESP32 board to connect to Azure IoT Central.
  • Merged fixes from community for existing samples.
azure-sdk-for-c-arduino - Initial beta release of the new Arduino library for Azure SDK for C

Published by ewertons almost 3 years ago

This new library maps to the new Azure SDK for C that is designed for
embedded development, published on https://github.com/azure/azure-sdk-for-c.

This new azure-sdk-for-c-arduino library shall be preferred over the previous azure-iot-arduino
library and dependencies (azure-iot-arduino-utility,
azure-iot-arduino-protocol-http, azure-iot-arduino-protocol-mqtt,
azure-iot-arduino-socket-esp32-wifi).

For questions, please refer to maintainer of library.

Related Projects