krishnakumar.r93
Member level 2
Hi all,
I use SIM908 for my GPS application.
I use the following AT commands:
Everytime, after i've turned on the GPS i have to wait about 15-20mins to get the valid gps data. Until then i keep getting:
I use 12v/2A adapter to powerup my board. The voltage on the VBAT pin is 4v. I also use an active GPS antenna that requires 3v-5v, so i've connected the GPS-VANT-IN pin to the VBAT pin of SIM908.
All is well, but my only problem is that it takes too long to get valid gps data.
Is there any QUICKER WAY to get valid data from the GPS of SIM908..?
THANKS IN ADVANCE
I use SIM908 for my GPS application.
I use the following AT commands:
Code:
AT+CGPSPWR=1
AT+CGPSINF=32
AT+CGPSRST=0
Everytime, after i've turned on the GPS i have to wait about 15-20mins to get the valid gps data. Until then i keep getting:
Code:
$GPGGA,000204.001,,,,,0,0,,,M,,M,,*4F
$GPGLL,,,,,000204.001,V,N*7D
$GPGSA,A,1,,,,,,,,,,,,,,,*1E
$GPGSV,1,1,00*79
$GPRMC,000204.001,V,,,,,,,,,,N*4A
$GPVTG,,T,,M,,N,,K,N*2C
I use 12v/2A adapter to powerup my board. The voltage on the VBAT pin is 4v. I also use an active GPS antenna that requires 3v-5v, so i've connected the GPS-VANT-IN pin to the VBAT pin of SIM908.
All is well, but my only problem is that it takes too long to get valid gps data.
Is there any QUICKER WAY to get valid data from the GPS of SIM908..?
THANKS IN ADVANCE