Cat-M sim card cannot attach in Australia

I am using Pycom with Hologram sim card in Australia. These days it seems to be so unstable and cannot attach to the network. I have done the connectivity troubleshoot. The result is
>>> lte.send_at_cmd(‘ATI’)
‘\r\nPYCOM\r\nFiPy\r\nUE5.0.0.0d\r\n\r\nOK\r\n’
>>> lte.send_at_cmd(‘AT+CGMI’)
‘\r\nPYCOM\r\n\r\nOK\r\n’
>>> lte.send_at_cmd(‘AT+CGMM’)
‘\r\nFiPy\r\n\r\nOK\r\n’
>>> lte.send_at_cmd(‘AT+GMM’)
‘\r\nERROR\r\n’
>>> lte.send_at_cmd(‘AT+CPIN?’)
‘\r\nERROR\r\n’
>>> lte.send_at_cmd(‘AT+CCID’)
‘\r\nERROR\r\n’
>>> lte.send_at_cmd(‘AT+CFUN?’)
‘\r\n+CFUN: 0\r\n\r\nOK\r\n’
>>> lte.send_at_cmd(‘AT+CFUN=1’)
‘\r\nOK\r\n’

In the board, I config:
AT^RESET
AT+CFUN=0
AT!=“clearscanconfig”
AT+CGDCONT=1,“IP”,“hologram”
AT!=“RRC::addscanfreq band=28 dl-earfcn=9410”
AT+CFUN=1

I am pretty sure that I am using the same config and it can connect to the network before. But now it cannot connect any more.

The AT+CPIN? returns ERROR and AT+CCID also returns ERROR this likely means the device cannot read the simcard, make sure you have the simcard installed correctly. This is why you cannot connect.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.