em20g not band locking
Forum rules
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
em20g not band locking
No matter what command I put in for bands it continues to use whatever band it wants, I've tried factory reseting it.
"AT+QCFG="band",0,10003000000"
OK
Command i use and it connects to band 2 instead
"AT+QCFG="band",0,10003000000"
OK
Command i use and it connects to band 2 instead
-
- Posts: 166
- Joined: Wed May 13, 2020 7:04 pm
- Has thanked: 12 times
- Been thanked: 45 times
Re: em20g not band locking
I think you need a ,1 at the end to enforce it immediately, else it takes effect next reboot.
Re: em20g not band locking
SoViper67857 wrote: ↑Sun Aug 16, 2020 4:01 pm I think you need a ,1 at the end to enforce it immediately, else it takes effect next reboot.
"AT+QCFG="band",0,10003000000,1"?
-
- Posts: 166
- Joined: Wed May 13, 2020 7:04 pm
- Has thanked: 12 times
- Been thanked: 45 times
Re: em20g not band locking
Idk... I only have an em12-g to play with. Bear in mind that all em-20g are engineering samples as there has never been an actual production model. I think quectel has pretty much abandoned it for the time being.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: em20g not band locking
Your band lock is for Sprint bands 41, 25 and 26. How are you connected to band 2 if your using a Sprint SIM card?
Also the command doesnt have a " at the end
Code: Select all
AT+QCFG="band",0,10003000000
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: em20g not band locking
adding a at the end does make it apply immediately I believe is tehe proper syntax.
Code: Select all
,0,1
TDS_bandval isnt used, default 0AT+QCFG: "band"[,<WCDMA_bandval>,<LTE_bandval>,<TDS_bandval>[,effect]]
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: em20g not band locking
If you've factory reset it make sure you run the command
This makes the settings backup in NVRAM again. (Basically)
Code: Select all
AT+QPRTPARA=1
Re: em20g not band locking
I had a period of time on my tmobile sim where I could use sprint lte bands and now I csnt all of a suddenDidneywhorl wrote: ↑Sun Aug 23, 2020 12:24 pm Your band lock is for Sprint bands 41, 25 and 26. How are you connected to band 2 if your using a Sprint SIM card?
Also the command doesnt have a " at the end
Code: Select all
AT+QCFG="band",0,10003000000
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: em20g not band locking
I am on a Sprint Sim and connected to T-Mobile band 2 and it is working. I left the APN blank and forced it to band two and it worked. I am not recommending this, but it worked for me. The Sprint bands would give me inconsistent connections with varying d/l and u/l speeds.Didneywhorl wrote: ↑Sun Aug 23, 2020 12:24 pm Your band lock is for Sprint bands 41, 25 and 26. How are you connected to band 2 if your using a Sprint SIM card?
Also the command doesnt have a " at the end
Code: Select all
AT+QCFG="band",0,10003000000