Hi all,
I've been playing around with the Nordic cellular boards (nRF9151, nRF9161, Thingy 91) and keep running into the same issue.
I'm using the Serial LTE Modem application on the nRF9151 and attempting to connect via LTE-M. The below shows the AT commands I send, subscribing to some notifications and then setting the modem into full functionality.
It seems that I connect (+CEREG: 5,...)
but then the connection immediately drops and goes back to searching (+CEREG: 2,...)
. The second +CEREG: 2
is the last message that gets printed to the terminal:
Ready > AT+CEREG=5 OK > AT+CSCON=1 OK > AT%XSYSTEMMODE=1,0,1,0 OK > AT+CFUN=1 OK +CEREG: 2,"1012","07A1D76E",7 +CSCON: 1 +CEREG: 5,"1012","07A1D76E",7,,,"11100000","11100000" +CEREG: 2,"1012","07A1D76E",7,0,15 +CSCON: 0 +CEREG: 2
I've tried reflashing the modem and application firmware, and have used both iBasis and Onomondo SIM cards and the same issue occurs repeatedly. My cellular connection on my phone is very strong in the area (Three UK), and I am sure the other available networks will have good coverage in my area.
Please could you provide assistance as to why my connection is immediate disconnecting, and how to ensure the connection is maintined?
Thanks for any help!