Simcom Ecall Specification v1.04
Simcom Ecall Specification v1.04
Specification
AN_SIMCOM ECALL Specification_V1.04
SIMCOM ECALL Specification
Version: 1.04
Date: 2011-11-10
Status: Released
General Notes
SIMCom offers this information as a service to its customers, to support application and
engineering efforts that use the products designed by SIMCom. The information provided is based
upon requirements specifically provided to SIMCom by the customers. SIMCom has not
undertaken any independent search for additional relevant information, including any information
that may be in the customer’s possession. Furthermore, system validation of this product designed
by SIMCom within a larger electronic system remains the responsibility of the customer or the
customer’s system integrator. All specifications supplied herein are subject to change.
Copyright
This document contains proprietary technical information which is the property of SIMCom
Limited., copying of this document and giving it to others and the using or communication of the
contents thereof, are forbidden without express authority. Offenders are liable to the payment of
damages. All rights reserved in the event of grant of a patent or the registration of a utility model
or design. All specification supplied herein are subject to change without notice at any time.
Contents
Contents ............................................................................................................................................3
Version history..................................................................................................................................2
1 Scope..............................................................................................................................................2
2 Introduce of ECALL. .....................................................................................................................2
2.1 what is ECALL ............................................................................................................................................ 2
3. ECALL Module ............................................................................................................................3
3.1 ECALL Module Introduction....................................................................................................................... 3
3.2 ECALL AT COMMANDS .......................................................................................................................... 3
3.2.1 AT+CMSDFORMATID Set the version of MSD format ................................................................. 4
3.2.2 AT+CMSDMESSAGEID Set the message identifier of msd data .................................................... 4
3.2.3 AT+CMSDCONTROL Set the control data in Minimum set of data (MSD) ................................... 5
3.2.4 AT+CMSDVIN Set the Vehicle identification data in Minimum set of data (MSD)......................... 6
3.2.5 AT+CMSDSTORAGE Set the Vehicle propulsion storage type ...................................................... 7
3.2.6 AT+CMSDTIMESTAMP Set the time stamp.................................................................................... 8
3.2.7 AT+CMSDLOCATION Set the current location of the vehicle ........................................................ 8
3.2.8 AT+CMSDDIRECTION Set the direction of the vehicle.................................................................. 9
3.2.9 AT+CMSDRECENT1 Set the location delta with respect to vehicle Location ................................. 9
3.2.10 AT+CMSDRECENT2 Set the location delta with respect to recentVehicleLocationN1 ............... 10
3.2.11 AT+CMSDPASGNUM Set the number of passengers .................................................................. 10
3.2.12 AT+CMSDOIDDATA Set the optional additional data ................................................................. 11
3.2.13 AT+CMSDBUILD build the ecall Minimum set of data (MSD) to be sent .................................. 11
3.2.14 AT+CMSD input Minimum set of data (MSD) ............................................................................. 12
3.2.15 AT+CECALL setup an eCALL .................................................................................................... 12
3.3 How to use SIMCom ECALL AT COMMANDS ..................................................................................... 13
3.3.1 Example of send msd data generated by user.................................................................................. 13
3.3.2 Example of send msd data generated by module............................................................................. 13
Version history
1 Scope
This document describes SIMCom ECALL Solution, including: prepare working, AT
Commands.
2 Introduce of ECALL.
eCall is a European Union backed technology initiative designed to save lives by enabling
emergency services to respond more quickly to road traffic accidents (golden hour rule). The
system initiates an emergency call using an integral communications system based on the standard
mobile telephone network.
The call can be triggered manually by the vehicle occupants, or automatically when sensors of
the airbag detect a collision. As well as establishing a voice connection between the vehicle
occupants and emergency operator, eCall sends vital data such as the current GPS location
coordinates, incident time and vehicle description in the EU standardized MSD (minimum set of
Data) format.
By providing this key data automatically, eCall makes it easier for emergency services to
respond to potentially life threatening situations and arrive on the scene much faster. When the EU
carried out a study into the potential benefits of eCall, it concluded that emergency response times
could be reduced by as much as 50%.
It is estimated that, if the system was implemented as standard in all vehicles, 2,500 lives could
be saved across Europe every year and overall severity of injuries will be reduced by 15%.
eCall is expected to be fitted as a standard in all new cars sold in the EU starting form 2013
with a introduction scenario until 2015. As the service is rolled out, European drivers will find that
it works in all EU nations so that it can help them even if they are involved in an accident while
driving in another country.
3. ECALL Module
This section describes SIMCom ECALL Solution and focuses on the client side, mainly the
AT commands which are to be utilized to better support and integrate with the rest of ECALL
components.
This section can help you to quickly understand the functionality of SIMCom ECALL AT
commands, and as well their usage, thus hope to aid you in implementing and incorporating
SIMCom ECALL solution into your applications.
This clause of the documents exams SIMCOM ECALL AT commands and intends to give
you a better understanding of how ECALL is implemented on SIMCOM modules and some of its
important parameters.
3.2.3 AT+CMSDCONTROL Set the control data in Minimum set of data (MSD)
Reference Example:
AT+CMSDCONTROL=1,0,1,1 means:
”Automatic activation”
“Emergency call”
“Position can be trusted”
“passengerVehicleClassM1”.
3.2.4 AT+CMSDVIN Set the Vehicle identification data in Minimum set of data (MSD)
AT+CMSDVIN Set the Vehicle identification data in Minimum set of data (MSD)
Reference Note:
"AT+CMSDTIMESTAMP=0,0,0,0,0,0 can be used if time is invalid.
Reference Example:
AT+CMSDLOCATION="48.300333","11.617367"
Note
AN_SIMCOM_ECALL_Specification V1.04 -8-
SIMCOM ECALL Specification
If latitude or longitude is invalid or unknown, null value is also needed like
AT+CMSDLOCATION="",""
Reference Note
3.2.9 AT+CMSDRECENT1 Set the location delta with respect to vehicle Location
Reference Example:
AT+CMSDRECENT2="10","-20"
Note
If latitude delta or longitude delta is invalid or unknown, null value is also
needed like AT+ CMSDRECENT2="",""
Reference Note
Example:
AT+CMSDOIDDATA="1.2.125","30304646"
3.2.13 AT+CMSDBUILD build the ecall Minimum set of data (MSD) to be sent
Reference Example:
AT+CMSDBUILD
+CMSDBUILD:
"015c0681508204420014264000420d1014ba73e4fbe44d1d9784c82db2207
AN_SIMCOM_ECALL_Specification V1.04 - 11 -
SIMCOM ECALL Specification
414fb414f6018180813e82181823230"
OK
Reference Note
Reference Note
The default emergency mode will be automatic ecall mode.
The default ivsmode will be pull mode.
AN_SIMCOM_ECALL_Specification V1.04 - 12 -
SIMCOM ECALL Specification
In this example, module sends the msd data generated by user. Module will not care about the
original msd data.
AT+CMSD=”015C0681508204420014264000420D101404E80DA4C89A3B2F09905B6440E82
9F6829EC020301027D04303046460”
AT+CECALL="112",0
In this example, user will use our MSD AT commands to input all the data like time stamp or
latitude. Then module generates the msd data automatically.
AT+CMSDFORMATID=1
AT+CMSDMESSAGEID=1
AT+CMSDCONTROL=1,0,1,1
AT+CMSDVIN=" WMJVDSVDSYA123456"
AT+CMSDSTORAGE=1,0,0,0,1,0
AT+CMSDTIMESTAMP=2011,9,26,20,2,20
AT+CMSDLOCATION="48.300333","11.617367"
AT+CMSDDIRECTION=14
AT+CMSDRECENT1="10","-10"
AT+CMSDRECENT2="10","-20"
AT+CMSDPASGNUM=2
AT+CMSDBUILD
AT+CECALL=”112”,0 (Note: the default mode is PULL mode. AT+CECALL=”112”,0,1
means PUSH mode)
AN_SIMCOM_ECALL_Specification V1.04 - 13 -
SIMCOM ECALL Specification
Contact us:
Shanghai SIMCom Wireless Solutions Ltd
Add: Building A, SIM Technology Building, No.633 Jinzhong Road,Changning
District , Shanghai, P.R.China 200335
Tel: +86 21 3252 8900
Fax: +86 21 3252 6035
URL: www.sim.com
AN_SIMCOM_ECALL_Specification V1.04 - 14 -