Page 1 of 1

Azure IOT Device Provisioning Service

Posted: Wed Mar 31, 2021 9:48 pm
by sylvanco
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?