' ************************************************************************************* ' * 1.0 Ramiro Sanchez [Initial revision] 09/13/2016 ' * - UDP long connexion ' * - Periodic report every 2 minutes when it is moving ' * - Not Periodic report when it is not moving ' * - NOt Keep alive ' * - Speed aler disable ' * - SOS buton will generate only one message with a last know position ' * - GTSTT event disable we will use (GTNMD) ' * - Non movement duration 2 minutes, movement duration 384 ms ' * 1.1 Julian Medrano [HDOP revision] 06/14/2017 ' * - Enable HDOP for better GPS accuracy ' ************************************************************************************* ' 1) Factory default values AT+GTRTO=AIR11,4,,,,,,0001$ ' 2) Setup Global Configuration (CFG) AT+GTCFG=AIR11,,SP8502,10,1,1,2,011F,,,1EFF,,1,0,300,1,,,,,,0002$ ' 3) Setup Fixed Report Interval (FRI) AT+GTFRI=AIR11,1,2,,,0000,0000,120,1,120,1,001F,1000,1000,,,,,,,0003$ ' 4) Setup Non Movement Detection (NMD) AT+GTNMD=AIR11,7,8,2,3,3600,1,1,0,,,,,,0004$ ' 5) Function Key Setting (FKS) AT+GTFKS=AIR11,1,1,4,0,,,,0005$ ' 6) Speed Alarm (SPD) AT+GTSPD=AIR11,2,0,241,60,3600,,,,,,,,,,,,,,,,0006$ ' 7) Setup Quick Server Settings (QSS) AT+GTQSS=AIR11,skypatrol1.vf.com,,,6,,1,192.168.0.12,1808,,0,,360,1,255,,0007$ ' 8) Setup Quick Server Settings (QSS) AT+GTTMA=AIR11,-,0,0,0,,0,,,,0008$ ' 9) Reset the device AT+GTRTO=AIR11,3,,,,,,0009$