Hi all,
I had been using the NB-IoT shield in UDP mode without any problems with my operator, until I accidentally loaded an example arduino file that configured an address for the NCDP (and maybe some other configurations). Now, after sending the CFUN, COPS and CGDCONT commands, I can connect to the radio network (NUESTATS and CSQ is OK), but I cannot get an IP address (like I would get before).
Before I had not configured anything for NCDP:
at+ncdp?
ERROR
AT+nmstatus?
+NMSTATUS: “MISSING_CONFIG”
OK
Now I get these results:
AT+NCDP?
+NCDP: “172.16.14.22”,5683
OK
AT+NMSTATUS?
+NMSTATUS: “INITIALISING”
I suspect that the NCDP setting (or maybe some other setting that went into the NVM) is creating problems for the setup of the PDP for my operator that does not have a NCDP.
Does anyone know how to revert the Non Volatile Memory back to the factory settings?
I have tried flashing firmware, with and without the “write settings” option, but the NCDP address is still there.
Thanks!