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.