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

asked 8 months ago251 views
1 Answer
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
answered 8 months ago
profile pictureAWS
EXPERT
Greg_B
reviewed 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions