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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则