Skip to content

Latest commit

 

History

History

B-U585I-IOT02A

page_type description languages products
sample
Connecting an STMicroelectronics B-U585I-IOT02A device to Azure IoT using Azure RTOS
c
azure-iot
azure-iot-pnp
azure-rtos

Connect an STMicroelectronics B-U585I-IOT02A Discovery kit to Azure IoT

Quickstart article Documentation

The Quickstart button above provides the complete steps for creating an IoT Central application and then configuring, building and flashing the device.

For guidance on connecting additional devices, see the Embedded device quickstarts.

What you need

Get the source code

  1. Clone the repository:

    git clone https://github.com/azure-rtos/getting-started.git
  2. Add Wi-Fi and Azure IoT configuration to the config file:

    STMicroelectronics\B-U585I-IOT02A\app\azure_config.h

  3. Configure a serial port app at baud rate 115,200 to monitor the device output.

STM32CubeMX configuration

The board specific code was creating using STM32CubeMX. The project file can be found in the lib/stmcubeu5/stmcubemx directory if further customization is needed.