Skip to content

BREAKING RELEASE: Add MQTT Support, IoT Central, IoT Hub

Compare
Choose a tag to compare
@brentru brentru released this 30 Apr 13:21
f3ff110

BREAKING: This release removes the HTTP API and replaces it with the MQTT API.

This release supports all the device capabilities of Azure IoT Hub and Azure IoT Central. Thanks @jimbobbennett!

IoT Hub

  • Device to cloud messages
  • Cloud to device messages
  • Direct Methods
  • Updating twin reported properties
  • Receiving twin desired properties

IoT Central

  • Telemetry
  • Receiving and setting properties
  • Commands

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-azureiot.

Read the docs for info on how to use it.