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

posta 9 mesi fa265 visualizzazioni
1 Risposta
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
con risposta 9 mesi fa
profile pictureAWS
ESPERTO
Greg_B
verificato 9 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande