You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After starting up the A7670 and enabling the GPS functionality, the library sometimes fails to interpret the "OK" response. It does not happen on every boot but happens fairly often.
I'm using a SoftwareSerial connection with 38400 baud rate on the Waveshare board.
A corresponding failure timeout is missing too.
[...]
[5341] ### Modem: A7670E-FASE
[5341] ### Modem: A7670E-FASE
AT+CTZR=0
OK
AT+CTZU=1
OK
AT+CPIN?
+CPIN: READY
OK
Modem initialized
Enabling GPS...
AT+CGNSSPWR=1
OK
[15472] ### Unhandled: OK
AT+CGNSSPWR=1
OK
[26977] ### Unhandled: OK
AT+CGNSSPWR=1
OK
[38482] ### Unhandled: OK
AT+CGNSSPWR=1
OK
[49987] ### Unhandled: OK
AT+CGNSSPWR=1
OK
[61492] ### Unhandled: OK
AT+CGNSSPWR=1
OK
[...]
Sometimes it works, but the response is different:
I think the problem has to do with a restart of the esp32. The Modem is still turned on (as well as GNSS) and thus responds differently when turning it on again.
After starting up the A7670 and enabling the GPS functionality, the library sometimes fails to interpret the "OK" response. It does not happen on every boot but happens fairly often.
I'm using a SoftwareSerial connection with 38400 baud rate on the Waveshare board.
A corresponding failure timeout is missing too.
Sometimes it works, but the response is different:
The text was updated successfully, but these errors were encountered: