Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

Porting the Cellular Interface Library to another Modem

FreeRTOS now supports the AT commands of a TCP offloaded Cellular abstraction Layer. In order to add support for a new cellular modem, a developer can use the common component that has already implemented the 3GPP standard AT commands.

In order to port the common component:

  1. Implement the cellular modem porting interface defined in cellular_common_portable.h (Documentation).
  2. Implement the subset of the Cellular Interface library API's that use vendor-specific (non-3GPP) AT commands. The APIs to be implemented are the ones not marked with an "o" in this table.
  3. Implement the Cellular Interface library callback functions that handle vendor-specific (non-3GPP) Unsolicited Result Codes (URC). The URC handlers to be implemented are the ones not marked with an "o" in this table.

The Cellular common APIs document provides detailed information required for each step. We recommend that you start by cloning the implementation of one of the existing modems, then make modifications where your modem's vendor-specific (non-3GPP) AT commands are different.

Current Example Implementations:

Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.