2025-07-14 3:59 AM
I am trying to connect the STM32L475E-IOT01A board to Azure IoT Hub using the inbuilt Wi-Fi module, and I'm working within STM32CubeIDE.
I found the official example project iot-middleware-freertos-samples, but it uses CMake, while I need a similar example implemented directly in STM32CubeIDE.
I have already configured the Wi-Fi module in CubeMX, but I need help understanding:
Which libraries are required to add manually in STM32CubeIDE
How to port or adapt the CMake-based example into an STM32CubeIDE project
Any guidance, example projects, or documentation would be greatly appreciated.