Get started with FreeRTOS
Topics
Get started with Quick Connect
To quickly explore AWS IoT, start with AWS Quick Connect Demos
Follow the AWS IoT Getting Started tutorial for a better understanding of AWS IoT and the AWS IoT console. You can modify the demo source code provided with the Quick Connect demos using the chosen board’s build system and tools to connect to your AWS account. The data flow from the AWS IoT console on your account is visible now.
Explore FreeRTOS libraries
Once you have an understanding of how an IoT device and AWS IoT work together, you can start exploring
FreeRTOS libraries
Some commonly used libraries for FreeRTOS based AWS IoT devices are:
Visit freertos.org
Build a secure and robust AWS IoT product
Refer to Featured FreeRTOS AWS IoT Integrations
Develop your AWS IoT application
Follow these steps to create an application project for your AWS IoT product:
-
Download the latest FreeRTOS or Long Term Support (LTS) version from freertos.org
, or clone from the FreeRTOS-LTS GitHub repository. You can also integrate the required FreeRTOS libraries into your project from the MCU vendor’s toolchain if available. -
Follow the FreeRTOS Porting guide to create a project, set up the development environment, and integrate FreeRTOS libraries into your project. Use the FreeRTOS-Libraries-Integration-Tests
GitHub repository to validate the porting.