Not able to connect to the network and see GPS is working or not

microcom /dev/ttyAT
AT!GPSSATINFO?
NO SAT INFO

OK
AT!ENTERCND=“A710”
OK
AT!GPSEND=0
OK
AT!GPSSATINFO?
NO SAT INFO

OK
AT!GPSFIX=1,255,1000
OK
AT!GPSSTATUS?
Current time: 2022 09 25 6 14:33:17

1980 01 06 6 00:00:00 Last Fix Status = FAIL, FAILCODE = 9
2022 09 25 6 14:32:59 Fix Session Status = ACTIVE

No TTFF available

OK
AT!GPSLOC?
Not Available

OK

But sometimes i am getting SAT info
OK
AT!GPSSATINFO?
Satellites in view: 1 (2022 09 25 6 14:36:07)

  • SV: 5 ELEV: 0 AZI: 0 SNR: 28

OK
AT!ENTERCND='A710"
ERROR
AAT!
ERROR
AT!GPSEND=0
OK
AT!GPSLOC?
Not Available

OK
AT!GPSSATINFO?
NO SAT INFO

OK
AT!GPSSATINFO?
NO SAT INFO

OK

You need to be outdoor for seeing more satellite

Did you connect gps antenna?

yes connected the GPS antenna. Is it about the SIM data service of AT&T?

No, the gpsfix mode 1 is using satellite only, not agps

Can you check now?

AT!ENTERCND=“A710”
OK
AT!GPSEND=0
OK
AT!GPSSATINFO?
NO SAT INFO

OK
AT!GPSFIX=1,255,1000
OK
AT!GPSSTATUS?
Current time: 2022 09 27 1 01:29:50

2022 09 27 1 01:28:56 Last Fix Status = FAIL, FAILCODE = 9
2022 09 27 1 01:29:36 Fix Session Status = ACTIVE

No TTFF available

OK
AT!GPSLOC?
Not Available

OK
AT!GPSSATINFO?
Satellites in view: 3 (2022 09 27 1 01:30:58)

  • SV: 27 ELEV: 0 AZI: 0 SNR: 28
  • SV: 74 ELEV: 0 AZI: 0 SNR: 25
  • SV: 66 ELEV: 0 AZI: 0 SNR: 26

OK

seems it is not having good satellite signal, only 3 satellites are seen.
Are you in outdoor area?

No, i am in indoor, located in Montreal, Canada. My MangOH RED was working perfectly from home.

I just to let you know that I have not got the GPS antenna once I bought yellow.

The GPS antenna I have used that I have from MangOH RED

MANGOHRED_WP7601-4 Digi-Key Electronics

Order today, ships today. MANGOHRED_WP7601-4 – AirPrime® WP7601-4, Sierra Wireless SIM Card Cellular Development Platform Evaluation Board from Sierra Wireless by Talon. Pricing and Availability on millions of electronic components from Digi-Key Electronics.

www.digikey.ca

I don’t know is there any difference or not. But RED was working with the GPS antenna !!!

did your RED see any satellites in AT!GPSSATINFO?

RED board is not powering up, it may be damaged, for that reason I bought the yellow. Is there any issue between GPS and GNSS? On board, RED says GNSS and yellow says GPS !!!

I think this depends on module, not the board…

So antenna is connected well then. What could be solution to get the gps position then?

The satellite signal is not good
you need to go outdoor

How did you configure for RED before as you said it was working fine before?
Using SUPL?

I looked into the previous setup, and no it was not working, we have used manual GPS location to test.

I am trying to install in the laptop and test it outside. However, I am blocked in how to run AT command in WP. Microcom is installed in the current desktop. can you help me out?

You can install the MBPL usb driver

https://source.sierrawireless.com/resources/airprime/software/mbpl/mbpl-software-latest/#sthash.dfaMo4qO.dpbs

If you have connected the UART2 console, you can type “microcom /dev/ttyAT” to enter AT command

BTW, didn’t you can enter AT command before?

i believe this one
image

yes, i have used via VS code terminal where microcom is working. However, I am ok with AT commands. No I can go outside to check the AT commands

Yes, i am getting the correct GPS signals once I go outside. I have checked with GNSS commands and it works, getting position information. So, do I need data service to have more accurate position information?

Could you please let me know how can I test the data service as well where I can connect with a server?

You can try the following:

AT!ENTERCND=“A710”
AT!GPSXTRADATAENABLE=1,10,2,1,1
AT!GPSXTRADATAURL=1,“http://xtra1.gpsonextra.net/xtra.bin
AT!GPSXTRADATAURL=2,“http://xtra2.gpsonextra.net/xtra.bin
AT!GPSXTRADATAURL=3,“http://xtra3.gpsonextra.net/xtra.bin
AT!GPSXTRATIMEENABLE=1,30000,10000
AT!GPSXTRATIMEURL=1,“xtra1.gpsonextra.net
AT!GPSXTRATIMEURL=2,“xtra2.gpsonextra.net
AT!GPSXTRATIMEURL=3,“xtra3.gpsonextra.net
AT+CGDCONT=1,“IP”,“your_APN”
AT!GPSFIX=2,180,300

Please see the attachment for the log.

The following commands did not work
AT!GPSXTRADATAENABLE=1,10,2,1,1
AT!GPSXTRATIMEENABLE=1,30000,10000
AT+CGDCONT=1,“IP”,“your_APN”
AT!GPSFIX=2,180,300
commands_AT_sierraWireless.txt (1.8 KB)

is it working for you?
I can see gnss command returning location

You might also monitor the result by AT!GPSSTATUS? and AT!GPSLOC?