I am attempting to register a WP7610 using the UART1 interface simply with AT commands.
I am able to enumerate the interface reliably and send the following commands:
AT+CREG=2
OK
//Confirm the APN is set (There is no username or password for this APN)
AT+CGDCONT?
+CGDCONT: 1,“IP”,“ltemobile.apn”,“0.0.0.0”,0,0,0,0
+CGDCONT: 2,“IPV4V6”,“ims”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0
+CGDCONT: 3,“IPV4V6”,“sos”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,1
I was suspecting that this would be enough to allow me to register the device. I confirmed that my SIM card is ready
AT+CPIN?
+CPIN: READY
I query the GSTATUS and get the following:
AT!GSTATUS?
!GSTATUS:
Current Time: 878 Temperature: 33
Modem Mitigate Level: 0 ModemProc Mitigate Level: 0
Reset Counter: 1 Mode: ONLINE
System mode: LTE PS state: Not attached
IMS reg state: NOT REGISTERED IMS mode: Normal
IMS Srv State: NO SMS,NO VoIP
LTE band: No band LTE bw: 1.4 MHz
LTE Rx chan: 0 LTE Tx chan: —
LTE CA state: INACTIVE
EMM state: Deregistered Attach Needed
RRC state: RRC Idle
PCC RxM RSSI: 0 RSRP (dBm): 0
PCC RxD RSSI: 0 RSRP (dBm): 0
Tx Power: – TAC: 0000 (0)
RSRQ (dB): 0 Cell ID: 00000000 (0)
SINR (dB): 0
OK
The COPS is set to Automatic:
AT+COPS?
+COPS: 0
OK
Edit:
I am using the Generic Firmware.
root@swi-mdm9x28-wp:~# cm info
Device: WP7610
IMEI: 015250000337927
IMEISV: E
FSN: ZT022172690210
Firmware Version: SWI9X07Y_02.37.03.00 73df45 jenkins 2020/04/08 10:59:14
Bootloader Version: SWI9X07Y_02.37.03.00 73df45 jenkins 2020/04/08 10:59:14
MCU Version:
PRI Part Number (PN): 9908619
PRI Revision: 001.003
Carrier PRI Name: GENERIC
Carrier PRI Revision: 002.095_000
SKU: 1104125
Last Reset Cause: Reset, Hardware Switch
Resets Count: Expected: 57 Unexpected: 0
Any help would be appreciated.