All Collections
Getting Started
Introduction to Arm Virtual Hardware
Introduction to the STM32U5 IoT Discovery Kit Board
Introduction to the STM32U5 IoT Discovery Kit Board

Set up a STM32U5 IoT Discovery Kit device and run the IOT_HTTP_WebServer example

avhsupport avatar
Written by avhsupport
Updated over a week ago

Introduction

This example demonstrates how to create a STM32U5 IoT Discovery Kit device with an example firmware. In this example kernel component in the archive is an IOT_HTTP_WebServer.elf firmware binary produced by STMCubeIDE. Find out more at the ST website.

Creating your device

  1. Log in to AVH with your Arm user account.
    โ€‹https://avh.arm.com/ If you do not have or need to create an Arm account register at https://developer.arm.com/

  2. When logged in you land on the AVH Devices page. Click "CREATE DEVICE".

  3. Click on the "STM32U5 IoT Discovery Kit" to select it. Then click "NEXT".
    โ€‹Please note you require 1 free CPU core to build this device or it will be disabled.

  4. In this next step, you'll see a list of pre-configured examples/stock firmware or you can upload your own custom firmware. In this example, we will use the selection IOT_HTTP_WebServer (1.1.0) in the stock firmware section. Click "SELECT".

  5. In the confirmation screen, click "CREATE DEVICE" using the default name and the advance boot options will be checked by default.

  6. In the advanced boot options, we will just use the default. Click "CREATE DEVICE".

  7. The device will then be created. It takes a few moments...

  8. Your STM32U5 IoT Discovery Kit is now ready to go!

    Running the example

  9. Click "CONSOLE" on the devices menu.

  10. Type SSID from the list ("Arm" in this case) and anything as a password ("Arm" in this case).

    Note: the SSID and password are case-sensitive

  11. Now STM32U5 IoT Discovery Kit virtual device is running a sensor web-server available through VPN or other virtual devices (like Raspberry Pi). It is possible to set sensor values using API or from the sensor tab.

Next steps

Further reading on the STM board page.

Other STM32U5 IoT Discovery Kit examples;

Did this answer your question?