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
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/When logged in you land on the AVH Devices page. Click "CREATE DEVICE".
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.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".In the confirmation screen, click "CREATE DEVICE" using the default name and the advance boot options will be checked by default.
In the advanced boot options, we will just use the default. Click "CREATE DEVICE".
The device will then be created. It takes a few moments...
Your STM32U5 IoT Discovery Kit is now ready to go!
Running the example
Click "CONSOLE" on the devices menu.
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
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;