LTE M1 coverage

Trying to configure IOT hat as LTE M1 with an active Twilio SIM. When running configuration and test SMS, I dont see any success. What lacks is transparency is coverage at my current location. If I’m to use in a product, I’d want to be able to tell if theres coverage at whichever location I’m deploying it to.

python3 configureCATM1.py
Sixfab Raspberry Pi Cellular IoT Shield Class initialized!
BG96 module disabled!
BG96 module enabled!
BG96 module powered up!
AT+QCFG=“nwscanseq”,02,1
OK

AT+QCFG=“nwscanmode”,3,1
OK

AT+QCFG=“iotopmode”,0,1
OK

Modem configuration : CATM1_MODE
Wait 60 seconds for network registration
Waiting Time: 10 sec
20 sec
30 sec
40 sec
50 sec
60 sec
Checking Signal Quality
AT+CSQ
+CSQ: 31,99

OK

Checking Attached operator
AT+COPS?
+COPS: 0

OK

Hi @ivan.zhidov,

For this, use the AT+QNWINFO command.
“The command indicates network information such as the access technology selected, the operator, and
the band selected.”

This command added to the configureCATM1.py file. Thanks for your enquiry!

I got it to work, still a bit unstable on staying connected but I can see network MCC/MNC and band info. Next step is send SMS but there is an issue there so I may ask another question once I research it.