-
Notifications
You must be signed in to change notification settings - Fork 10
Home_Eng
MinoriTomino edited this page Jul 25, 2024
·
9 revisions
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
- The latest Application Note(APN), seminar and related information : Renesas Official Web
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.
- Register device to AWS IoT
-
Creating and importing a FreeRTOS project
Importing a FreeRTOS project(zip)
Create a new FreeRTOS project - Configure the FreeRTOS project to connect to AWS IoT Core
- Execute Amazon FreeRTOS project and connect RX devices to AWS IoT
Please refer to the TroubleShooting.
日本語ページ一覧
- デバイスをAWS-IoTに登録する
- FreeRTOSプロジェクトの新規作成・インポート
- FreeRTOSプロジェクトでAWS-IoT-Coreへの接続に必要な設定
- FreeRTOSプログラムを実行し、AWS-IoTに接続する