Connected Vehicles

Published on Slideshow
Static slideshow
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Scene 1 (0s)

[Audio] Connected Vehicles Vehicles which are connected over wireless networks to nearby devices are known us Connected Vehicles. They connect to a network to enable communication between vehicles and infrastructure. This is mainly used for passing on important communication or alerting others on events. This uses vehicle to roadside unit communications also called as V2X communications..

Scene 2 (30s)

[Audio] The main objective of this application is Enabling vehicles to connect to wireless networks that connects to devices or infrastructure outside the vehicle. This is done through devices called Telematic Control Units..

Scene 3 (46s)

[Audio] TCU refers to the embedded system onboard on a vehicle. TCUs are controlled by Telecom providers and specific telecom providers' support certain TCUs only. This wirelessly connects the vehicle to cloud services or other vehicles nearby. This uses V2X communication over a telecom network. It provides in vehicle connectivity via wifi or Bluetooth. This helps in implementing the eCall feature in vehicles..

Scene 4 (1m 21s)

[Audio] The solution is designed assuming that the automobile company has SAP ERP implemented in it and has Azure as its Cloud Service provider. The process flow from installation of Telematic control unit in the Assembly Line till the eSim detail updation in SAP is explained in this slide..

Scene 5 (1m 45s)

[Audio] Multiple technical developments are needed to ensure that this feature is working fine in SAP ECC landscape. In Azure Application Programming Interfaces( API) are created for activating eSim and sending vehicle details to SAP. In SAP Process Integration, interface is created to transfer data between Azure and SAP ECC system. In SAP, ABAP enhancement is done to ensure that the eSim number is updated to the production order. This is done to ensure that same eSim number is not Assigned to another vehicle and the vehicle can be tracked uniquely with the Sim number..

Scene 6 (2m 30s)

[Audio] The main benefits of this application are. Connected vehicle feature enabled through this application. Enables Emergency Call feature in vehicles which automatically dials emergency numbers in case of road accidents. This also wirelessly sends airbag deployment instruction to the vehicle. Telecom providers track the vehicles continuously through eSim enabling them to track in in case of theft. This also allows telecom providers to send over the air updates to software..

Scene 7 (3m 6s)

[Audio] Technical developments mentioned can be built as an independent application and can sold for multiple automobile vendors. This feature can be extended to commercial and cargo vehicles in the future in addition to passenger cars. New markets are opting for the Emergency Call feature which can use this prebuilt application..

Scene 8 (3m 29s)

© 2020 NTT DATA, Inc. All rights reserved..

Scene 9 (3m 36s)

Process Flow. © 2020 NTT DATA, Inc. All rights reserved..

Scene 10 (4m 7s)

MCL.Integration.ConnectedCarCertStore-Dev MCL.Integration.ConnectedCarOrchestrator-Dev MCL.GetConnectedCarTableResults MCL.IntgrtnCnnctdCrEtisalat MCL.IntgrtnCnnctdCrVodafone MCL.Integration.ConnectedCarSftp-Dev POST /tcu/certstore POST /tcu/activate GET /connectedcar/log/ GET /vms/carcolour/ POST /rsaenc/ POST /vodafonesvt/ POST /tcu/log POST /tcu/certstore POST /tcu/log validate thumbprint stored in vault In API policy Get the basic credentials, JWT token body from key vault Azure Sequence:- Web App subscribed to MQTT to pull Certificate Web App calls / tcu / certstore API to store the certificate in Key Vault via Logic App. Actia to call / tcu /activate API with HTTP post along with the private key provisioned by PKI. Tcu /activate API policy validates certificate thumbprint to proceed further. Connected Car orchestrator LA is triggered if thumbprint is validated successfully. Based on the Market, Etisalat or Vodafone LA is invoked. Car color is retrieved from SAP via GET API Post activating SIM, SFTP LA is invoked where CSV file is generated. SAP PO endpoint is called to encrypt tcu key with RSA encryption. Generated CSV file is transferred to SAP PO and finally dropped in SFTP server. Logs are stored in Table storage GET / connectedcar /log is used to retrieve sim activation api logs from table storage via logic app MQTT client logs are stored in blog storage in storage account. 1 2 3 4 5 5.1 5.2 5.3 5.3.1 5.3.2 5.4 6 2 POST /tcu/activate Market UAE True F alse 7 TCU does HTTP request to DA, DA then Provision a new certificate to TCU and Azure Web app.