Skip to content

Home_Eng

MinoriTomino edited this page Jul 25, 2024 · 9 revisions

Welcome to the AWS IoT Reference for Renesas RX MCUs

English(This page) / 日本語

  1. Tutorial
  2. TroubleShooting

The Renesas RX family prepares evaluation boards and FreeRTOS projects certified by AWS Partner Device.
Please refer to the figure below for the various solutions offered by the RX Family in conjunction with the AWS Cloud.

flowchart TD
classDef blue fill:#06418c,stroke:#fff,stroke-width:2px,color:#fff
    Start(Development of IoT devices using RX)
    Start -->|Step1|CK
subgraph CK[Trial connection to AWS Cloud]
    KitPage[Learn about and purchase<br>the CK-RX65N<br> - Wi-Fi and Ethernet -]:::blue
        click KitPage "https://www.renesas.com/products/microcontrollers-microprocessors/rx-32-bit-performance-efficiency-mcus/ck-rx65n-cloud-kit-based-rx65n-mcu-group"
    KitPage --> Step1[Trial connecting to AWS<br>with a dashboard demo for CK-RX65N]:::blue
        click Step1 "https://www.renesas.com/document/qsg/aws-cloud-connectivity-ck-rx65n-v2-wi-fi-da16600-getting-started-guide"
end
    CK --> |Step2|FreeRTOS
subgraph FreeRTOS[IoT device development]
    GSG[Getting Start Guide]:::blue
        click GSG "https://github.com/renesas/iot-reference-rx/blob/main/Getting_Started_Guide.md"
    GSG --- MQTT[MQTT]:::blue
        click MQTT "https://github.com/renesas/iot-reference-rx/blob/main/Getting_Started_Guide.md#step-4-run-demos"
    GSG --- OTA[OTA]:::blue-.-OTA_Video[Video]:::blue
        click OTA "https://github.com/renesas/iot-reference-rx/blob/main/Getting_Started_Guide.md#step-4-3-run-pubsubmqtt-with-over-the-airota-update-sample-project"
        click OTA_Video "https://www.renesas.com/show-video/nojs/25541551"
    GSG --- Fleet[Fleet<br>Provisioning]:::blue-.-Fleet_Video[Video]:::blue
        click Fleet "https://github.com/renesas/iot-reference-rx/blob/main/Getting_Started_Guide.md#step-4-2-run-pubsubmqtt-with-fleet-provisioning-sample-project"
        click Fleet_Video "https://www.renesas.com/show-video/nojs/25461716"
    GSG --- TSIP[TLS with<br>TSIP]:::blue
        click TSIP "https://github.com/renesas/iot-reference-rx/blob/main/Getting_Started_Guide.md#step-4-4-run-pubsubmqtt-with-over-the-airota-update-sample-project-tls-with-tsip"
end

    FreeRTOS --- |Various solutions to support development|items

subgraph items[Collateral]
    direction RL
    subgraph APN
        2nd[2ndry Device<br>Update]:::blue
            click 2nd "https://www.renesas.com/document/scd/rx65n-group-sample-code-ota-update-secondary-device-amazon-web-services-use-freertos-rev200"
        FWUP[FW Update FIT]:::blue
            click FWUP "https://www.renesas.com/document/apn/rx-family-firmware-update-module-using-firmware-integration-technology-application-notes"
    end
    subgraph Tool
        QE[QE for OTA]:::blue
            click QE "https://www.renesas.com/software-tool/qe-ota-development-assistance-cloud"
    end
    subgraph Wiki[This Wiki]
        Tutorial
        TroubleShooting
        info[Useful Information]
    end
end

Loading

Reference

Tutorial

For the latest information on using Free RTOS projects for RX, please refer to the Getting Start Guide.
If you would like to learn more about the various settings in AWS and operating procedures in e² studio, please also check the following tutorials.

  1. Register device to AWS IoT
  2. Creating and importing a FreeRTOS project
    Importing a FreeRTOS project(zip)
    Create a new 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

TroubleShooting

Please refer to the TroubleShooting.

FreeRTOS Related External Links(aws.com)

  1. Amazon FreeRTOS
  2. Getting Started with FreeRTOS
  3. Amazon FreeRTOS Documents
    1. Amazon FreeRTOS UserGuide
    2. Amazon FreeRTOS API Reference
    3. FreeRTOS kernel fundamentals

Lists

日本語ページ一覧

コンテンツ

Home

FreeRTOSプロジェクトの使用方法

Getting Start Guide

チュートリアル

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

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

Home

How to use FreeRTOS projects

Getting Start Guide

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

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