Hi everyone,
I have a SIM7080G module. The connection does not seem constant. Sometimes, in 2 seconds I am connected to the network and sometimes, it will take 10 minutes. I’m wondering if the AT commands I’m sending are in the correct order or relevant. Could anyone help me?
My module sleeps and wakes up every 5 to 10 min, once awake, I send the following commands (I check the errors, I don’t put the responses to simplify reading):
AT+CFUN=1
AT+COPS=0
AT+CNMP=38
AT+CMNB=1
AT+CGREG? => wait for response +CGREG: 0.5 or +CGREG: 0.1 => sometimes it’s instantaneous and sometimes it takes more than 10 min
AT+CNCFG=0.1, “hologram”
AT+CGDCONT=1,“IP”,“hologram”
AT+CGNAPN
AT+CNACT=0.1
Is there a problem in the sequence?
AT +CSQ => AT+CSQ\r\r\n+CSQ: 22.99\r\n\r\nOK\r\n
Thank you for your help