STMicroelectronics / x-cube-azrtos-h7

X-CUBE-AZRTOS-H7 (Azure RTOS Software Expansion for STM32Cube) provides a full integration of Microsoft Azure RTOS in the STM32Cube environment for the STM32H7 series of microcontrollers.

Home Page:https://www.st.com/en/embedded-software/x-cube-azrtos-h7.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure IOT Addon

hmckinlay opened this issue · comments

Hardware: Nucleo-H753ZI
Development Environment: Windows based STM32CubeIDE 1.8.0

This library appears to not include Azure IoT addon. It seems like a strange omission. Is this in the roadmap?
https://github.com/azure-rtos/netxduo/tree/master/addons/azure_iot

I was able to connect to Azure IoT Hub but still working on getting it woking with Azure Central & DPS.

Added these:
https://github.com/azure-rtos/netxduo/tree/master/addons/azure_iot
https://github.com/Azure/azure-sdk-for-c

I now have working the simplest example in here, https://github.com/azure-rtos/netxduo/tree/master/addons/azure_iot/samples the one using 'IoTHub connect using Symmetric key'.

Hi @hmckinlay,

Thank you for having shared what you were able to do so far. I will let our development teams know about it. We will try to get back to you as soon as possible.

With regards,

Hi @hmckinlay , could you please have a look on this repo and check if it fits your needs ?
Azure IoT is not part of the X-CUBE-AZRTOS-XX packages but it is provided in a dedicated package on selected series.
I hope it helps.

Hi @hmckinlay , could you please have a look on this repo and check if it fits your needs ? Azure IoT is not part of the X-CUBE-AZRTOS-XX packages but it is provided in a dedicated package on selected series. I hope it helps.

Thanks for that, took a look. MS is up to v6.1.9, CubeMX uses v6.1.7, this library uses v6.1.2. It's basically a trimmed down version of the existing MS examples, not that useful to me.

Is the Azure IoT addon on the roadmap to be a part of X-CUBE-AZRTOS-XX?

Cheers,
Hamish.