Page 1 of 1

GPS precission, GPS frame decoding and GPS AT configuration

Posted: Fri May 26, 2017 2:25 pm
by Quim
Hi, we have two units of TDS1205P. After we sent an AT$GPS=1,16,0,65535,1,1 command, we receive the following position: Lat 41.1342038 Lng 1.4413741

After one minute:
$GPGGA,101750.00,4113.42038,N,00144.13741,E,1,05,1.88,81.7,M,49.6,M,,*64
$GPGLL,4113.42038,N,00144.13741,E,101750.00,A,A*60

After five minutes:
$GPGGA,102258.00,4113.39674,N,00144.16887,E,2,09,0.92,29.2,M,49.6,M,,0000*6A
$GPGLL,4113.39674,N,00144.16887,E,102258.00,A,D*69

but our position is some kms far away from that point: Lat 41.223204 Lng 1.735459

is there any configuration we can fix, please?

On the other hand, we are able to send the position to the Sigfox backend with AT$GSND, but we don't find how the position is encoded in the sifgox frame. We receive the following data frame by email, or URL encoded... but how extract the position from data?

"data": “0201010014facdb8b7a02c1c",
"deviceId”:”1B149C",
"time”:”1495708404”,

Also, can we use AT commands to send periodically the GPS position to the network? as a keepalive message? My desire is to send a keepalive message every hour with the GPS position inside the "data frame".

Thanks!

Re: GPS precission, GPS frame decoding and GPS AT configurat

Posted: Fri Jun 02, 2017 7:11 am
by mstempin
Please check this thread:
viewtopic.php?f=5&t=64