We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Ill add it for next PR. Thanks!
Sorry, something went wrong.
Some of these commands don't seem to work for me. Are they exclusive to the certified firmwares?
They are from the PDF manual for certified R03 firmware
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: