Quectel Rm510Q-AE Programming Bands
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.
-
- Posts: 173
- Joined: Thu May 14, 2020 1:45 pm
- Has thanked: 2 times
- Been thanked: 26 times
Quectel Rm510Q-AE Programming Bands
Just got one of these 5g modems. I had a quectel Em20-g. What I notuce is in the AT co..and it won't accept AT+QCFG="band",0,802 for example. From the quectel command spread sheet. It works on the em20. Also when I try to run a check for available band it says scan for neighboring cells not supported. Is there an at command to activate the at commands?
- token
- Posts: 22
- Joined: Fri Apr 15, 2022 10:30 pm
- Location: 127.0.0.1
- Has thanked: 1 time
- Been thanked: 6 times
Re: Quectel Rm510Q-AE Programming Bands
For the RM series, you have to specify LTE bands specifically.
AT+QNWPREFCFG="lte_band",1:2:5:41:69:420
For 5g SA, it's
AT+QNWPREFCFG="nr5g_band",1:2:5:41:69:420
You separate the specific band numbers with colons, only the command and band number list are separated by a comma.
AT+QNWPREFCFG="lte_band",1:2:5:41:69:420
For 5g SA, it's
AT+QNWPREFCFG="nr5g_band",1:2:5:41:69:420
You separate the specific band numbers with colons, only the command and band number list are separated by a comma.
-
- Posts: 173
- Joined: Thu May 14, 2020 1:45 pm
- Has thanked: 2 times
- Been thanked: 26 times