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.
https://www.st.com/en/embedded-software/x-cube-azrtos-h7.html
Other
149 stars 56 forks source link

Azure IOT Addon #16

Open hmckinlay opened 2 years ago

hmckinlay commented 2 years ago

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

hmckinlay commented 2 years ago

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'.

ALABSTM commented 2 years ago

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,

CHAMSTM commented 2 years ago

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.

hmckinlay commented 2 years ago

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.