Skip to main content
Associate III
April 3, 2025
Question

Azure IOT STM32H735G-DK implememtation

  • April 3, 2025
  • 1 reply
  • 997 views

Hi currently i am using  STM32H735G-DK  i need to implement Azure IOT using ThreadX 

1. From CubeMX i have generated Drivers for MQTT,DNS,Cloud,DHCP,mdns,sntp in the cloud files where i can update my connection strings of my cloud Configured  Asset I have already created one Azure Asset I need to add those details in cloud folder I have attached file folder structure for your reference

2. I referred an example in git hub 
https://github.com/Azure-Samples/iot-middleware-freertos-samples/tree/main/demos
where all examples are related to WIFI
3. is it possible via Ethernet connectivity instead of WIFI  

4. If it is possible what will be changes we need to do so that I can connect to Azure IOT 

avinpat_8_0-1743679250297.png

 

1 reply

Guillaume K
ST Employee
April 14, 2025

Hello

Try to have a look at X-CUBE-AZURE-H5

It's for STM32H573-DK but it should be similar. It uses ethernet.

It is not packaged as a CMSIS package. Just unzip the .zip file in a directory.

see project in Projects\STM32H573I-DK\Applications\NetXDuo\Nx_Azure_IoT   ( in particular, readme.html)