Page 1 of 1

ZBT-WE826 Band lock?

Posted: Tue Sep 01, 2020 5:52 pm
by motrac
have a ZBT-WE826 running GoldenOrb_2020-03-01 ( OpenWrt 18.06.7 ), with a EM7455B modem on at&t.
it is defaulting to b2 which is very slow, how can i get it to lock to b30?

at!gstatus?
!GSTATUS:
Current Time: 3731 Temperature: 73
Reset Counter: 2 Mode: ONLINE
System mode: LTE PS state: Attached
LTE band: B2 LTE bw: 10 MHz
LTE Rx chan: 750 LTE Tx chan: 18750
LTE CA state: NOT ASSIGNED
EMM state: Registered Normal Service
RRC state: RRC Connected
IMS reg state: No Srv

PCC RxM RSSI: -84 RSRP (dBm): -119
PCC RxD RSSI: -82 RSRP (dBm): -118
Tx Power: 23 TAC: 3419 (13337)
RSRQ (dB): -18.3 Cell ID: 0AC60308 (180749064)
SINR (dB): -3.0


OK

Re: ZBT-WE826 Band lock?

Posted: Tue Sep 01, 2020 6:59 pm
by Yipzy
motrac wrote: Tue Sep 01, 2020 5:52 pm PCC RxM RSSI: -84 RSRP (dBm): -119
PCC RxD RSSI: -82 RSRP (dBm): -118
Tx Power: 23 TAC: 3419 (13337)
RSRQ (dB): -18.3 Cell ID: 0AC60308 (180749064)
SINR (dB): -3.0
Signals are bad. You could set it to use all bands first so it connects to the best one with better signals.

Code: Select all

AT!ENTERCND="A710"
AT!BAND=00
AT!RESET
As for setting a particular band, it's best you read this tutorial https://wirelessjoint.com/viewtopic.php?f=16&t=364 then post when you are stuck for help so you know more about it.

Re: ZBT-WE826 Band lock?

Posted: Wed Sep 02, 2020 7:17 am
by motrac
Yipzy wrote: Tue Sep 01, 2020 6:59 pm As for setting a particular band, it's best you read this tutorial https://wirelessjoint.com/viewtopic.php?f=16&t=364 then post when you are stuck for help so you know more about it.
thanks, ok i adjusted the antennas and improved the signal and read the tutorial but still not able to set for b2 and b30?
entered these commands:
AT!ENTERCND="A710"
AT!BAND=0D,"B2+B30",0,20000002
AT!RESET

but now getting b2 with ca on b12? trying to get b2 with ca on b30.

Re: ZBT-WE826 Band lock?

Posted: Wed Sep 02, 2020 4:44 pm
by Yipzy
motrac wrote: Wed Sep 02, 2020 7:17 am thanks, ok i adjusted the antennas and improved the signal and read the tutorial but still not able to set for b2 and b30?
entered these commands:
AT!ENTERCND="A710"
AT!BAND=0D,"B2+B30",0,20000002
AT!RESET

but now getting b2 with ca on b12? trying to get b2 with ca on b30.

Code: Select all

AT!BAND=0D,"B2+B30",0,20000002
only adds your configuration to the list of

Code: Select all

AT!BAND=?
You need to set it afterwards if it's listed there.

Code: Select all

AT!BAND=0D
AT!RESET