About DPS client development guides and samples for AzureRTOS

yoji sato 281 Reputation points
2022-10-01T04:05:36.177+00:00

We are trying to use DPS client function in AzureROS environment of Renesas RX65N.

I found the following documentation for the API, but I don't understand how to use it.
Azure IoT Provisioning Client
https://github.com/azure-rtos/netxduo/blob/master/addons/azure_iot/docs/azure_rtos_iot_provisioning_client.md

Could you please provide a guide or sample program for using the above API?

Best regards

Yoji Sato.
Grape Systems Inc.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
330 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,157 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. yoji sato 281 Reputation points
    2022-10-01T04:29:17.643+00:00

    I have resolved this issue myself.

    I found that the AzureRTOS sample projects (sample_azure_iot_embedded_sdk, etc.) already have the DPS function built in.

    In the main source of that sample (such as sample_azure_iot_embedded_sdk.c)
    By enabling "USE_DEVICE_CERTIFICATE", it seems that it will operate using the DPS function, so let's take a closer look at that.

    I will close this matter.

    Yoji Sato.
    Grape Systems Inc.