Hello,
I' trying to use the Serial LTE Modem application on an Actinius Icarus board. I configured the nRF project for the correct target, enabled COAP support, set Nb-IoT as preferred configuration. I'm using a SIM card by Things Mobile in Italy. I give the following AT sequence
AT+CFUN=4
AT+CFUN=41
AT%XSYSTEMMODE=0,1,0,0
AT%XEPCO=0
AT+CFUN=1
When I query signal quality using AT+CESQ I get rsrq/rsrp values near to 30/60
14:28:42.066 -> +CESQ: 99,99,255,255,31,61
The SIM card is active and READY and I can read its ICCID, etc...
Here is the output of CEREG
14:16:48.516 -> +CEREG: 2,"B7FA","01587171",9,0,0,"11100000","11100000"
14:16:48.914 -> +CEREG: 2,"B7FA","01587171",9,0,13,"11100000","11100000"
14:16:49.312 -> +CEREG: 2,"FFFE","FFFFFFFF",9,0,13,"11100000","11100000"
14:17:10.090 -> +CEREG: 2,"8EE7","09EBB5F5",9,0,13,"11100000","11100000"
14:17:11.614 -> +CEREG: 4,"8EE7","09EBB5F5",9,0,15,"11100000","11100000"
14:17:11.846 -> +CEREG: 4,"FFFE","FFFFFFFF",9,0,15,"11100000","11100000"
14:17:14.232 -> +CEREG: 2,"B66E","063AB787",9,0,15,"11100000","11100000"
14:17:14.796 -> +CEREG: 4,"B66E","063AB787",9,0,15,"11100000","11100000"
14:17:15.160 -> +CEREG: 4,"FFFE","FFFFFFFF",9,0,15,"11100000","11100000"
14:17:15.458 -> +CEREG: 4,"B66E","063AB787",9,0,15,"11100000","11100000"
I cannot register to network. I thought it was a SIM card profile problem, but when I insert it into a common smartphone, it correctly registers to network (roaming), and the operator can track it successfully.
Why can't I connect using the nRF9160 Icarus board?
Thank you in advance for your help,
kind regards,
b