Skip to content

Configure the FreeRTOS project to connect to AWS IoT Core

MinoriTomino edited this page Jun 7, 2023 · 1 revision

Introduction

This section shows how to connect to AWS IoT Core with a FreeRTOS project for the RX family.

How to configure a FreeRTOS project for the RX Family

The first, you need to prepare the “certificate” and “Private Key” to connect to AWS IoT Core.
These data use as account name and password when IoT devices connect to the AWS.
Please refer to either of the following information on how to set up the certificate and key data for your FreeRTOS project.

  • For Sample Code or Application Notes (APN)
    Please refer to the included documentation
  • For AWS Partner Device certified programs
    Please refer to GettingStartGude for each board
  • For CK-RX65N users
    The following video also shows how to set up the CK-RX65N.
    FreeRTOS Tutorial (2/3) CK-RX65N: Setting up the Program
    alt設定

Important Security Messages from AWS

  • "Certificate" and "Private Key (private key)" are the data equivalent to "Account Name" and "Password" for AWS connection.
  • These should be kept secure.
  • Amazon FreeRTOS code also notes the following.
/* The constants above are set to const char * pointers defined in aws_dev_mode_key_provisioning.c,
 * and externed here for use in C files.  NOTE!  THIS IS DONE FOR CONVENIENCE
 * DURING AN EVALUATION PHASE AND IS NOT GOOD PRACTICE FOR PRODUCTION SYSTEMS 
 * WHICH MUST STORE KEYS SECURELY. */

Execute Amazon FreeRTOS project and connect RX devices to AWS IoT

Please refer the detail procedure in Execute Amazon FreeRTOS project and connect RX devices to AWS IoT

Lists

日本語ページ一覧

コンテンツ

  1. Home
  2. AWS FreeRTOS対応IoT機器開発向け評価キット

チュートリアル

  1. デバイスをAWS-IoTに登録する
  2. FreeRTOSプロジェクトの新規作成・インポート
  3. FreeRTOSプロジェクトでAWS-IoT-Coreへの接続に必要な設定
  4. FreeRTOSプログラムを実行し、AWS-IoTに接続する

ソリューション一覧(OTA・センサデータ可視化)

  1. RXクラウドソリューション一覧

Amazon FreeRTOS 関連外部リンク集

  1. Amazon FreeRTOS
  2. Amazon FreeRTOS の使用開始
  3. Amazon FreeRTOS ドキュメント
    1. Amazon FreeRTOS ユーザーガイド
    2. Amazon FreeRTOS API リファレンスa
    3. FreeRTOS カーネルリファレンスマニュアル
    4. FreeRTOS カーネル開発者ガイド

リアルタイムOS解説動画

  1. RTOSチュートリアル(1/7):なぜRTOSは必要なのか
  2. RTOSチュートリアル(2/7):タスク
  3. RTOSチュートリアル(3/7):ハンドラ
  4. RTOSチュートリアル(4/7):システムコール その1
  5. RTOSチュートリアル(5/7):システムコール その2
  6. RTOSチュートリアル(6/7):構造と性能
  7. RTOSチュートリアル(7/7):マルチコアとRTOS
English Pages List

Contents

  1. Getting Started with IoT Device Developments with the RX Family
  2. Certified evaluation board by AWS

Tutorial

  1. Register device to AWS IoT
  2. Creating and importing a FreeRTOS project
  3. Configure the FreeRTOS project to connect to AWS IoT Core
  4. Execute Amazon FreeRTOS project and connect RX devices to AWS IoT

Solutions List

  1. RX Cloud Solutions

FreeRTOS Related External Links(aws.com)

  1. Amazon FreeRTOS
  2. Amazon FreeRTOS Getting Started
  3. Amazon FreeRTOS Document
    1. Amazon FreeRTOS Users Guide
    2. Amazon FreeRTOS API Reference
    3. FreeRTOS Kernel Reference Manual
    4. FreeRTOS Kernel Developer Guide
Clone this wiki locally