Skip to content

Commit

Permalink
Added A7608 GPS note
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 2, 2024
1 parent c6c4654 commit 425de1f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/GPS_BuiltIn/GPS_BuiltIn.ino
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,25 @@ void setup()
delay(5000);
}

modem.sendAT("+SIMCOMATI");
modem.waitResponse();

/*
* A7608 B08 firmware has GPS positioning problems. If it is B08 version, you need to upgrade the A7608 firmware.
*
* Manufacturer: INCORPORATED
* Model: A7608SA-H
* Revision: A50C4B08A7600M7
* A7600M7_B08V02_220929
* QCN:
* IMEI: xxxxxxxxxxxxx
* MEID:
* +GCAP: +CGSM,+FCLASS,+DS
* DeviceInfo:
*
* +CGNSSINFO: 2,04,00,21.xxxxx,N,114.xxxxxxxx,E,020924,094145.00,-34.0,1.403,,6.9,6.8,1.0,03
*/


Serial.println("Enabling GPS/GNSS/GLONASS");
while (!modem.enableGPS(MODEM_GPS_ENABLE_GPIO)) {
Expand Down

0 comments on commit 425de1f

Please sign in to comment.