Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A7670E GPS powers down randomly #154

Open
kgmuzungu opened this issue Oct 6, 2024 · 3 comments
Open

A7670E GPS powers down randomly #154

kgmuzungu opened this issue Oct 6, 2024 · 3 comments

Comments

@kgmuzungu
Copy link

At random moments GPS powers down (AT+CGNSSPWR? results in AT+CGNSSPWR=0). When it goes down it also looses the location and takes some seconds to come up again. This is highly annoying.

This event is accompanied by the following sequence. This sequence occurs long (40sec or more) after initialization.
*ATREADY: 1

+CPIN: READY

SMS DONE

+CGEV: EPS PDN ACT 1

Any clue @lewisxhe whats the cause or how to fix it?

@kgmuzungu
Copy link
Author

Actually, I only recognize it now, this sequence, see below, is occasionally interrupting TCP connections! Causing them to fail.

*ATREADY: 1

+CPIN: READY

SMS DONE

+CGEV: EPS PDN ACT 1

PB DONE

any clue?

@lewisxhe
Copy link
Contributor

lewisxhe commented Oct 7, 2024

There is no good way. Currently, you can only check whether GPS is turned on during operation. If it is not turned on, turn it on again, just like the example

if (modem.isEnableGPS() == false) {

@kgmuzungu
Copy link
Author

what an advice 🤦‍♂️ .
or the device could send a postcard with its location, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants