I am using the following procedure to connect to a cell in a NB-IOT network for the first time:
I am using a Sodaq NB-IoT Shield deluxe, uBlox Sara N280 (NB-IOT module)
AT+NCONFIG="AUTOCONNECT”,”FALSE”
AT+NRB
AT+CFUN=1
AT+CGDCONT=,”IP”,”APN_NAME”
AT+COPS=1,2,”OPERATOR_ID”
Then I Checked the SIM Card status: AT+CPIN? returns “ERROR”
So I tried to see if the SIM Card is registered: AT+CEREG?
It returns 0,2 (2: not registered, but currently trying to attach or searching an operator to register to)
I am sure of the APN name and the operator id (I tested the sim card on a mobile phone) so what I am missing?
Thanks in advance