Skip to main content
Visitor II
July 14, 2025
Question

Connecting the stm32l475e-iot01a to the azure using Wi-Fi

  • July 14, 2025
  • 0 replies
  • 345 views

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.