Followed hardware and software setup for Raspberry Pi with Base HAT and Quectel EG25 Module (libqmi).
Shows “Cellular Connection Unavailable” on Sixfab Connect Dashboard. I am able to receive an IP lease, but cannot ping anything using wwan0. See AT command outputs below:
~ $ ifconfig wwan0
wwan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 169.254.172.211 netmask 255.255.0.0 broadcast 169.254.255.255
inet6 fe80::2675:16b4:37c0:266 prefixlen 64 scopeid 0x20
ether c2:ac:23:c6:cc:75 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 35 bytes 4984 (4.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
~ $ atcom --port /dev/ttyUSB2 AT
AT
OK
~ $ atcom --port /dev/ttyUSB2 AT+CPIN?
AT+CPIN?
+CPIN: READYOK
~ $ atcom --port /dev/ttyUSB2 AT+QGMR
AT+QGMR
EG25GGBR07A08M2G_30.006.30.006OK
~ $ atcom --port /dev/ttyUSB2 AT+CPAS
AT+CPAS
+CPAS: 0OK
~ $ atcom --port /dev/ttyUSB2 AT+CFUN?
AT+CFUN?
+CFUN: 1OK
~ $ atcom --port /dev/ttyUSB2 AT+COPS?
AT+COPS?
+COPS: 0,0,“T-Mobile Twilio”,7OK
~ $ atcom --port /dev/ttyUSB2 AT+QCFG="band"
AT+QCFG=“band”
+QCFG: “band”,0xbff,0x1e00b0e18df,0x0OK
~ $ atcom --port /dev/ttyUSB2 AT+QCFG="nwscanseq"
AT+QCFG=“nwscanseq”
+QCFG: “nwscanseq”,0403010502OK
~ $ atcom --port /dev/ttyUSB2 AT+QCFG="nwscanmode"
AT+QCFG=“nwscanmode”
+QCFG: “nwscanmode”,0OK
~ $ atcom --port /dev/ttyUSB2 AT+QCFG="iotopmode"
AT+QCFG=“iotopmode”
ERROR
~ $ atcom --port /dev/ttyUSB2 AT+CGDCONT?
AT+CGDCONT?
+CGDCONT: 1,“IP”,“super”,“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,1OK
~ $ atcom --port /dev/ttyUSB2 AT+CREG?
AT+CREG?
+CREG: 0,5OK
~ $ atcom --port /dev/ttyUSB2 AT+CSQ
AT+CSQ
+CSQ: 21,99OK
~ $ atcom --port /dev/ttyUSB2 AT+QCSQ
AT+QCSQ
+QCSQ: “LTE”,72,-103,91,-18OK
~ $ atcom --port /dev/ttyUSB2 AT+QNWINFO
AT+QNWINFO
+QNWINFO: “FDD LTE”,“310260”,“LTE BAND 12”,5035OK
~ $ atcom --port /dev/ttyUSB2 AT+CGATT?
AT+CGATT?
+CGATT: 1OK
~ $ atcom --port /dev/ttyUSB2 AT+QCFG="usbnet"
AT+QCFG=“usbnet”
+QCFG: “usbnet”,0OK