Skip to main content
Associate II
September 4, 2023
Question

STM32L4S5 Discovery Kit, how to use X-CUBE-AWS

  • September 4, 2023
  • 1 reply
  • 1895 views

I am doing various tests using the STM32L4S5 MCU board.

Among them, I register this board with AWS and communicate with MQTT messages

To do so, we connected to AWS using a package called X-CUBE-AWS provided by ST and actually communicated the sensor value of the board with an MQTT message

So what I want to do now is to communicate with other products and send the read value to MQTT instead of the sensor value on the board.

However, I don't know which part of the X-CUBE-AWS package to fix.

If anyone has had a similar experience using X-CUBE-AWS, please advise.

Additionally, may I know what function each project in X-CUBE-AWS has?

Thank you in advance.

ps. I don't know if the meaning is clearly conveyed by using a translator I hope you understand.

This topic has been closed for replies.

1 reply

Technical Moderator
September 4, 2023

Hello @dongkey

This article may help you: Getting started with STM32U5 IoT discovery kit and AWS

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
dongkeyAuthor
Associate II
September 4, 2023

Thank you for your answer.
But it didn't help much.
Do you have any related documents about the package?