STM32CubeU5 WiFiBasics example

This example will test basic WiFi networking functions

avhsupport avatar
Written by avhsupport
Updated over a week ago


This example will test basic WiFi networking functions

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 WiFiBasics (1.1.0) in the stock firmware section.

  5. Click "SELECT".

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

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

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

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

  10. Click "CONSOLE" to go to the Console.

  11. Model scans for the available WiFi network and connects to the default one ("arm" in this case). There is a console menu to test various functions. For example, http command downloads binary from the ST website.


    ​

Did this answer your question?