IOT edge services for near real time data transfer in automotive vehicle

0

Hi,

I am looking for AWS edge services that run in the Vehicle Gateway for low latency and near real time CAN data transfer to cloud (less than a second). Please provide the details.

Thanks, Bala

質問済み 9ヶ月前265ビュー
1回答
1

Hi Bala. There are few AWS services that can be used for this. For a fully managed approach, AWS IoT FleetWise can manage vehicles at scale, and provides both an edge agent and cloud capabilities to securely ingest CAN Bus data. However, while it can collect specific PIDs at a high frequency, it only publishes to the service every 10 seconds to optimize data transfer.

You could also use AWS IoT Core and MQTT to establish a connection to the cloud and then have your local code read the CAN signals and publish. Note that there is a maximum of 100 messages-per-second, or 512KiB per-second, whichever is reached first. This will provide sub-second response nominally (P90-99) for most operations.

If you have more details on what amount of signals and frequency you're looking to ingest, and what development capabilities are available for you, we can help guide you in the right direction.

AWS
Gavin_A
回答済み 9ヶ月前
profile pictureAWS
エキスパート
Greg_B
レビュー済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ