Using MQTT and AWS through LTE module on STM32WB

Greetings,

I am a beginner in STM32WB55 development and I have a project that requires using the SARA-R422M8S-00B module to connect to the AWS IoT core through AWS FreeRtos. I have installed FreeRTOS in the STM32Cube MX, but I am not sure how to install the core MQTT and AWS IoT libraries on FreeRtos foe STM32WB55 controller. I would appreciate any guidance or resources on how to start this project. Thank you for your time and attention.

coreMQTT and other AWS libraries are distributed as source and you should be able to clone/download them and compile them in your STM32Cube IDE project. You can refer to these examples to know how to use these libraries - FreeRTOS/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator at main · FreeRTOS/FreeRTOS · GitHub.

1 Like