Skip to main content
Govardhini
Associate II
May 24, 2024
Question

Request for Assistance with X-CUBE-AWS Package in STM32CubeIDE for BL4S5IIOT01A Board

  • May 24, 2024
  • 2 replies
  • 3758 views

I am currently working on a project using the BL4S5IIOT01A board, where I need to send data, which is being printed on the console, to AWS IoT Core. For this purpose, I intend to utilize the X-CUBE-AWS package.

However, I am unable to find the X-CUBE-AWS package within STM32CubeIDE. Could you please guide me on how to integrate or access the X-CUBE-AWS package in STM32CubeIDE for the BL4S5IIOT01A board? Any detailed instructions or steps to resolve this issue would be highly appreciated.

 

i have a normal embedded led blinking code i have attached the document for your reference, please provide a guide how to link this project with aws. i refered https://catalog.us-east-1.prod.workshops.aws/workshops/b5857416-f2f6-4188-8562-053ec5f983ef/en-US workshop but they did not show the clear step like how to link data logger code with x cube aws package.

 

it would be great if you provide assistance on this query

 

    2 replies

    Associate
    May 24, 2024

     

    https://www.st.com/en/embedded-software/x-cube-aws.html

     

    Get version 2.0.0

    This works under STM32CubeIDE 1.7.0 version at the maximum.

     

     

     

     

    Govardhini
    Associate II
    May 24, 2024

    I NEED STEPS HOW TO INTEGRATE THIS PACKAGE WITH MY NORMAL EMBEDDED PROJECT

    Associate
    May 24, 2024

    It's a standalone project in STM32CubeIDE environment

     

    Launch IDE1.7.0 and import project.

    Path:

    C:\abx\STM32CubeExpansion_Cloud_AWS_V2.0.0\Projects\B-L4S5I-IOT01A\Applications\Cloud\aws_demos\STM32CubeIDE

     

    hayat_0-1716555029631.png

     

    Govardhini
    Associate II
    May 24, 2024

    The current project path you gave involves inbuilt sensor data collection, which is already included in the X-CUBE-AWS package. I want to integrate my custom embedded project, which uses external sensors, with this package.