-
Notifications
You must be signed in to change notification settings - Fork 10
Home
MinoriTomino edited this page Jul 23, 2024
·
19 revisions
RXファミリでは、AWSデバイス認定を取得した評価キットおよびFree RTOSプロジェクトで、IoT機器開発をサポートいたします。
RXファミリが提供するAWSクラウドと連携した各種ソリューションは、以下の図を参照ください。
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
最新のAPN・セミナ情報は、<Renesas公式ページ>をご参照ください
MQTT通信やOTA、Fleet Provisioning機能を搭載したデモプロジェクトに関する最新の使用方法は、Getting Start Guideを参照ください。
AWSでの各種設定方法や、e² studioでの操作手順などの詳細を確認したい場合は、以下のチュートリアルも併せてご確認ください。
- デバイスをAWS-IoTに登録する
-
FreeRTOSプロジェクトの入手
FreeRTOSプロジェクトをインポートする(zip)
FreeRTOSプロジェクトをe2studioで新規作成する - FreeRTOSプロジェクトでAWS IoT Coreへの接続に必要な設定を行う
- Amazon FreeRTOSを実行し、RXデバイスをAWS IoTに接続する
トラブルシューティングページをご確認ください。
日本語ページ一覧
- デバイスをAWS-IoTに登録する
- FreeRTOSプロジェクトの新規作成・インポート
- FreeRTOSプロジェクトでAWS-IoT-Coreへの接続に必要な設定
- FreeRTOSプログラムを実行し、AWS-IoTに接続する