Hello,
I’ve purchased the Sixfab 4G/LTE Cellular Modem Kit for Raspberry Pi including the Quectel EG25-G Modem and the two given antennas. Since there is some sort of GNSS availability on this modem, I’d like to know how to parse the GPS coordinates through the modem attached. I’ve looked through this section of the Sixfab website and have attempted to get it through GPS.py (Read GNSS/GPS Data with Sixfab Base HAT) but to no avail. When running it, I get a result like this:
$GPGSV,3,1,11,04,05,66,091,06,07,15E
$GPGSV,3,2,11,09,10,11,16,059,12,26,170,167
$GPGSV,3,3,11,13,04,118,15,08,153,16,166
$GPVTG,T,M,N,K,N2C
$GPGSA,A,1,*32
$GPGGA,0,66
$GPRMC,V,N,V29
No satellite data available.
Is there another way to receive the GPS coordinates? Currently, my modem is running the firmware EG25GGBR07A08M2G_A0.204.A0.204. Please let me know of a way to output the GPS coordinates properly.
Thank you,