Here are a list of a few new commands and what they should do, and a list of commands that I've found not working anymore.
New:
Code: Select all
AT+QRSRP?
Code: Select all
AT+QNWPREFCFG: "roam_pref",255
255 is for Auto ( basically the same as full roaming imo )
1 is for Roam on Home Networks only (I'm guessing this is 'dont roam lite' )
3 is for Roam on Affiliate Networks (full on roaming)
Code: Select all
AT+QNWPREFCFG="mode_pref",LTE
LTE, CDMA, AUTO are the options I believe. I'll have to dbl check those.
BAND LOCKING!!!
So this one is all new and MUCH simpler:
The see the current band setting:
Code: Select all
AT+QNWPREFCFG="lte_band"?
Code: Select all
AT+QNWPREFCFG="lte_band",2:4:12:66:71
After setting it, remember to hard reset the modem with
Code: Select all
AT+CFUN=1,1
Code: Select all
AT+CFUN=0; +CFUN=1
Voice Centric Use or Data centric use: (this one Im still toying with to really get the purpose of
Code: Select all
AT+QNWPREFCFG="ue_usage_setting",<settingNumber>
0 for Voice centric
1 for Data centric
There are a few others, but these are the popular ones that come to mind.
And as an extra bonus:
Post replies for any commands you've found for the new Quectel modems, and what they do.