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

demandé il y a 9 mois265 vues
1 réponse
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
répondu il y a 9 mois
profile pictureAWS
EXPERT
Greg_B
vérifié il y a 9 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions