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

Turn off FCC locking, GNSS and GPS on all models #72

Open
lakdif opened this issue Aug 27, 2024 · 3 comments
Open

Turn off FCC locking, GNSS and GPS on all models #72

lakdif opened this issue Aug 27, 2024 · 3 comments

Comments

@lakdif
Copy link

lakdif commented Aug 27, 2024

I'm not sure which submenu it should go to, but we can have a few extra privacy and power saving related commands
at boot.

AT+QCFG="fcc_enable",0 // https://junyelee.blogspot.com/2021/03/linux-mobile-interface-broadband-model.html
AT+QGPS=0 // According to Quectel, 1 starts as GNSS and XTRA enabled. We should set it to 0.
AT+QGPSXTRA=0 // Prevent connections and almanac downloads from http://xtrapath1.izatcloud.net/xtra.bin
AT+QGPSEND // According to docs, hangs up on GPS acquisition completely

@dr-dolomite
Copy link
Contributor

Ill add it for next PR. Thanks!

@iamromulan
Copy link
Owner

Some of these commands don't seem to work for me. Are they exclusive to the certified firmwares?

@lakdif
Copy link
Author

lakdif commented Oct 30, 2024

They are from the PDF manual for certified R03 firmware

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

3 participants