SlideShare uma empresa Scribd logo
1 de 24
www.luxoft.com
2019-11-20
Connected Mobility: from Vehicle to Cloud
Anton Voloshyn, Program Manager,
Connected Mobility Engineering,
Automotive LOB Luxoft
www.luxoft.com
Content
2
1) Vehicle to outside world interaction
2) Telematics essentials and HW/SW architecture
3) Deep dive into application features
1) Emergency Call
2) Remote Commands
3) Online Traffic and Hazard Information
4) Remote Diagnostics
4) This is just a beginning of the trip
1) 5G and V2X
www.luxoft.com
Vehicle to Outside World Interaction
3
There are few kinds of interactions:
• Dealer or emergency service operator
• OEM cloud, where car data is storing and processing
• Personal mobile device (smartphone, smart watch, tablet) or web based interface
• Vehicle to Vehicle/Infrastructure/Pedestrian/Network
The key element of such interactions is Telematics Unit.
www.luxoft.com
Telematics essentials and architecture (1/3): overall
4
What is Telematics Unit?
The Telematics Unit is essentially a mobile phone located in
your vehicle.
From the one hand Telematics Unit provides cellular
CDMAGSMLTE network communication between back-end
cloud services and the vehicle, from another hand between
Telematics Unit and other ECUs (Head Unit, motion sensors,
board control unit, etc.) through automotive data protocols
(CAN or Automotive Ethernet).
www.luxoft.com
Telematics essentials and architecture (2/3): HW
5
Basic architectural requirements:
• CAN Interface: vehicle status information (Key-ON), VIN,
vehicle speed information and external sensors
• Power Management ensures a stable power supplier to all
components in their defined voltage and current ranges,
manages overvoltage situations jump starts, alternating
voltages, interruptions, short circuits and others.
• Audio interfaces for the speaker, the microphone and the
corresponding drivers (AD, DA converter, amplifier etc.),
buzzer or similar acoustic device
• Human Machine Interface (HMI) manages the interfaces to
the status LED’s for visual feedback and the suppression
button.
• The Network Access Device and eSim in-band modem
capability and is usually controlled using AT-commands
• Antennas for cellular network connectivity and for GNSS
signal reception.
• The GNSS provides a location information. It also indicated
with a confidence bit, whether the position can be trusted.
• The RTC is a real-time clock (or physical clock), which
measures the physical time and ensures the update of the
time even when the in-vehicle system is OFF.
www.luxoft.com
Telematics essentials and architecture (3/3): SW
6
TCU SW architecture is layered: BSPOS – Platform Infrastructure – Application
Board Support Package (BSP)
eCall
Qualcomm MDM 9628 (Cortex A7 and Qualcomm NAD) Flash: 512MB NAND Flash, RAM: 256MB DRAM
WiFi Hotspot Remote Commands
Remote Diagnostics
Traffic and hazard
Car positioning
HW
OS/BSP
Platform Infrastructure
Application
UART Driver
Linux OS
SPI Driver UBI FS SDIO Driver WiFi Driver MMC Driver Ethernet QMI
Phone Manager
Location Manager
Connection Manager
Diagnostics
Time Manager
Persistent Storage
Vehicle Service
Thermal  Power
Management
VBATTDead Reckoning
Audio Manager
Configuration
Manager
CAN  LIN
Life Cycle
Manager
IPC Router
Call Manager
SMS Manager
Network Info
Signal Strength
MQTT Service
Fleet xEV
Provisioning
OTA Updates
Health Report
Phone as a Key
BUB
www.luxoft.com
Emergency Call Functionality (1/6)
7
eCall - European traffic alert system
(analogue is E911 in USA).
Mandatory in all new cars sold
within the EU from April 2018.
The EU expects that eCall will save
2,500 lives each year and reduce
the number of people who are
seriously injured by 15%.
Two types of eCall: automatic or manual.
Once eCall service is triggered in vehicle,
minimum set of data (data and time, GPS
coordinates, vehicle information) is
collected and transferred to the local
emergency center.
eCall feature is subject to certification in
the country where the cars are
manufactured and sold. Our team takes
part in TCU certification from Asia to
North America.
www.luxoft.com
Emergency Call Functionality (2/6): overall
8
eCall is a 112 emergency call triggered either
manually by vehicle occupants or automatically as
soon as an in-vehicle sensor detects a serious
collision.
When activated, eCall establishes an audio
connection with the relevant PSAP (Public Safety
Answering Point).
Using the audio connection, the Minimum Set of
Data (MSD) is sent to the PSAP operator. The most
important data is the accurate geo-location (and
direction vector) of the collision scene, and the exact
make and model of the vehicle. Knowing the exact
location of the collision is vital allowing the rescue
services to arrive much faster at the accident scene.
Time saved translates into lives saved.
www.luxoft.com
Emergency Call Functionality (3/6): sequence diagram
9
eCall normal communication sequence eCall quasi-normal communication sequence
www.luxoft.com
Emergency Call Functionality (4/6): MSD
10
Minimum Set of Data (MSD) as expressed in the EN15722:2019
MSD
MSD
Version
MSD Structure
MSD ID Control VIN Vehicle Propulsion Storage Type Timestamp Vehicle Location Vehicle Direction
Recent Vehicle
Location N1
Recent Vehicle
Location N2
Number Of
Passengers
Optional Additional Data
Control
Automatic Activation Test Call Position Can Be Trusted Vehicle Type
Vehicle Propulsion Storage Type
Gosoline Tank Present Diesel Tank Present Compressed Natural Gas Liquid Propane Gas Other Propulsion Storage
Vehicle Location
Position Latitude Position Longitude
Recent Vehicle Location N1
Latitude Delta Longitude Delta
Optional Additional Data
Old Data
Name Value Type Description
MSD Version INTEGER (0…255) MSD format version
MSD ID INTEGER (0…255) Message identifier, starting with 1 for each new eCall transaction
and to be incremented with every application layer MSD
retransmission following a new ‘Send MSD’ request after the
incident event
Automatic Activation BOOLEAN true = Automatic activation
false = Manual activation
Test Call BOOLEAN true = Test call
false = Emergency
Position Can Be Trusted BOOLEAN true = Position can be trusted
false = Low confidence in position
Vehicle Type ENUM
The supported vehicle types are as
follows ( passenger vehicle, buses and coaches, light commercial
vehicles, heavy duty vehicles, motorcycles)
VIN VIN number according to ISO 3779
Name Value Type Description
Vehicle Propulsion Storage Type INTEGER (0…255) Contains information about the presence of propulsion storage
inside the vehicle sending the MSD
Timestamp INTEGER Timestamp of the initial data message generation within the
current eCall incident event. The timestamp is represented in
seconds elapsed since midnight January 1st, 1970 UTC.
Vehicle Location The last known vehicle position determined at the latest moment
possible before message generation.
Vehicle Direction INTEGER (0…255) The vehicle’s last known real direction of travel (expressed in 2°-
degrees steps from magnetic north (0– 358, clockwise) determined
at the latest moment possible before message generation.
Recent Vehicle Location N1 Known location of the vehicle some time before the generation of
the data for the MSD message
Recent Vehicle Location N2 Known location of the vehicle some time before recent location N1
Number Of Passengers INTEGER (0…255) Number of occupants in the vehicle according to available
information
Recent Vehicle Location N2
Latitude Delta Longitude Delta
www.luxoft.com
Emergency Call Functionality (5/6): Dead Reckoning
11
GPS (1Hz)
Tacho (5Hz or 10Hz)
Gyro / Wheel Speeds
(5Hz or 10Hz)
(Delta) Distance determination
(Delta) Heading determination
Speed
Heading
Position calculation
Kalman Filters
Latitude/Longitude
Position,
Heading,
Speed
(5Hz)
(Delta)
Distance
(Delta)
Heading
The navigation system then uses a Kalman filter to integrate the always-available sensor data with the accurate but occasionally unavailable position
information from the satellite data into a combined position fix.
Dead reckoning is today implemented in some high-end automotive navigation systems in order to overcome the limitations of GPS/GNSS technology
alone. Satellite microwave signals are unavailable in parking garages and tunnels, and often severely degraded in urban canyons and near trees due
to blocked lines of sight to the satellites or multipath propagation.
www.luxoft.com
Emergency Call Functionality (6/6): 2 Wheeler (trigger criteria)
12
1. Riding over speed bums in a row with 2 different heights and different vehicle speeds.
3. Ascending a border at a inappropriate speed of 15 km/h
2. Descending a border at a inappropriate speed of 40 km/h
4. Wheelie. Riding with lifting up the front wheel with a minimum angle of 45° with a
following strong rear wheel brake usage.
5. Stoppie. Riding with lifting up the rear wheel with a minimum angle of 30° by strong
usage of the front wheel brake and a following sudden release oh the front wheel brake.
www.luxoft.com
More Telematics Features
13
Remote functions: remote engine
start/stop, remote door lock/unlock
Telematics Unit functionality is not limited by eCall
Traffic and Hazard information WiFi Hotspot inside
your vehicle
Remote diagnostics: diagnostics
data transfer to service center
Firmware Over The Air: update
your system remotely
Car positioning
Battery charge status of electrical vehicles and obtaining the coordinates of
the nearest charging station considering charge capacity
www.luxoft.com
Remote Commands (1/2): interface with the Cloud Services
Telematics Communication Protocol is designed to provide communication between Vehicle’s TCU and Cloud Services, based on MQTT (Message
Queue Telemetry Transport - is an extremely lightweight publish/subscribe open source messaging transport) protocol for message communication
leveraging TCP protocol. The payload, sent from the TCU to Cloud and vice-versa, is defined using GPB (Google Protocol Buffers is a language-neutral,
platform-neutral extensible way of serializing data structures to define payloads for communications protocols, data storage…etc.) to take advantage
of the name-value pair model for creating data structures.
14
Massage type Definition
Cloud Request Cloud Request is Cloud initiated sequence where Cloud Service sends a request to Vehicle/TCU to perform
any action or to get any information.
Cloud Response Cloud Response is TCU’s response of a Cloud Request. It carries the success or failure of a command
and optionally response data. In some cases, the Cloud Response will just indicate that the action
is “in progress” and an Alert will be sent later indicating the success or failure of the action.
Vehicle Info Update Vehicle Info Update is TCU/Vehicle initiated message when the vehicle identifies a condition to send data to the Cloud.
Correlated Vehicle Info Update: message sent in response to a command is called correlated alert.
Non-correlated Vehicle Info Update: message which is sent as part of a vehicle event and not in correspondence to a command is called non-correlated alert
Vehicle Request Query is TCU initiated sequence to request some information from Cloud/SDN.
Vehicle Response Cloud sends the response of a Query in Query Response message carrying the requested information
subscription topic – named logical channel
/<Region> /<VIN> /<Message type>
Cloud Services MQTT Message Broker Vehicle
topic topic
www.luxoft.com
Remote Commands (2/2): example
Remote functions: remote engine start/stop, remote door lock/unlock, etc.
15
www.luxoft.com
Traffic and Hazard Information (1/2): overall
Traffic and Hazard Information: knowing where the car is located through GPS receiver and destination, the TCU can obtain the traffic
congestion and traffic incidents information from the cloud service.
16
www.luxoft.com
Traffic and Hazard Information (2/2): in vehicle communication
Traffic and Hazard data is much bigger than usual CAN message – 8 bytes (TP – 4096 bytes, TP-on-TP > 4096 bytes)
17
www.luxoft.com
Remote Diagnostics: Unified Diagnostics Services
18
Service Overview
Functional Unit SID Service Name
Diagnostic and
Communication
Management
$10 Diagnostic Session Control
$11 ECU Reset
$27 Security Access
$28 Communication Control
$3E Tester Present
$83 Access Timing Parameter
$84 Secured Data Transmission
$85 Control DTC Setting
$86 Response On Event
$87 Link Control
Data Transmission
$22 Read Data By Identifier
$23 Read Memory By Address
$24 Read Scaling Data By Identifier
$2A Read Data By Periodic Identifier
$2C Dynamically Defi ne Data Identifi er
$2E Write Data By Identifier
$3D Write Memory By Address
Stored Data Transmission
$14 Clear Diagnostic Information
$19 Read DTC Information
Input Output Control $2F Input Output Control By Identifier
Remote Activation of Routine $31 Routine Control
Upload
Download
$34 Request Download
$35 Request Upload
$36 Transfer Data
$37 Request Transfer Exit
Common Response Codes
Hex Description
10 General reject
11 Service not supported
12 Sub-Function not supported
13 Incorrect message length or invalid format
14 Response too long
21 Busy repeat request
22 Conditions not correct
24 Request sequence error
25 No response from sub-net component
26 Failure prevents execution of requested action
31 Request out of range
33 Security access denied
35 Invalid key
36 Exceeded number of attempts
37 Required time delay not expired
38-4F Reserved by Extended Data Link Security Document
70 Upload/Download not accepted
71 Transfer data suspended
72 General programming failure
73 Wrong Block Sequence Counter
78 Request correctly received, but response is pending
7E Sub-Function not supported in active session
7F Service not supported in active session
Common Response Codes
Hex Description
01 Report number of DTC by Status Mask
02 Report DTC by Status Mask
03 Report DTC Snapshot Identification
04 Report DTC Snapshot Record by DTC number
05 Report DTC Snapshot Record by Record number
06 Report DTC Extended Data Record by DTC number
07 Report number of DTC by Severity Mask Record
08 Report DTC by Severity Mask Record
09 Report Severity Information of DTC
0A Report Supported DTC
0B Report First Test Failed DTC
0C Report First Confirmed DTC
0D Report Most Recent Test Failed DTC
0E Report Most Recent Confirmed DTC
0F Report Mirror Memory DTC by Status Mask
10 Report Mirror Memory DTC Extended Data Record by DTC number
11 Report number of Mirror Memory DTC by Status Mask
12 Report number of Emissions Related OBD DTC by Status Mask
13 Report Emissions Related OBD DTC by Status Mask
14 Report DTC Fault Detection Counter
15 Report DTC with Permanent Status
DID is Diagnostic ID
DTC is Diagnostic Trouble Codes
www.luxoft.com
Testing features
19
Automotive homologation is the process of certifying vehicles or a
particular component in a vehicle that it has satisfied the
requirements set by various statutory regulatory bodies. It is
mandatory to get this approval to export automobile products or
components.
On power-up, according to EN 16062 the eCall
IVS shall perform a self-test without
attempting to connect to the cellular network:
GNSS receiver, Speakers, Microphone, eCall
Button, Status indicator, GNSS Antenna,
Cellular Antenna , eSim card/chip, Backup
battery
www.luxoft.com 20
This is just a beginning of the trip (5G and V2X)
www.luxoft.com 21
Two complementary transmission modes (1/2)
www.luxoft.com 22
Two complementary transmission modes (2/2)
www.luxoft.com
Q&A
www.luxoft.com
Thank you

Mais conteúdo relacionado

Mais procurados

gps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminargps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminarhiharshal277
 
Vehicle Tracking System
Vehicle Tracking SystemVehicle Tracking System
Vehicle Tracking SystemSubhash Gupta
 
11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gpsAlexander Decker
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSAshutha K
 
Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Ashutosh Upadhayay
 
project report. final
project report. finalproject report. final
project report. finalKumar Prateek
 
Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi Albin George
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking SystemDiLip ChauDhary
 
vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051Sagar Parmar
 
Mobile Data Terminal M710W Presentation
Mobile Data Terminal M710W PresentationMobile Data Terminal M710W Presentation
Mobile Data Terminal M710W PresentationHarvey Wang
 
VEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMVEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMNishil Patel
 
GPS-GSM integration for enhancing public transportation management services
GPS-GSM integration for enhancing public transportation management servicesGPS-GSM integration for enhancing public transportation management services
GPS-GSM integration for enhancing public transportation management servicesHEMANTA SAHU
 
GPS based Advanced Vehicle Tracking and Vehicle Control System
GPS based Advanced Vehicle Tracking and Vehicle Control SystemGPS based Advanced Vehicle Tracking and Vehicle Control System
GPS based Advanced Vehicle Tracking and Vehicle Control SystemMashood Mukhtar
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadNishanth C
 
Vehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by ArduinoVehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by ArduinoIRJET Journal
 
Design and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsDesign and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsAlexander Decker
 
The Current State of Automotive Security by Chris Valasek
The Current State of Automotive Security by Chris ValasekThe Current State of Automotive Security by Chris Valasek
The Current State of Automotive Security by Chris ValasekCODE BLUE
 

Mais procurados (20)

gps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminargps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminar
 
Vehicle Tracking System
Vehicle Tracking SystemVehicle Tracking System
Vehicle Tracking System
 
11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPS
 
Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7
 
project report. final
project report. finalproject report. final
project report. final
 
Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking System
 
vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051
 
Mobile Data Terminal M710W Presentation
Mobile Data Terminal M710W PresentationMobile Data Terminal M710W Presentation
Mobile Data Terminal M710W Presentation
 
VEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMVEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEM
 
eCall
eCalleCall
eCall
 
GPS-GSM integration for enhancing public transportation management services
GPS-GSM integration for enhancing public transportation management servicesGPS-GSM integration for enhancing public transportation management services
GPS-GSM integration for enhancing public transportation management services
 
GPS based Advanced Vehicle Tracking and Vehicle Control System
GPS based Advanced Vehicle Tracking and Vehicle Control SystemGPS based Advanced Vehicle Tracking and Vehicle Control System
GPS based Advanced Vehicle Tracking and Vehicle Control System
 
Vehicle Tracking System (VTS)
Vehicle Tracking System (VTS)Vehicle Tracking System (VTS)
Vehicle Tracking System (VTS)
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 upload
 
Vehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by ArduinoVehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by Arduino
 
Design and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsDesign and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gps
 
Vehicle Tracking System Using GPS
Vehicle Tracking System Using GPSVehicle Tracking System Using GPS
Vehicle Tracking System Using GPS
 
The Current State of Automotive Security by Chris Valasek
The Current State of Automotive Security by Chris ValasekThe Current State of Automotive Security by Chris Valasek
The Current State of Automotive Security by Chris Valasek
 

Semelhante a Embedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to Cloud

inter vehicle communication
inter vehicle communicationinter vehicle communication
inter vehicle communicationNitish Tanwar
 
Aplicacions de 5G al IoT i la Indústria 4.0: mMTC i URLLC
Aplicacions de 5G al IoT i la Indústria 4.0: mMTC i URLLCAplicacions de 5G al IoT i la Indústria 4.0: mMTC i URLLC
Aplicacions de 5G al IoT i la Indústria 4.0: mMTC i URLLCTICAnoia
 
CAV Smart Work Zones
CAV Smart Work ZonesCAV Smart Work Zones
CAV Smart Work ZonesAcey Roberts
 
Controller area network as the security of the vehicles
Controller area network as the security of the vehiclesController area network as the security of the vehicles
Controller area network as the security of the vehiclesIAEME Publication
 
Connected cars by Smart Driving Labs
Connected cars by Smart Driving LabsConnected cars by Smart Driving Labs
Connected cars by Smart Driving LabsMauroBenigno4
 
Smart Driving Labs connected cars
Smart Driving Labs connected carsSmart Driving Labs connected cars
Smart Driving Labs connected carsMauroBenigno4
 
An OSGi Environment for FlexibleService Concepts - Detlef Kuck, Teamleader Te...
An OSGi Environment for FlexibleService Concepts - Detlef Kuck, Teamleader Te...An OSGi Environment for FlexibleService Concepts - Detlef Kuck, Teamleader Te...
An OSGi Environment for FlexibleService Concepts - Detlef Kuck, Teamleader Te...mfrancis
 
Inter vehicle communication
Inter vehicle communicationInter vehicle communication
Inter vehicle communicationR prasad
 
Level Crossing protection integration into connected car tecnologies
Level Crossing protection integration into connected car tecnologiesLevel Crossing protection integration into connected car tecnologies
Level Crossing protection integration into connected car tecnologiesJose Gomez Castaño
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationIAEME Publication
 
V2X Secure Central Gateway
V2X Secure Central GatewayV2X Secure Central Gateway
V2X Secure Central GatewayMichael Lesniak
 
inter vehicular communication.pptx
inter vehicular communication.pptxinter vehicular communication.pptx
inter vehicular communication.pptxKejiya1
 
Dial 100 & 108 Distress Call Response Management Systems
Dial 100 & 108 Distress Call Response Management SystemsDial 100 & 108 Distress Call Response Management Systems
Dial 100 & 108 Distress Call Response Management SystemsAmit Mehra
 
vehicular communications
vehicular communicationsvehicular communications
vehicular communicationsSaikiran Guduri
 

Semelhante a Embedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to Cloud (20)

Deepak
DeepakDeepak
Deepak
 
Deepak
DeepakDeepak
Deepak
 
inter vehicle communication
inter vehicle communicationinter vehicle communication
inter vehicle communication
 
Introduction of VANET
Introduction of VANETIntroduction of VANET
Introduction of VANET
 
Aplicacions de 5G al IoT i la Indústria 4.0: mMTC i URLLC
Aplicacions de 5G al IoT i la Indústria 4.0: mMTC i URLLCAplicacions de 5G al IoT i la Indústria 4.0: mMTC i URLLC
Aplicacions de 5G al IoT i la Indústria 4.0: mMTC i URLLC
 
CAV Smart Work Zones
CAV Smart Work ZonesCAV Smart Work Zones
CAV Smart Work Zones
 
Controller area network as the security of the vehicles
Controller area network as the security of the vehiclesController area network as the security of the vehicles
Controller area network as the security of the vehicles
 
Connected cars by Smart Driving Labs
Connected cars by Smart Driving LabsConnected cars by Smart Driving Labs
Connected cars by Smart Driving Labs
 
B1803050722
B1803050722B1803050722
B1803050722
 
Smart Driving Labs connected cars
Smart Driving Labs connected carsSmart Driving Labs connected cars
Smart Driving Labs connected cars
 
Final report
Final reportFinal report
Final report
 
An OSGi Environment for FlexibleService Concepts - Detlef Kuck, Teamleader Te...
An OSGi Environment for FlexibleService Concepts - Detlef Kuck, Teamleader Te...An OSGi Environment for FlexibleService Concepts - Detlef Kuck, Teamleader Te...
An OSGi Environment for FlexibleService Concepts - Detlef Kuck, Teamleader Te...
 
Ctrack productcomparison
Ctrack productcomparisonCtrack productcomparison
Ctrack productcomparison
 
Inter vehicle communication
Inter vehicle communicationInter vehicle communication
Inter vehicle communication
 
Level Crossing protection integration into connected car tecnologies
Level Crossing protection integration into connected car tecnologiesLevel Crossing protection integration into connected car tecnologies
Level Crossing protection integration into connected car tecnologies
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportation
 
V2X Secure Central Gateway
V2X Secure Central GatewayV2X Secure Central Gateway
V2X Secure Central Gateway
 
inter vehicular communication.pptx
inter vehicular communication.pptxinter vehicular communication.pptx
inter vehicular communication.pptx
 
Dial 100 & 108 Distress Call Response Management Systems
Dial 100 & 108 Distress Call Response Management SystemsDial 100 & 108 Distress Call Response Management Systems
Dial 100 & 108 Distress Call Response Management Systems
 
vehicular communications
vehicular communicationsvehicular communications
vehicular communications
 

Mais de EmbeddedFest

Embedded Fest 2019. Wei Fu. Linux on RISC-V--Fedora and Firmware in practice
Embedded Fest 2019. Wei Fu. Linux on RISC-V--Fedora and Firmware in practiceEmbedded Fest 2019. Wei Fu. Linux on RISC-V--Fedora and Firmware in practice
Embedded Fest 2019. Wei Fu. Linux on RISC-V--Fedora and Firmware in practiceEmbeddedFest
 
Embedded Fest 2019. Руслан Биловол. Linux Boot: The Big Bang theory
Embedded Fest 2019. Руслан Биловол. Linux Boot: The Big Bang theoryEmbedded Fest 2019. Руслан Биловол. Linux Boot: The Big Bang theory
Embedded Fest 2019. Руслан Биловол. Linux Boot: The Big Bang theoryEmbeddedFest
 
Embedded Fest 2019. Віталій Нужний. The Mobility Revolution: the Software tha...
Embedded Fest 2019. Віталій Нужний. The Mobility Revolution: the Software tha...Embedded Fest 2019. Віталій Нужний. The Mobility Revolution: the Software tha...
Embedded Fest 2019. Віталій Нужний. The Mobility Revolution: the Software tha...EmbeddedFest
 
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hoodEmbedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hoodEmbeddedFest
 
Embedded Fest 2019. Константин Белоусов. Исключения и прерывания на amd64: ка...
Embedded Fest 2019. Константин Белоусов. Исключения и прерывания на amd64: ка...Embedded Fest 2019. Константин Белоусов. Исключения и прерывания на amd64: ка...
Embedded Fest 2019. Константин Белоусов. Исключения и прерывания на amd64: ка...EmbeddedFest
 
Embedded Fest 2019. Володимир Шанойло. High FIVE: Samsung integrity protectio...
Embedded Fest 2019. Володимир Шанойло. High FIVE: Samsung integrity protectio...Embedded Fest 2019. Володимир Шанойло. High FIVE: Samsung integrity protectio...
Embedded Fest 2019. Володимир Шанойло. High FIVE: Samsung integrity protectio...EmbeddedFest
 
Embedded Fest 2019. Dov Nimratz. Artificial Intelligence in Small Embedded Sy...
Embedded Fest 2019. Dov Nimratz. Artificial Intelligence in Small Embedded Sy...Embedded Fest 2019. Dov Nimratz. Artificial Intelligence in Small Embedded Sy...
Embedded Fest 2019. Dov Nimratz. Artificial Intelligence in Small Embedded Sy...EmbeddedFest
 
Embedded Fest 2019. Игорь Таненков и Игорь Успеньев. Action Recognition from ...
Embedded Fest 2019. Игорь Таненков и Игорь Успеньев. Action Recognition from ...Embedded Fest 2019. Игорь Таненков и Игорь Успеньев. Action Recognition from ...
Embedded Fest 2019. Игорь Таненков и Игорь Успеньев. Action Recognition from ...EmbeddedFest
 
Embedded Fest 2019. Іван Пустовіт. From AOSP to Android powered device
Embedded Fest 2019. Іван Пустовіт. From AOSP to Android powered deviceEmbedded Fest 2019. Іван Пустовіт. From AOSP to Android powered device
Embedded Fest 2019. Іван Пустовіт. From AOSP to Android powered deviceEmbeddedFest
 

Mais de EmbeddedFest (9)

Embedded Fest 2019. Wei Fu. Linux on RISC-V--Fedora and Firmware in practice
Embedded Fest 2019. Wei Fu. Linux on RISC-V--Fedora and Firmware in practiceEmbedded Fest 2019. Wei Fu. Linux on RISC-V--Fedora and Firmware in practice
Embedded Fest 2019. Wei Fu. Linux on RISC-V--Fedora and Firmware in practice
 
Embedded Fest 2019. Руслан Биловол. Linux Boot: The Big Bang theory
Embedded Fest 2019. Руслан Биловол. Linux Boot: The Big Bang theoryEmbedded Fest 2019. Руслан Биловол. Linux Boot: The Big Bang theory
Embedded Fest 2019. Руслан Биловол. Linux Boot: The Big Bang theory
 
Embedded Fest 2019. Віталій Нужний. The Mobility Revolution: the Software tha...
Embedded Fest 2019. Віталій Нужний. The Mobility Revolution: the Software tha...Embedded Fest 2019. Віталій Нужний. The Mobility Revolution: the Software tha...
Embedded Fest 2019. Віталій Нужний. The Mobility Revolution: the Software tha...
 
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hoodEmbedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
Embedded Fest 2019. Игорь Опанюк. Das U-boot v2019: a look under the hood
 
Embedded Fest 2019. Константин Белоусов. Исключения и прерывания на amd64: ка...
Embedded Fest 2019. Константин Белоусов. Исключения и прерывания на amd64: ка...Embedded Fest 2019. Константин Белоусов. Исключения и прерывания на amd64: ка...
Embedded Fest 2019. Константин Белоусов. Исключения и прерывания на amd64: ка...
 
Embedded Fest 2019. Володимир Шанойло. High FIVE: Samsung integrity protectio...
Embedded Fest 2019. Володимир Шанойло. High FIVE: Samsung integrity protectio...Embedded Fest 2019. Володимир Шанойло. High FIVE: Samsung integrity protectio...
Embedded Fest 2019. Володимир Шанойло. High FIVE: Samsung integrity protectio...
 
Embedded Fest 2019. Dov Nimratz. Artificial Intelligence in Small Embedded Sy...
Embedded Fest 2019. Dov Nimratz. Artificial Intelligence in Small Embedded Sy...Embedded Fest 2019. Dov Nimratz. Artificial Intelligence in Small Embedded Sy...
Embedded Fest 2019. Dov Nimratz. Artificial Intelligence in Small Embedded Sy...
 
Embedded Fest 2019. Игорь Таненков и Игорь Успеньев. Action Recognition from ...
Embedded Fest 2019. Игорь Таненков и Игорь Успеньев. Action Recognition from ...Embedded Fest 2019. Игорь Таненков и Игорь Успеньев. Action Recognition from ...
Embedded Fest 2019. Игорь Таненков и Игорь Успеньев. Action Recognition from ...
 
Embedded Fest 2019. Іван Пустовіт. From AOSP to Android powered device
Embedded Fest 2019. Іван Пустовіт. From AOSP to Android powered deviceEmbedded Fest 2019. Іван Пустовіт. From AOSP to Android powered device
Embedded Fest 2019. Іван Пустовіт. From AOSP to Android powered device
 

Último

HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsRommel Regala
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 

Último (20)

HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World Politics
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 

Embedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to Cloud

  • 1. www.luxoft.com 2019-11-20 Connected Mobility: from Vehicle to Cloud Anton Voloshyn, Program Manager, Connected Mobility Engineering, Automotive LOB Luxoft
  • 2. www.luxoft.com Content 2 1) Vehicle to outside world interaction 2) Telematics essentials and HW/SW architecture 3) Deep dive into application features 1) Emergency Call 2) Remote Commands 3) Online Traffic and Hazard Information 4) Remote Diagnostics 4) This is just a beginning of the trip 1) 5G and V2X
  • 3. www.luxoft.com Vehicle to Outside World Interaction 3 There are few kinds of interactions: • Dealer or emergency service operator • OEM cloud, where car data is storing and processing • Personal mobile device (smartphone, smart watch, tablet) or web based interface • Vehicle to Vehicle/Infrastructure/Pedestrian/Network The key element of such interactions is Telematics Unit.
  • 4. www.luxoft.com Telematics essentials and architecture (1/3): overall 4 What is Telematics Unit? The Telematics Unit is essentially a mobile phone located in your vehicle. From the one hand Telematics Unit provides cellular CDMAGSMLTE network communication between back-end cloud services and the vehicle, from another hand between Telematics Unit and other ECUs (Head Unit, motion sensors, board control unit, etc.) through automotive data protocols (CAN or Automotive Ethernet).
  • 5. www.luxoft.com Telematics essentials and architecture (2/3): HW 5 Basic architectural requirements: • CAN Interface: vehicle status information (Key-ON), VIN, vehicle speed information and external sensors • Power Management ensures a stable power supplier to all components in their defined voltage and current ranges, manages overvoltage situations jump starts, alternating voltages, interruptions, short circuits and others. • Audio interfaces for the speaker, the microphone and the corresponding drivers (AD, DA converter, amplifier etc.), buzzer or similar acoustic device • Human Machine Interface (HMI) manages the interfaces to the status LED’s for visual feedback and the suppression button. • The Network Access Device and eSim in-band modem capability and is usually controlled using AT-commands • Antennas for cellular network connectivity and for GNSS signal reception. • The GNSS provides a location information. It also indicated with a confidence bit, whether the position can be trusted. • The RTC is a real-time clock (or physical clock), which measures the physical time and ensures the update of the time even when the in-vehicle system is OFF.
  • 6. www.luxoft.com Telematics essentials and architecture (3/3): SW 6 TCU SW architecture is layered: BSPOS – Platform Infrastructure – Application Board Support Package (BSP) eCall Qualcomm MDM 9628 (Cortex A7 and Qualcomm NAD) Flash: 512MB NAND Flash, RAM: 256MB DRAM WiFi Hotspot Remote Commands Remote Diagnostics Traffic and hazard Car positioning HW OS/BSP Platform Infrastructure Application UART Driver Linux OS SPI Driver UBI FS SDIO Driver WiFi Driver MMC Driver Ethernet QMI Phone Manager Location Manager Connection Manager Diagnostics Time Manager Persistent Storage Vehicle Service Thermal Power Management VBATTDead Reckoning Audio Manager Configuration Manager CAN LIN Life Cycle Manager IPC Router Call Manager SMS Manager Network Info Signal Strength MQTT Service Fleet xEV Provisioning OTA Updates Health Report Phone as a Key BUB
  • 7. www.luxoft.com Emergency Call Functionality (1/6) 7 eCall - European traffic alert system (analogue is E911 in USA). Mandatory in all new cars sold within the EU from April 2018. The EU expects that eCall will save 2,500 lives each year and reduce the number of people who are seriously injured by 15%. Two types of eCall: automatic or manual. Once eCall service is triggered in vehicle, minimum set of data (data and time, GPS coordinates, vehicle information) is collected and transferred to the local emergency center. eCall feature is subject to certification in the country where the cars are manufactured and sold. Our team takes part in TCU certification from Asia to North America.
  • 8. www.luxoft.com Emergency Call Functionality (2/6): overall 8 eCall is a 112 emergency call triggered either manually by vehicle occupants or automatically as soon as an in-vehicle sensor detects a serious collision. When activated, eCall establishes an audio connection with the relevant PSAP (Public Safety Answering Point). Using the audio connection, the Minimum Set of Data (MSD) is sent to the PSAP operator. The most important data is the accurate geo-location (and direction vector) of the collision scene, and the exact make and model of the vehicle. Knowing the exact location of the collision is vital allowing the rescue services to arrive much faster at the accident scene. Time saved translates into lives saved.
  • 9. www.luxoft.com Emergency Call Functionality (3/6): sequence diagram 9 eCall normal communication sequence eCall quasi-normal communication sequence
  • 10. www.luxoft.com Emergency Call Functionality (4/6): MSD 10 Minimum Set of Data (MSD) as expressed in the EN15722:2019 MSD MSD Version MSD Structure MSD ID Control VIN Vehicle Propulsion Storage Type Timestamp Vehicle Location Vehicle Direction Recent Vehicle Location N1 Recent Vehicle Location N2 Number Of Passengers Optional Additional Data Control Automatic Activation Test Call Position Can Be Trusted Vehicle Type Vehicle Propulsion Storage Type Gosoline Tank Present Diesel Tank Present Compressed Natural Gas Liquid Propane Gas Other Propulsion Storage Vehicle Location Position Latitude Position Longitude Recent Vehicle Location N1 Latitude Delta Longitude Delta Optional Additional Data Old Data Name Value Type Description MSD Version INTEGER (0…255) MSD format version MSD ID INTEGER (0…255) Message identifier, starting with 1 for each new eCall transaction and to be incremented with every application layer MSD retransmission following a new ‘Send MSD’ request after the incident event Automatic Activation BOOLEAN true = Automatic activation false = Manual activation Test Call BOOLEAN true = Test call false = Emergency Position Can Be Trusted BOOLEAN true = Position can be trusted false = Low confidence in position Vehicle Type ENUM The supported vehicle types are as follows ( passenger vehicle, buses and coaches, light commercial vehicles, heavy duty vehicles, motorcycles) VIN VIN number according to ISO 3779 Name Value Type Description Vehicle Propulsion Storage Type INTEGER (0…255) Contains information about the presence of propulsion storage inside the vehicle sending the MSD Timestamp INTEGER Timestamp of the initial data message generation within the current eCall incident event. The timestamp is represented in seconds elapsed since midnight January 1st, 1970 UTC. Vehicle Location The last known vehicle position determined at the latest moment possible before message generation. Vehicle Direction INTEGER (0…255) The vehicle’s last known real direction of travel (expressed in 2°- degrees steps from magnetic north (0– 358, clockwise) determined at the latest moment possible before message generation. Recent Vehicle Location N1 Known location of the vehicle some time before the generation of the data for the MSD message Recent Vehicle Location N2 Known location of the vehicle some time before recent location N1 Number Of Passengers INTEGER (0…255) Number of occupants in the vehicle according to available information Recent Vehicle Location N2 Latitude Delta Longitude Delta
  • 11. www.luxoft.com Emergency Call Functionality (5/6): Dead Reckoning 11 GPS (1Hz) Tacho (5Hz or 10Hz) Gyro / Wheel Speeds (5Hz or 10Hz) (Delta) Distance determination (Delta) Heading determination Speed Heading Position calculation Kalman Filters Latitude/Longitude Position, Heading, Speed (5Hz) (Delta) Distance (Delta) Heading The navigation system then uses a Kalman filter to integrate the always-available sensor data with the accurate but occasionally unavailable position information from the satellite data into a combined position fix. Dead reckoning is today implemented in some high-end automotive navigation systems in order to overcome the limitations of GPS/GNSS technology alone. Satellite microwave signals are unavailable in parking garages and tunnels, and often severely degraded in urban canyons and near trees due to blocked lines of sight to the satellites or multipath propagation.
  • 12. www.luxoft.com Emergency Call Functionality (6/6): 2 Wheeler (trigger criteria) 12 1. Riding over speed bums in a row with 2 different heights and different vehicle speeds. 3. Ascending a border at a inappropriate speed of 15 km/h 2. Descending a border at a inappropriate speed of 40 km/h 4. Wheelie. Riding with lifting up the front wheel with a minimum angle of 45° with a following strong rear wheel brake usage. 5. Stoppie. Riding with lifting up the rear wheel with a minimum angle of 30° by strong usage of the front wheel brake and a following sudden release oh the front wheel brake.
  • 13. www.luxoft.com More Telematics Features 13 Remote functions: remote engine start/stop, remote door lock/unlock Telematics Unit functionality is not limited by eCall Traffic and Hazard information WiFi Hotspot inside your vehicle Remote diagnostics: diagnostics data transfer to service center Firmware Over The Air: update your system remotely Car positioning Battery charge status of electrical vehicles and obtaining the coordinates of the nearest charging station considering charge capacity
  • 14. www.luxoft.com Remote Commands (1/2): interface with the Cloud Services Telematics Communication Protocol is designed to provide communication between Vehicle’s TCU and Cloud Services, based on MQTT (Message Queue Telemetry Transport - is an extremely lightweight publish/subscribe open source messaging transport) protocol for message communication leveraging TCP protocol. The payload, sent from the TCU to Cloud and vice-versa, is defined using GPB (Google Protocol Buffers is a language-neutral, platform-neutral extensible way of serializing data structures to define payloads for communications protocols, data storage…etc.) to take advantage of the name-value pair model for creating data structures. 14 Massage type Definition Cloud Request Cloud Request is Cloud initiated sequence where Cloud Service sends a request to Vehicle/TCU to perform any action or to get any information. Cloud Response Cloud Response is TCU’s response of a Cloud Request. It carries the success or failure of a command and optionally response data. In some cases, the Cloud Response will just indicate that the action is “in progress” and an Alert will be sent later indicating the success or failure of the action. Vehicle Info Update Vehicle Info Update is TCU/Vehicle initiated message when the vehicle identifies a condition to send data to the Cloud. Correlated Vehicle Info Update: message sent in response to a command is called correlated alert. Non-correlated Vehicle Info Update: message which is sent as part of a vehicle event and not in correspondence to a command is called non-correlated alert Vehicle Request Query is TCU initiated sequence to request some information from Cloud/SDN. Vehicle Response Cloud sends the response of a Query in Query Response message carrying the requested information subscription topic – named logical channel /<Region> /<VIN> /<Message type> Cloud Services MQTT Message Broker Vehicle topic topic
  • 15. www.luxoft.com Remote Commands (2/2): example Remote functions: remote engine start/stop, remote door lock/unlock, etc. 15
  • 16. www.luxoft.com Traffic and Hazard Information (1/2): overall Traffic and Hazard Information: knowing where the car is located through GPS receiver and destination, the TCU can obtain the traffic congestion and traffic incidents information from the cloud service. 16
  • 17. www.luxoft.com Traffic and Hazard Information (2/2): in vehicle communication Traffic and Hazard data is much bigger than usual CAN message – 8 bytes (TP – 4096 bytes, TP-on-TP > 4096 bytes) 17
  • 18. www.luxoft.com Remote Diagnostics: Unified Diagnostics Services 18 Service Overview Functional Unit SID Service Name Diagnostic and Communication Management $10 Diagnostic Session Control $11 ECU Reset $27 Security Access $28 Communication Control $3E Tester Present $83 Access Timing Parameter $84 Secured Data Transmission $85 Control DTC Setting $86 Response On Event $87 Link Control Data Transmission $22 Read Data By Identifier $23 Read Memory By Address $24 Read Scaling Data By Identifier $2A Read Data By Periodic Identifier $2C Dynamically Defi ne Data Identifi er $2E Write Data By Identifier $3D Write Memory By Address Stored Data Transmission $14 Clear Diagnostic Information $19 Read DTC Information Input Output Control $2F Input Output Control By Identifier Remote Activation of Routine $31 Routine Control Upload Download $34 Request Download $35 Request Upload $36 Transfer Data $37 Request Transfer Exit Common Response Codes Hex Description 10 General reject 11 Service not supported 12 Sub-Function not supported 13 Incorrect message length or invalid format 14 Response too long 21 Busy repeat request 22 Conditions not correct 24 Request sequence error 25 No response from sub-net component 26 Failure prevents execution of requested action 31 Request out of range 33 Security access denied 35 Invalid key 36 Exceeded number of attempts 37 Required time delay not expired 38-4F Reserved by Extended Data Link Security Document 70 Upload/Download not accepted 71 Transfer data suspended 72 General programming failure 73 Wrong Block Sequence Counter 78 Request correctly received, but response is pending 7E Sub-Function not supported in active session 7F Service not supported in active session Common Response Codes Hex Description 01 Report number of DTC by Status Mask 02 Report DTC by Status Mask 03 Report DTC Snapshot Identification 04 Report DTC Snapshot Record by DTC number 05 Report DTC Snapshot Record by Record number 06 Report DTC Extended Data Record by DTC number 07 Report number of DTC by Severity Mask Record 08 Report DTC by Severity Mask Record 09 Report Severity Information of DTC 0A Report Supported DTC 0B Report First Test Failed DTC 0C Report First Confirmed DTC 0D Report Most Recent Test Failed DTC 0E Report Most Recent Confirmed DTC 0F Report Mirror Memory DTC by Status Mask 10 Report Mirror Memory DTC Extended Data Record by DTC number 11 Report number of Mirror Memory DTC by Status Mask 12 Report number of Emissions Related OBD DTC by Status Mask 13 Report Emissions Related OBD DTC by Status Mask 14 Report DTC Fault Detection Counter 15 Report DTC with Permanent Status DID is Diagnostic ID DTC is Diagnostic Trouble Codes
  • 19. www.luxoft.com Testing features 19 Automotive homologation is the process of certifying vehicles or a particular component in a vehicle that it has satisfied the requirements set by various statutory regulatory bodies. It is mandatory to get this approval to export automobile products or components. On power-up, according to EN 16062 the eCall IVS shall perform a self-test without attempting to connect to the cellular network: GNSS receiver, Speakers, Microphone, eCall Button, Status indicator, GNSS Antenna, Cellular Antenna , eSim card/chip, Backup battery
  • 20. www.luxoft.com 20 This is just a beginning of the trip (5G and V2X)
  • 21. www.luxoft.com 21 Two complementary transmission modes (1/2)
  • 22. www.luxoft.com 22 Two complementary transmission modes (2/2)