Currently, I'm trying to receive a GPS location using the Waveshare GSM/GPRS/GNS Hat for the raspberry pi. After connecting the module and connecting to it using serial, I use the AT+CGNSPWR=1
command to turn on GNS. After leaving it for multiple minutes, the AT+CGNSINF
command only returns:
+CGNSINF: 1,0,19800106004706.000,,,,0.00,0.0,0,,,,,,0,0,,,,,
and the AT+CGPSSTATUS?
command returns +CGPSSTATUS: Location Not Fix
Any idea why it's not getting a location and what could be done to fix it?