AT+EMADDR=0,1,to_1@network.com␣,␣to_2@network.com"
–
Setup cc recipients addresses:
AT+EMADDR=0,2,"cc_1@network.com␣,␣cc_2@network.com"
–
Setup bcc recipients addresses:
AT+EMADDR=0,3,"bcc_1@network.com␣,␣bcc_2@network.com"
–
Setup e-mail subject:
AT+EMSUBJ=0,1,"Email␣subj␣#1"
–
Set EM#1 using TO#1, CC#2, BCC#3, Subject#1:
AT+CSTR="EM␣1␣TO␣1␣EM␣1␣CC␣2␣EM␣1␣BC␣3␣EM␣1␣SU␣1"
–
Set CS3: Send out email using EM#1 settings with input port #2 status in message content.
AT+CSTRSET=0,3,"EM␣1␣SN␣PIN_2_HIGH_IP_STATUS:_%IP"
–
Set input port #2 low-to-high, 50mS threshold, trigger CS
AT+CSTR="IP␣1␣DR␣0␣IP␣1␣TH␣5␣IP␣1␣TR␣3"
Analog input alarm by SMS w/ Command String
To set if analog input port #1 value exceed 1V and last for 2 seconds, then send a SMS to phone book number 1 with
an alert message. Service used: AI #1, SM#1.
–
Set CS2 : send SMS to phone #1 with content "AI_1_over_1000mV"
AT+CSTRSET=0,2,"SM␣1␣SN␣AI_1_over_1000mVinput
–
Set AI#1 exceed HL trigger, HL=1000mV, 50mS threshold, trigger CS2
AT+CSTR="AI␣1␣TP␣1␣AI␣1␣HL␣1000␣AI␣1␣TH␣2␣AI␣1␣TR␣2"
GPS reporting to server via TCP socket w/ Command String
Use case is to report GPS information to a TCP socket on server, every time there is a fix send every minute, every
time there is a fix loss send every hour, from boot send every hour. The fix trigger can be easily change to match a
input change or other event.
–
Setup APN
AT+IPGPRS=1,"internet"
–
Set server connection on a TCP socket
AT+SCHOST=0,1,"myserver.com",myport,2,10,0
–
Start GPS
AT+GPSSTART="START","COLD","AGPSOFF"
–
Setup GPS fix 2D and 3D to trigger CS#2
122
Confidential, the whole document is the sole property of Maestro Wireless Solutions ltd.
support@maestro-wireless.com