Skip to main content
Visitor II
July 26, 2021
Solved

How to connect to Azure IoT Hub with x-cube-azrtos-h7

  • July 26, 2021
  • 1 reply
  • 1103 views

I have STM32H723ZG board. I want to connect to Azure IoT Hub and send telemetry from this STM32H723ZG,

Azure IoT Hub and device was already created in Azure Portal.

I downloaded x-cube-azrtos-h7. But I couldn't find the example to connect to Azure IoT Hub.

I found the sample https://github.com/azure-rtos/samples. But this is the sample for STM32F746G-DISCOVERY.

This sample uses sample_azure_iot_embedded_sdk.c. The x-cube-azrtos-h7 also has this in Middlewares\ST\netxduo\addons\azure_iot\samples.

But I couldn't know how to use this in x-cube-azrtos-h7 with STM32CubeIDE.

How can I use Middlewares\ST\netxduo\addons\azure_iot\samples?

How can I connect to Azure IoT Hub with x-cube-azrtos-h7?

    This topic has been closed for replies.
    Best answer by Walid ZRELLI

    Hello @breeze​ ,

    You can get the software from the following link : Microsoft Azure software expansion for STM32Cube

    Then, you shall do porting to your platform.

    I hope this helps.

    BeST Regards,

    Walid

    1 reply

    Visitor II
    August 3, 2021

    Hello @breeze​ ,

    You can get the software from the following link : Microsoft Azure software expansion for STM32Cube

    Then, you shall do porting to your platform.

    I hope this helps.

    BeST Regards,

    Walid