Amazon IoT Device Tester for FreeRTOS - FreeRTOS
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon IoT Device Tester for FreeRTOS

The IDT for FreeRTOS is a tool to qualify data throughput rate with the FreeRTOS operating system. The device tester (IDT) first opens a USB or UART connection to a device. It then flashes an image of FreeRTOS configured to test the device functionality under various conditions. Amazon IoT Device Tester suites are extensible and IDT is used for customer Amazon IoT test orchestration.

IDT for FreeRTOS runs on a host computer (Windows, macOS, or Linux) that is connected to the device being tested. IDT configures and orchestrates test cases, and aggregates results. It also provides a command line interface to manage test execution.

FreeRTOS qualification suite

IDT for FreeRTOS verifies the port of FreeRTOS on your micro-controller, and if it can communicate effectively with Amazon IoT in a reliable and secure manner. Specifically, it verifies if the porting layer interfaces for FreeRTOS libraries are implemented correctly. It also performs end-to-end tests with Amazon IoT Core. For example, it verifies if your board can send and receive MQTT messages and process them correctly.

FreeRTOS qualification (FRQ) 2.0 suite uses tests cases from FreeRTOS-Libraries-Integration-Tests and Device Advisor defined in the FreeRTOS Qualification Guide.

IDT for FreeRTOS generates test reports that you can submit to Amazon Partner Network (APN) for inclusion of your FreeRTOS devices in the Amazon Partner Device Catalog. For more information, see Amazon Device Qualification Program.

The following diagram shows the test infrastructure setup for FreeRTOS qualification.


                Flowchart that shows how Amazon IoT Core interacts with your computer and the
                    microcontroller.

IDT for FreeRTOS organizes test resources into test suites and test groups:

  • A test suite is the set of test groups used to verify that a device works with particular versions of FreeRTOS.

  • A test group is the set of individual test cases related to a particular feature, such as BLE and MQTT messaging.

For more information, see Test suite versions

Custom test suites

IDT for FreeRTOS combines a standardized configuration setup and result format with a test suite environment. This environment lets you develop custom test suites for your devices and device software. You can add custom tests for your own internal validation, or provide them to your customers for device verification.

How you configure custom test suites determines the setting configurations that you must provide to your users to run your custom test suites. For more information, see Use IDT to develop and run your own test suites.