Azure IOT Device Provisioning Service

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
sylvanco
Posts: 1
Joined: Wed Mar 31, 2021 9:11 pm

Azure IOT Device Provisioning Service

Post by sylvanco » Wed Mar 31, 2021 9:48 pm

I'm attempting to dynamically provision a device with Azure IOT Device Provisioning Service.
Amazon provides a Python package to do this. Azure IoT Python SDK.

In Python it's useable as shown.

Code: Select all

from azure.iot.device.aio import ProvisioningDeviceClient
Can this be used with micropython on a Digi XBee board?
Can the package be included in lib somehow?
Is there an alternative for micropython?

Post Reply